summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
commit5c086bc52fa3a226bcf706b1f420a5d98ea377dd (patch)
treeda5b28238542247efbe36c49cbc6cfd4e49f3e36 /config.toml
parent64e0495846f8b680288280920cba6bcb28e4092f (diff)
Redo most of the blog in Hugo
Missing posts will have to be added later
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..9737295
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,12 @@
+baseURL = "https://www.tyil.nl/"
+languageCode = "en-us"
+title = "Tyil"
+assetDir = "assets"
+
+[markup.highlight]
+codeFences = true
+style = "emacs"
+tabwidth = 8
+
+[permalinks]
+posts = "/post/:year/:month/:day/:title/"