configure theme

This commit is contained in:
6543 2019-06-24 01:17:14 +02:00
parent bfec5d2565
commit 98ae82be79
1 changed files with 21 additions and 3 deletions

View File

@ -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"