67 lines
1.3 KiB
TOML
67 lines
1.3 KiB
TOML
baseURL = 'https://mart-w.de/'
|
|
languageCode = 'en-gb'
|
|
defaultContentLanguage = "en"
|
|
title = "mart-w"
|
|
|
|
[Params]
|
|
description = "mart-w, wannabe hacker and tryhard photographer"
|
|
mainSections = ["post", "gallery"]
|
|
|
|
|
|
[Params.Sidebar]
|
|
subtitle = "{code|nix|photography} nerd"
|
|
avatar.src = "img/avatar.jpg"
|
|
|
|
|
|
[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"
|
|
|
|
|
|
[module]
|
|
[[module.imports]]
|
|
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
|