;; TODO make directories recursively (var lfs (require :lfs)) (var fennel (require :fennel)) (global pp (fn [x] (print (fennel.view x)))) ;;; Configuration. You will need to modify these for your site. ;; Directories ; URL of your site over the gemini protocol. (var gemini-baseurl "gemini://tilde.town/~nihilazo") ; URL of your site over the HTTP protocol (on the web). (var html-baseurl "https://itwont.work") ; the directory generated gemini files will be saved to. (var gemini-outdir "public_gemini") ; the directory generated HTML files will be saved to. (var html-outdir "public_html") ; the directory that your input content is stored in. (var content-dir "content") ;; Headers and footers ;; Headers and footers are are added in this order: ;;
;; (on the blog index page) ;; ;;