63 lines
1.2 KiB
TOML
63 lines
1.2 KiB
TOML
baseurl = "https://hahn1.one"
|
|
title = "JonasHahn"
|
|
theme = "hugo-coder"
|
|
languagecode = "en-us"
|
|
defaultcontentlanguage = "en"
|
|
|
|
ignoreLogs = ['warning-goldmark-raw-html']
|
|
|
|
[pagination]
|
|
pagersize = 20
|
|
|
|
[markup.highlight]
|
|
style = "github-dark"
|
|
|
|
[params]
|
|
author = "Jonas Hahn"
|
|
info = "Physics student passionate about computers"
|
|
description = "Jonas Hahn's personal website"
|
|
keywords = "blog,developer,personal,university"
|
|
avatarurl = "/avatar.jpg"
|
|
|
|
favicon_32 = "/favicon_32.png"
|
|
favicon_16 = "/favicon_16.png"
|
|
favicon_svg = "/favicon.svg"
|
|
|
|
since = 2025
|
|
colorscheme = "auto"
|
|
hidecolorschemetoggle = false
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
series = "series"
|
|
tag = "tags"
|
|
author = "authors"
|
|
|
|
[[params.social]]
|
|
name = "github"
|
|
icon = "fa-brands fa-github fa-2x"
|
|
weight = 1
|
|
url = "https://github.com/ascyii/"
|
|
[[params.social]]
|
|
name = "gitlab"
|
|
icon = "fa-brands fa-gitlab fa-2x"
|
|
weight = 2
|
|
url = "https://gitlab.com/ascyii/"
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
weight = 1
|
|
url = "posts/"
|
|
[[menu.main]]
|
|
name = "Projects"
|
|
weight = 2
|
|
url = "projects/"
|
|
[[menu.main]]
|
|
name = "Contact"
|
|
weight = 3
|
|
url = "contact/"
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = 4
|
|
url = "about/"
|