homepage/hugo.toml
2025-03-04 11:03:39 +01:00

66 lines
1.3 KiB
TOML

baseURL = "https://pauljako.de"
languageCode = "en-us"
title = "pauljako's Homepage"
theme = "hugo-coder"
[pagination]
pagerSize = 20
[markup.highlight]
style = "github-dark"
[params]
author = "pauljako"
description = "pauljako's personal website"
keywords = "developer,personal"
gravatar = "paulifey18@proton.me"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2025
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/pauljako"
[[params.social]]
name = "Gitlab"
icon = "fa-brands fa-gitlab fa-2x"
weight = 2
url = "https://gitlab.com/pauljako"
[[params.social]]
name = "Forgejo"
icon = "fa-brands fa-git-alt fa-2x"
weight = 3
url = "https://git.pauljako.de/pauljako"
[[params.social]]
name = "Reddit"
icon = "fa-brands fa-reddit fa-2x"
weight = 4
url = "https://reddit.com/user/7pauljako7"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "https://blog.pauljako.de"
[[menu.main]]
name = "About"
weight = 2
url = "about/"