aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..fdec3a2
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,16 @@
+theme = "base"
+title = "Base"
+languageCode = "en-us"
+paginate = 10
+summaryLength = 1
+disableKinds = ["sitemap", "term", "section", "taxonomy"]
+
+[taxonomies]
+ tag = "tags"
+
+[outputs]
+ home = ["html"]
+ section = ["html"]
+ taxonomy = ["html"]
+ term = ["html"]
+ page = ["html"]