summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-12 11:31:13 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-12 11:31:13 -0500
commite2cd16b211dbd88772ee8a6cbe3ca724fe2014bd (patch)
treeb78d1c89d3d10fd5daa10db3c1bcbda8c06a51bb
chore: initial commit
-rw-r--r--config.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..79660f7
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,20 @@
+base_url = "https://tobyvin.dev"
+title = "~tobyvin"
+compile_sass = true
+generate_feed = true
+minify_html = true
+taxonomies = [{ name = "tags", feed = true }]
+
+
+[markdown]
+highlight_code = true
+highlight_theme = "gruvbox-dark"
+
+[extra]
+author = "Toby Vincent"
+email = "tobyv13@gmail.com"
+github = "tobyvin"
+twitter = "toby_wan94"
+sourcehut = "~tobyvin"
+favicon = ""
+headerImage = ""