From 61d3b6aae43e1ad870e7832ec964964124eacb1b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 15 Sep 2023 00:19:37 -0500 Subject: Fix bugs and implement changes I can actually build a (one-page) site! --- boudin.config.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 boudin.config.scm (limited to 'boudin.config.scm') diff --git a/boudin.config.scm b/boudin.config.scm new file mode 100644 index 0000000..2cc5892 --- /dev/null +++ b/boudin.config.scm @@ -0,0 +1,22 @@ +(module (boudin config) () + (import scheme (chicken module)) + (reexport (except (boudin site) + site-build-time) + (boudin util) + (only (boudin page style) + style-template + site-style + style-writer) + (only (boudin page post) + post-text-transformers + post-path-transformers + post-template + post-writer) + (only (boudin page write) + html-head) ; TODO: move to boudin.page + (only (boudin page index) + index-content + index-writer + index-template + feed-writer + feed-template))) -- cgit 1.4.1-21-gabe81