homepage
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

136 lines
3.6 KiB

baseURL = "https://h3ndrik.de"
title = "h3ndrik.de"
languageCode = "de-DE"
DefaultContentLanguage = "de" # Change this to change the site's language
theme = "hugo.386"
preserveTaxonomyNames = true
[params]
# The name to display as main title in the home page
mainpagetitle = "h3ndrik.de"
# The subtitle to display under the title in the home page
mainpagesubtitle = "boldly going forward, 'cause we can't find reverse.."
# The description of your website. It will be displayed in the home page
mainpagedesc = "Hallo und Herzlich Willkommen auf h3ndrik.de"
# The name to display in the copyright section in the footer
copyrightname = "hendrik"
# The url to use as link in the copyright name in the footer. Leave empty to use none.
copyrighturl = "/about/"
license = "WTFPL"
licenseurl = "https://dev.xd0.de/hendrik/h3ndrik.de/raw/branch/master/LICENSE"
# Show the "built on Hugo" disclaimer
#showhugo = true
# Urls for social networks
#facebook = "https://facebook.com"
#twitter = "https://twitter.com"
#linkedin = "https://linkedin.com"
#github = "https://github.com"
#gitlab = "https://dev.xd0.de"
# Enables or disables the loading animations. false activates them. Default is false.
loadfastload = false
# Sets the speed for the page loading effect. Default is 1.0.
loadspeedfactor = 1.0
# Enables or disables the second flyby cursor. Default is false.
loadonepass = true
# enableEmoji = true
enableMissingTranslationPlaceholders = true
enableRobotsTXT = true
customCSS = ["css/custom.css"]
customJS = ["css/custom.js"]
[params.copyright]
name = "hendrik"
# The url to use as link in the copyright name in the footer. Leave empty to use none.
url = "/about/"
# Text to go before copyright information
prefix = ""
# Text to go between copyright and hugo disclaimer (if enabled)
suffix = ""
[markup.goldmark.renderer]
unsafe= true
[menu]
# This displays buttons in the navbar to access your contents
# [[menu.main]]
# identifier = "about" # An unique identifier for the button
# name = "About" # A display name for the button
# url = "/about/" # The path to the content. It can lead to a single page (like here)
# weight = 90 # A number to order the buttons in the navbar
# [[menu.main]]
# identifier = "posts"
# name = "Blog"
# url = "/post/" # The path can lead to a content folder too.
# weight = 20
# [[menu.main]]
# identifier = "test" # An unique identifier for the button
# name = "Test" # A display name for the button
# url = "/test/" # The path to the content. It can lead to a single page (like here)
# parent = "about"
[taxonomies]
category = "categories"
tag = "tags"
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true
[languages]
[languages.de]
# title = "h3ndrik.de"
languageName = "Deutsch"
weight = 10
[language.de.params]
mainpagesubtitle = "boldly going forward, 'cause we can't find reverse.."
mainpagedesc = "Hallo und Herzlich Willkommen auf h3ndrik.de"
[languages.en]
# title = "h3ndrik.de"
languageName = "English"
weight = 20
[language.en.params]
mainpagesubtitle = "boldly going forward, 'cause we can't find reverse.."
mainpagedesc = "Welcome"