diff options
Diffstat (limited to 'src/wikme.scm')
-rw-r--r-- | src/wikme.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wikme.scm b/src/wikme.scm index 2d476ca..752aa8b 100644 --- a/src/wikme.scm +++ b/src/wikme.scm | |||
@@ -37,10 +37,10 @@ | |||
37 | 37 | ||
38 | (define (directory->wiki directory | 38 | (define (directory->wiki directory |
39 | #!key | 39 | #!key |
40 | base-url | ||
41 | destination-directory | ||
42 | page-template | ||
40 | (extension "md") | 43 | (extension "md") |
41 | (base-url "https://www.example.com") | ||
42 | (destination-directory (make-pathname directory "out")) | ||
43 | (page-template (make-pathname directory "template.html")) | ||
44 | (file-transformers (list indexify)) | 44 | (file-transformers (list indexify)) |
45 | (transformers (list cmark->html wikify-links))) | 45 | (transformers (list cmark->html wikify-links))) |
46 | ;;; Build a <wiki> out of the markdown files in DIRECTORY. | 46 | ;;; Build a <wiki> out of the markdown files in DIRECTORY. |