diff options
author | Case Duckworth | 2023-09-15 00:19:37 -0500 |
---|---|---|
committer | Case Duckworth | 2023-09-15 00:19:37 -0500 |
commit | 61d3b6aae43e1ad870e7832ec964964124eacb1b (patch) | |
tree | 91c59e06e2bb735ce4ac1573fbb9ac9a7b553865 /boudin.egg | |
parent | Bump to 1.0 (diff) | |
download | boudin-main.tar.gz boudin-main.zip |
Fix bugs and implement changes main
I can actually build a (one-page) site!
Diffstat (limited to 'boudin.egg')
-rw-r--r-- | boudin.egg | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/boudin.egg b/boudin.egg index b7eb4d3..daac0ac 100644 --- a/boudin.egg +++ b/boudin.egg | |||
@@ -1,9 +1,9 @@ | |||
1 | ;;; boudin | 1 | ;;; boudin |
2 | 2 | ||
3 | ((synopsis "a tiny, tasty ssg.") | 3 | ((synopsis "a spicy, tasty ssg.") |
4 | (author "Case Duckworth") | 4 | (author "Case Duckworth") |
5 | (license "God Willing") | 5 | (license "God Willing") |
6 | (version 1.0) | 6 | (version 0.9) ; almost done! |
7 | (build-dependencies module-declarations) | 7 | (build-dependencies module-declarations) |
8 | (dependencies atom | 8 | (dependencies atom |
9 | html-parser | 9 | html-parser |
@@ -25,6 +25,13 @@ | |||
25 | boudin.page.write | 25 | boudin.page.write |
26 | boudin.site | 26 | boudin.site |
27 | boudin.util)) | 27 | boudin.util)) |
28 | (extension boudin.config | ||
29 | (component-dependencies boudin.site | ||
30 | boudin.page.style | ||
31 | boudin.page.post | ||
32 | boudin.page.index | ||
33 | boudin.page.write | ||
34 | boudin.util)) | ||
28 | (extension boudin.page | 35 | (extension boudin.page |
29 | (component-dependencies boudin.site | 36 | (component-dependencies boudin.site |
30 | boudin.util)) | 37 | boudin.util)) |