Files
mehl.mx/config.toml

60 lines
1.8 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-14 16:06:54 +02:00
theme = [ "hugo-sustain", "hugo-cloak-email", "hugo-mastodon-comments" ]
2019-03-18 16:50:46 +01:00
[blackfriday]
# preserves linebreaks, and transforms to <br />
extensions = [ "hardLineBreak" ]
[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"
description = "Professional Free and Open Source Software advocate, political scientist, loves to explore new challenges"
keywords = "manager, free software, open source, project, campaign, konstanz, berlin, munster, communication, IT service, computer, politics, administration, FSFE, scouts, founder"
# 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"
LinkedIn = "mxmehl"
Stackoverflow = ""
Mastodon = "mastodon.social/@mxmehl"
Diaspora = "diasp.eu/u/mxmehl"
[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 = "/"
[[menu.main]]
name = "links"
identifier = "links"
weight = 300
url = "/links/"
[[menu.main]]
name = "contact"
identifier = "contact"
weight = 400
url = "/contact/"