summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml43
1 files changed, 40 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 1d7c819..7d87c45 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,40 @@
-baseURL = 'http://example.org/'
-languageCode = 'en-us'
-title = 'My New Hugo Site'
+baseurl = "/"
+languageCode = "en-us"
+title = "Yann's Zettelkasten"
+theme = "hugo-xmin"
+ignoreFiles = [ "\\.Rmd$", "\\.Rmarkdown$", "_cache$" ]
+footnotereturnlinkcontents = "↩"
+
+[[menu.main]]
+name = "Home"
+url = ""
+weight = 10
+
+[[menu.main]]
+name = "About"
+url = "about/"
+weight = 20
+
+[[menu.main]]
+name = "Categories"
+url = "categories/"
+weight = 30
+
+[[menu.main]]
+name = "Tags"
+url = "tags/"
+weight = 40
+
+[[menu.main]]
+name = "Subscribe"
+url = "index.xml"
+
+[params]
+description = "A website built through Hugo and blogdown."
+footer = "© [Yann Herklotz](https://yannherklotz.com) {Year} | [sourcehut](https://sr.ht/~ymherklotz) | [Twitter](https://twitter.com/ymherklotz)"
+
+[markup.highlight]
+codeFences = false
+
+[markup.goldmark.renderer]
+unsafe = true