61 lines
1.1 KiB
TOML
61 lines
1.1 KiB
TOML
baseurl = "https://hahn1.one"
|
|
title = "JonasHahn"
|
|
theme = "hugo-coder"
|
|
languagecode = "en-us"
|
|
defaultcontentlanguage = "en"
|
|
|
|
[pagination]
|
|
pagersize = 20
|
|
|
|
[services]
|
|
[services.disqus]
|
|
shortname = "Jonas"
|
|
|
|
[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
|
|
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/ascyii/"
|
|
[[params.social]]
|
|
name = "gitlab"
|
|
icon = "fa-brands fa-gitlab fa-2x"
|
|
weight = 2
|
|
url = "https://gitlab.com/ascyii/"
|
|
|
|
# menu links
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
weight = 1
|
|
url = "posts/"
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = 2
|
|
url = "about/"
|
|
|