summaryrefslogtreecommitdiffstats
path: root/soupault.conf
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-04 20:58:25 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-04 20:58:25 +0100
commited3ce3ec850b416d449c32f000467c83cbe2fe20 (patch)
tree4e49c5f4e357d657741efae2e4f1f5875e487c88 /soupault.conf
parentInitial commit with previous content and a minimal theme (diff)
Various fixes related to absolute URLs
Diffstat (limited to 'soupault.conf')
-rw-r--r--soupault.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/soupault.conf b/soupault.conf
index a4d55c0..52f9fee 100644
--- a/soupault.conf
+++ b/soupault.conf
@@ -6,7 +6,7 @@
build_dir = "build"
page_file_extensions = ["html"]
- ignore_extensions = ["draft"]
+ ignore_extensions = ["draft", "vo", "vok", "vos", "glob", "html~", "org", "aux"]
generator_mode = true
complete_page_selector = "html"
@@ -37,4 +37,11 @@
selector = "div#generate-toc"
action = "replace_element"
min_level = 2
- numbered_list = true \ No newline at end of file
+ numbered_list = true
+
+[plugins.site-prefix]
+ file = "plugins/site-prefix.lua"
+
+[widgets.set-site-prefix]
+ widget = "site-prefix"
+ site_url = "/~lthms" \ No newline at end of file