From e9bbc2c2862c92767b3ba8ab2ca418162fca1cba Mon Sep 17 00:00:00 2001 From: qugalet Date: Tue, 31 Oct 2023 21:23:25 +0200 Subject: rewrite theme --- config.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..aa66ed0 --- /dev/null +++ b/config.toml @@ -0,0 +1,18 @@ +title = "qugalet" +baseURL = 'https://quga.m0e.space' +languageCode = 'en-us' +theme = 'qugo' + +[params] + # "relatedtext" is the text that appears above the tag list at the bottom of pages. + relatedtext = "Related" + favicon = "/favicon.ico" + + #list items + datesinlist = true + # authorsinlist = true + + #footer items + nextprev = true + taglist = true + showrss = true -- cgit v1.3-3-ga95d