diff options
Diffstat (limited to 'content/org-ssg.toml')
| -rw-r--r-- | content/org-ssg.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/org-ssg.toml b/content/org-ssg.toml index ffbd179..148513b 100644 --- a/content/org-ssg.toml +++ b/content/org-ssg.toml @@ -31,6 +31,11 @@ base_url = "https://cleberg.net" mode = "explicit" pages = ["blog/index.html", "garden/index.html", "salary/index.org"] +[build] +# theme/static/ is weblorg's static root, published at /. org-ssg reads it from here +# rather than needing its files copied next to the writing — one copy, not two. +assets = ["../theme/static"] + [templates] dir = "templates" |
