From 77afcd337370da8c8e5425e86978cacd72850ae0 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 2 Sep 2021 11:28:21 +0200 Subject: Add initial files --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.toml (limited to 'config.toml') 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 -- cgit