Files
mehl.mx/config.toml

73 lines
2.1 KiB
TOML
Raw Normal View History

2019-03-18 16:50:46 +01:00
baseurl = "https://mehl.mx/"
languageCode = "en-GB"
title = "Max Mehl"
2019-10-18 23:53:42 +02:00
theme = [ "hugo-sustain", "hugo-cloak-email", "hugo-mastodon-comments", "hugo-snap-gallery" ]
2020-02-14 09:09:50 +01:00
[markup.highlight]
codeFences = true
style = "emacs"
2019-03-18 16:50:46 +01:00
[permalinks]
2019-10-14 16:06:54 +02:00
blog = "/blog/:year/:slug"
2019-03-18 16:50:46 +01:00
[params]
avatar = "profile.jpg"
author = "Max Mehl"
2024-09-03 09:36:50 +02:00
description = "I am deeply involved in Free and Open Source Software from various perspectives — strategic, technical, legal, community, and even political."
keywords = "open source, free software, Deutsche Bahn, DB Systel, FSFE, management, campaign, communication, strategy, konstanz, berlin, munster, IT service, politics, administration, scouts, founder"
2019-03-18 16:50:46 +01:00
# Custom assets can be linked with their paths relative to static/
2019-10-14 16:06:54 +02:00
custom_css = ['css/custom.css', 'comments/mastodon-comments.css']
custom_js = ['comments/getcomments.js']
[params.blog]
headline = "Thoughts about tech, politics, and more"
2019-03-18 16:50:46 +01:00
[params.social]
Github = "mxmehl"
Git = "https://src.mehl.mx/mxmehl"
Email = ""
# Twitter = "mxmehl"
2019-03-18 16:50:46 +01:00
LinkedIn = "mxmehl"
Stackoverflow = "https://stackoverflow.com/users/4273755/mxmehl"
2019-03-18 16:50:46 +01:00
Mastodon = "mastodon.social/@mxmehl"
# Diaspora = "diasp.eu/u/mxmehl"
2019-03-18 16:50:46 +01:00
2019-10-20 15:47:39 +02:00
[params.matomo]
trackedurl = "//mehl.mx/"
siteid = "9"
[params.mastodoncomments]
2019-10-16 20:03:39 +02:00
# Link to your Mastodon profile. Please use the format https://<instanceURL>/users/<youruser>
user = "https://mastodon.social/users/mxmehl"
2019-10-16 20:05:05 +02:00
# A regex which defines the relative path for URLs which you want to grep comments for
regex = '/blog/\d\d\d\d/.+$'
2019-10-16 20:03:39 +02:00
# Contact address or URL. Can be a relative or absolute URL, or also a mailto:// address
contact = "/contact/"
2019-03-18 16:50:46 +01:00
## Main Menu
[[menu.main]]
name = "start"
weight = 100
identifier = "start"
url = "/"
2019-10-19 00:05:30 +02:00
[[menu.main]]
name = "blog"
identifier = "blog"
weight = 200
url = "/blog/"
2019-03-18 16:50:46 +01:00
[[menu.main]]
name = "links"
identifier = "links"
weight = 300
url = "/links/"
[[menu.main]]
name = "contact"
identifier = "contact"
weight = 400
url = "/contact/"
2019-10-18 23:53:42 +02:00
[privacy.youtube]
disable = false
privacyEnhanced = true