Initial commit for theme nederburg
This commit is contained in:
80
config.toml
Normal file
80
config.toml
Normal file
@@ -0,0 +1,80 @@
|
||||
baseurl = "https://hyteck.de/"
|
||||
title = "Hyteck"
|
||||
theme = "hugo-nederburg-theme"
|
||||
languageCode = "en-us"
|
||||
# Enable comments by entering your Disqus shortname
|
||||
disqusShortname = ""
|
||||
# Enable Google Analytics by entering your tracking code
|
||||
googleAnalytics = ""
|
||||
preserveTaxonomyNames = true
|
||||
paginate = 5 #frontpage pagination
|
||||
|
||||
[privacy]
|
||||
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
|
||||
[privacy.googleAnalytics]
|
||||
# set to true to disable service
|
||||
disable = true
|
||||
# set to true to meet General Data Protection Regulation (GDPR)
|
||||
anonymizeIP = true
|
||||
respectDoNotTrack = true
|
||||
useSessionStorage = true
|
||||
|
||||
[params]
|
||||
# Unmark to use post folder for images. Default is static folder.
|
||||
#usepostimgfolder = true
|
||||
slogan = "Blog of Julian-Samuel Gebühr"
|
||||
description = "Blog of Julian-Samuel Gebühr" # meta description
|
||||
# You need to set author to have an author bio. If you have a writer in the markdown file it will override this.
|
||||
author = "Julian-Samuel Gebühr"
|
||||
authorLink = "https://hyteck.de/"
|
||||
bio = [
|
||||
"Student of Medical Engineering, He/Him"
|
||||
]
|
||||
copyright = [
|
||||
"© 2019 Julian-Samuel Gebühr"
|
||||
]
|
||||
|
||||
|
||||
# Contact page
|
||||
# Since this template is static, the contact form uses www.formspree.io as a
|
||||
# proxy. The form makes a POST request to their servers to send the actual
|
||||
# email. Visitors can send up to a 1000 emails each month for free.
|
||||
#
|
||||
# What you need to do for the setup?
|
||||
#
|
||||
# - set your email address under 'email' below (it is also used in Gravatar for the bio).
|
||||
# - upload the generated site to your server
|
||||
# - send a dummy email yourself to confirm your account
|
||||
# - click the confirm link in the email from www.formspree.io
|
||||
# - you're done. Happy mailing!
|
||||
email = "julian-samuel@gebuehr.net"
|
||||
|
||||
# Nav links in the side bar
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "about/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Get in touch"
|
||||
url = "contact/"
|
||||
weight = 3
|
||||
|
||||
# this will also be in author bio if there is no writer.
|
||||
[params.social]
|
||||
github = "https://github.com/GerJuli"
|
||||
email = "julian-samuel@gebuehr.net"
|
||||
twitter = "https://twitter.com/jgebuehr"
|
||||
linkedin = "https://www.linkedin.com/in/julian-samuel-geb%C3%BChr-2bb38a139/n"
|
||||
stackoverflow = "https://stackoverflow.com/users/9908321/gerjuli"
|
||||
instagram = "https://www.instagram.com/julian_samuel_gebuehr/"
|
||||
facebook = "https://www.facebook.com/juliansamuel.gebuhr"
|
||||
#pinterest = "full profile url in pinterest"
|
||||
#googleplus = "full profile url in googleplus"
|
||||
rss = true
|
||||
|
Reference in New Issue
Block a user