configure theme
This commit is contained in:
parent
bfec5d2565
commit
98ae82be79
24
config.toml
24
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"
|
||||
|
Loading…
Reference in New Issue
Block a user