summaryrefslogtreecommitdiffstatshomepage
path: root/config.toml
diff options
context:
space:
mode:
authorWolfgang Müller2021-06-12 14:21:59 +0200
committerWolfgang Müller2021-06-12 14:21:59 +0200
commitad2be2b20c337d99ebe6e7d4b8cf6106cfba77df (patch)
tree65c0ddbb7828fd5b174eb531739097f83a3f17ee /config.toml
downloadzunzuncito-ad2be2b20c337d99ebe6e7d4b8cf6106cfba77df.tar.gz
Initial commit
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..12b77f1
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,16 @@
+base_url = "https://zunzuncito.oriole.systems"
+
+title = "zunzuncito"
+description = "Wolf's humming microblog"
+
+compile_sass = true
+generate_feed = true
+smart_punctuation = true
+
+taxonomies = [
+ { name = "tags", feed = true, paginate_by = 100 },
+]
+
+[extra]
+author = "wolf"
+avatar = "/avatars/wolf.jpg"