blog/hugo.toml
Shautvast 9e8c827b5d Remove 'Hi, I'm Sander' title from home page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 10:15:10 +02:00

57 lines
1.3 KiB
TOML

baseURL = "https://blog.sanderhautvast.nl/"
languageCode = "en-us"
title = "Sander Hautvast"
theme = "PaperMod"
[pagination]
pagerSize = 10
[params]
author = "Sander Hautvast"
description = "Thoughts on software, systems, and everything in between"
defaultTheme = "light"
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowToc = true
TocOpen = false
ShowFullTextinRSS = true
[params.homeInfoParams]
Title = ""
Content = "Software engineer writing about Rust, Java, systems programming, and whatever else I find interesting."
[[params.socialIcons]]
name = "forgejo"
url = "https://git.sanderhautvast.nl"
[[params.socialIcons]]
name = "github"
url = "https://github.com/shautvast"
[[params.socialIcons]]
name = "codeberg"
url = "https://codeberg.org/shautvast"
[menu]
[[menu.main]]
identifier = "git"
name = "My Git"
url = "https://git.sanderhautvast.nl"
weight = 5
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 10
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 20
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 30