add hint to hugo and theme
This commit is contained in:
parent
d0474f7b50
commit
bdf0483191
1 changed files with 11 additions and 4 deletions
15
hugo.toml
15
hugo.toml
|
@ -16,10 +16,17 @@ copyright = "Copyright © Christoph Cullmann"
|
||||||
# Generate a nice robots.txt for SEO
|
# Generate a nice robots.txt for SEO
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
# highlighting
|
# Multilingual mode config. More for information about how to setup translation,
|
||||||
pygmentsstyle = "monokai"
|
# see https://gohugo.io/content-management/multilingual/
|
||||||
pygmentscodefences = true
|
[languages]
|
||||||
pygmentscodefencesguesssyntax = true
|
[languages.en]
|
||||||
|
title = "Ignorance is bliss..."
|
||||||
|
languageName = "en-US 🇺🇸"
|
||||||
|
LanguageCode = "en-US"
|
||||||
|
contentDir = "content"
|
||||||
|
|
||||||
|
[languages.en.params]
|
||||||
|
madeWith = "Made with [Hugo](https://gohugo.io) & [Bear Cub](https://github.com/clente/hugo-bearcub)"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# dark theme only
|
# dark theme only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue