From 98ae82be79de46577ecce290126cbcf85de03bb0 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 24 Jun 2019 01:17:14 +0200 Subject: [PATCH] configure theme --- config.toml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index e4b7418..32c3cdb 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,21 @@ -baseURL = "http://example.org/" -languageCode = "en-us" -title = "My New Hugo Site" +baseURL = "https://mh.obermui.de/" +languageCode = "de-de" +title = "Welcome to the MH Site" +theme = "nofancy" + +#copyright = "CC-By-NC-4.0" + +[author] + name = "MH" + github = "6543" + gitea = "https://git.altinsystems.d" + +[params] + # See themes/nofancy/static/highlight/styles for available options + # i.e. "default", "github", "monokai". + highlight="Assign a syntax highlight style" + + # Controls what items are listed in the top nav menu + # "none", or "categories" + # If you have too many categories to fit in the top nav menu, set this to "none" + topmenu="categories"