blog/hugo.toml
2025-04-18 23:03:03 +02:00

69 lines
1.2 KiB
TOML

baseurl = "https://blog.marin.fyi"
title = "marin"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
[pagination]
pagerSize = 20
#[services]
#[services.disqus]
#shortname = "yourdiscussshortname"
[markup.highlight]
style = "github-dark"
[params]
author = "marin"
info = "bla"
description = "bla2"
keywords = "blog,personal"
avatarurl = "images/avatar.jpg"
#gravatar = "john.doe@example.com"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2025
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "posts/"
[[menu.main]]
name = "Tags"
weight = 2
url = "tags/"
[[menu.main]]
name = "Series"
weight = 3
url = "series/"
[[menu.main]]
name = "RSS Feed"
weight = 4
url = "https://blog.marin.fyi/index.xml"
#[[menu.main]]
# name = "About"
# weight = 2
# url = "about/"