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 ]
2025-11-28 22:29:56 +01:00
avatar = "profile.png"
2019-03-18 16:50:46 +01:00
author = "Max Mehl"
2025-05-30 15:58:14 +02:00
description = "Open Source expert with background in tech and policy. Focused on strategy, governance, and software supply chains. Building sustainable digital environments."
2024-09-03 09:36:50 +02:00
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/
2025-03-21 11:01:49 +01:00
custom_css = [ "comments/mastodon-comments.css" ]
custom_js = [ "comments/getcomments.js" ]
2019-10-14 16:06:54 +02:00
[ 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 = ""
2024-09-03 09:44:51 +02:00
# Twitter = "mxmehl"
2019-03-18 16:50:46 +01:00
LinkedIn = "mxmehl"
2024-09-13 09:04:58 +02:00
Stackoverflow = "users/4273755/mxmehl"
2019-03-18 16:50:46 +01:00
Mastodon = "mastodon.social/@mxmehl"
2024-09-03 09:44:51 +02:00
# 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"
2019-10-16 19:46:39 +02:00
[ params . mastodoncomments ]
2019-10-16 20:03:39 +02:00
# Link to your Mastodon profile. Please use the format https://<instanceURL>/users/<youruser>
2019-10-16 19:46:39 +02:00
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
2019-10-16 19:46:39 +02:00
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/"
2025-02-19 21:19:31 +01:00
[ [ menu . main ] ]
name = "IT Services"
identifier = "it"
weight = 400
url = "/it/"
2019-03-18 16:50:46 +01:00
[ [ menu . main ] ]
name = "contact"
identifier = "contact"
2025-02-19 21:19:31 +01:00
weight = 500
2019-03-18 16:50:46 +01:00
url = "/contact/"
2019-10-18 23:53:42 +02:00
[ privacy . youtube ]
disable = false
privacyEnhanced = true
2026-02-12 21:39:21 +01:00
# Modules
[ [ module . mounts ] ]
# Make static images available as image assets by default
source = "static/img/"
target = "assets/images/"