From 5c086bc52fa3a226bcf706b1f420a5d98ea377dd Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Dec 2021 10:45:58 +0100 Subject: Redo most of the blog in Hugo Missing posts will have to be added later --- config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.toml (limited to 'config.toml') 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/" -- cgit v1.1