hyteck-blog/config.toml

91 lines
2.5 KiB
TOML
Raw Permalink Normal View History

2019-09-15 17:17:51 +00:00
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
2023-11-09 03:50:00 +00:00
[tracking]
[tracking.oxitraffic]
2023-11-09 03:51:46 +00:00
enabled = true
hostname = "traffic.hyteck.de"
2023-11-09 03:50:00 +00:00
2019-09-15 17:17:51 +00:00
[params]
# Unmark to use post folder for images. Default is static folder.
#usepostimgfolder = true
2023-05-03 17:48:10 +00:00
slogan = "Blog of Julian-Samuel Gebühr"
2019-09-15 17:17:51 +00:00
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 = [
2021-02-09 10:41:21 +00:00
"Student of Medical Informatics, Developer, He/Him"
2019-09-15 17:17:51 +00:00
]
copyright = [
2023-01-25 21:17:56 +00:00
'&copy; 2023 CC-BY Julian-Samuel Gebühr</a> '
2019-09-15 17:17:51 +00:00
]
email = "julian-samuel@gebuehr.net"
2023-11-09 04:08:02 +00:00
oxitraffic_url = "https://traffic.hyteck.de/count.js"
2019-09-15 17:17:51 +00:00
# Nav links in the side bar
2023-01-25 21:17:56 +00:00
[[menu.main]]
2019-09-15 17:17:51 +00:00
name = "Home"
url = "/"
weight = 1
2021-11-14 10:19:15 +00:00
[[menu.main]]
name = "Services"
url = "services/"
weight = 3
2019-09-15 17:17:51 +00:00
2023-01-25 21:17:56 +00:00
[[menu.main]]
2019-09-15 17:17:51 +00:00
name = "About"
url = "about/"
2021-11-14 10:19:15 +00:00
weight = 3
2019-09-15 17:17:51 +00:00
2023-01-25 21:17:56 +00:00
[[menu.main]]
2019-09-15 19:58:43 +00:00
name = "Privacy + Imprint"
url = "imprint/"
2021-11-14 10:19:15 +00:00
weight = 4
2019-09-15 17:17:51 +00:00
# this will also be in author bio if there is no writer.
[params.social]
2020-09-18 15:43:05 +00:00
github = "https://github.com/moan0s"
2019-09-15 17:17:51 +00:00
email = "julian-samuel@gebuehr.net"
twitter = "https://twitter.com/jgebuehr"
2021-01-02 21:40:45 +00:00
linkedin = "https://www.linkedin.com/in/julian-samuel-gebühr/"
2019-09-15 17:17:51 +00:00
stackoverflow = "https://stackoverflow.com/users/9908321/gerjuli"
instagram = "https://www.instagram.com/julian_samuel_gebuehr/"
facebook = "https://www.facebook.com/juliansamuel.gebuhr"
2022-10-27 08:17:04 +00:00
mastodon = "https://chaos.social/@moanos"
2019-09-15 17:17:51 +00:00
rss = true
2023-02-27 15:27:07 +00:00
[[params.fediverse]]
url = "https://chaos.social/@moanos"
name = "Personal mastodon profile"
[[params.fediverse]]
url = "https://lediver.se/@moanos_foss"
name= "FOSS profile"
[[params.fediverse]]
url = "https://pixelfed.social/@moanos"
name= "Pixelfed"
2023-06-21 15:11:25 +00:00
[outputs]
home = ["HTML", "RSS"]