the-art-institute.eu/hugo.toml
2023-12-13 18:09:07 +01:00

44 lines
1.4 KiB
TOML

baseURL = 'https://the-art-institute.eu/'
languageCode = 'en-gb'
defaultContentLanguage = 'de'
title = 'The Art Institute'
theme = 'hermit-v2'
# enableGitInfo = true
pygmentsCodefences = true
pygmentsUseClasses = true
# hasCJKLanguage = true # If Chinese/Japanese/Korean is your main content language, enable this to make wordCount works right.
disableKinds = ["RSS", "sitemap", "section"]
enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/functions/emojify/
[author]
name = 'Nadine'
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Metadata mostly used in document's head
# description = ""
# images = [""]
themeColor = "#494f5c"
homeSubtitle = "Currently closed."
footerCopyright = ''
# bgImg = "" # Homepage background-image URL
# Prefix of link to the git commit detail page. GitInfo must be enabled.
# gitUrl = "https://github.com/username/repository/commit/"
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
justifyContent = false # Set "text-align: justify" to `.content`.
relatedPosts = false # Add a related content section to all single posts page
code_copy_button = false # Turn on/off the code-copy-button for code-fields
# Add custom css
# customCSS = ["css/foo.css", "css/bar.css"]