Hugo-Rahmen für johannesjesse.de
This commit is contained in:
commit
c9b5d9c0c4
9 changed files with 301 additions and 0 deletions
51
hugo.toml
Normal file
51
hugo.toml
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
baseURL = "https://johannesjesse.de"
|
||||
languageCode = "de-de"
|
||||
defaultContentLanguage = "de"
|
||||
title = "Johannes"
|
||||
theme = "hermit"
|
||||
# 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/
|
||||
# googleAnalytics = "UA-123-45"
|
||||
# disqusShortname = "yourdiscussshortname"
|
||||
|
||||
[author]
|
||||
name = "Johannes"
|
||||
|
||||
[blackfriday]
|
||||
# hrefTargetBlank = true
|
||||
# noreferrerLinks = true
|
||||
# nofollowLinks = true
|
||||
|
||||
[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 = "Hier gibt's nichts zu sehen."
|
||||
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