From 920b1d5df49d0bf16084150ac0994807f9c66447 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 29 Mar 2023 23:33:04 -0500 Subject: Ready for testing --- src/wikme.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ (define (directory->wiki directory #!key + base-url + destination-directory + page-template (extension "md") - (base-url "https://www.example.com") - (destination-directory (make-pathname directory "out")) - (page-template (make-pathname directory "template.html")) (file-transformers (list indexify)) (transformers (list cmark->html wikify-links))) ;;; Build a out of the markdown files in DIRECTORY. -- cgit 1.4.1-21-gabe81