From c0d4da4fa49d6775fd37f2f9a69bc87234370def Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 2 Sep 2024 14:05:16 -0400 Subject: Installed "schizo" theme and named it "vapor" --- themes/vapor/config.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 themes/vapor/config.toml (limited to 'themes/vapor/config.toml') diff --git a/themes/vapor/config.toml b/themes/vapor/config.toml new file mode 100644 index 0000000..e884199 --- /dev/null +++ b/themes/vapor/config.toml @@ -0,0 +1,17 @@ +title = "Website Name" +baseURL = 'https://example.org' +languageCode = 'en-us' + +[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 \ No newline at end of file -- cgit v1.2.3