summaryrefslogtreecommitdiff
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..462f94a
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,16 @@
+baseURL = "https://sivaldodavi.com/"
+languageCode = "pt-br"
+title = "Sivaldo Davi website"
+
+[taxonomies]
+ tag = "tags"
+
+[outputs]
+ home = ["HTML", "RSS"]
+ section = ["HTML"]
+ taxonomy = ["HTML"]
+
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ hardWraps = true