Static placeholder site for TAI
This commit is contained in:
commit
1bd6b674bc
8 changed files with 112 additions and 0 deletions
44
hugo.toml
Normal file
44
hugo.toml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue