aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-02 11:28:21 +0200
committerYann Herklotz <git@yannherklotz.com>2021-09-02 11:28:21 +0200
commit77afcd337370da8c8e5425e86978cacd72850ae0 (patch)
treef056fc39908e8c72523acd3cc1594b6b8040028e /config.toml
downloadyannherklotz.com-77afcd337370da8c8e5425e86978cacd72850ae0.tar.gz
yannherklotz.com-77afcd337370da8c8e5425e86978cacd72850ae0.zip
Add initial files
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..ff7d97d
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,11 @@
+baseURL = "http://example.org/"
+languageCode = "en-uk"
+title = "Yann Herklotz"
+theme = "ymherklotz"
+
+[params]
+ description = "Welcome to my blog! I am a final year student studying Electronic and Information Engineering at Imperial College London."
+ katex = true
+
+[markup.goldmark.renderer]
+ unsafe = true