mart-w.de/hugo.toml

67 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2024-02-13 03:28:47 +01:00
baseURL = 'https://mart-w.de/'
2024-02-15 12:18:35 +01:00
languageCode = 'en-gb'
defaultContentLanguage = "en"
2024-04-03 01:27:47 +02:00
title = "mart-w"
2024-02-15 12:18:35 +01:00
[Params]
2024-04-03 01:27:47 +02:00
description = "mart-w, wannabe hacker and tryhard photographer"
mainSections = ["post", "gallery"]
2024-04-03 00:11:31 +02:00
[Params.Sidebar]
2024-04-03 01:27:47 +02:00
subtitle = "{code|nix|photography} nerd"
2024-04-03 00:11:31 +02:00
avatar.src = "img/avatar.jpg"
2024-02-14 13:58:08 +01:00
2024-04-03 01:27:47 +02:00
[Params.Footer]
since = 2024
customText = '<a href="https://brokentech.cloud/legal_notice">Legal Notice</a> | <a href="https://brokentech.cloud/privacy">Privacy Policy</a>'
[Params.Article]
[Params.Article.license]
enabled = true
default = "This work by mart-w is licensed under [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)."
[menu]
[[menu.social]]
identifier = "mastodon"
name = "Mastodon"
url = "https://chaos.social/@mart_w"
weight = 1
[menu.social.params]
icon = "brand-mastodon"
[[menu.social]]
identifier = "forgejo"
name = "Forgejo"
url = "https://git.brokentech.cloud/mart-w"
weight = 2
[menu.social.params]
icon = "brand-git"
[[menu.social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/mart-w"
weight = 3
[menu.social.params]
icon = "brand-github"
[[menu.social]]
identifier = "flickr"
name = "Flickr"
url = "https://www.flickr.com/photos/mart-w/"
weight = 4
[menu.social.params]
icon = "brand-flickr"
2024-02-14 13:58:08 +01:00
[module]
[[module.imports]]
path = "github.com/CaiJimmy/hugo-theme-stack/v3"