summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..4a7b76d
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,14 @@
1baseURL = "https://vineetk.net/"
2title = "Vineet's site"
3pygmentsUseClasses = true
4uglyurls = true
5disablePathToLower = true
6
7[permalinks]
8blog = "/:year/:month/:day/:filename"
9
10[markup.goldmark.renderer]
11unsafe = true
12
13[markup.tableOfContents]
14ordered = true