74 lines
1.1 KiB
TOML
74 lines
1.1 KiB
TOML
baseURL = "http://jaseg.de/"
|
|
languageCode = "en-us"
|
|
title = "Home"
|
|
copyright = "Jan Sebastian Götte"
|
|
theme = "conspiracy"
|
|
|
|
[taxonomies]
|
|
category = "Categories"
|
|
blog = "Posts"
|
|
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/blog/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Projects"
|
|
url = "/projects/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 4
|
|
|
|
[[params.profile_links]]
|
|
name = "cgit"
|
|
url = "https://git.jaseg.de/"
|
|
weight = 1
|
|
|
|
[[params.profile_links]]
|
|
name = "Github"
|
|
url = "https://github.com/jaseg"
|
|
weight = 2
|
|
|
|
[[params.profile_links]]
|
|
name = "Gitlab"
|
|
url = "https://gitlab.com/neinseg"
|
|
weight = 3
|
|
|
|
[[params.profile_links]]
|
|
name = "Mastodon"
|
|
url = "https://chaos.social/@jaseg"
|
|
weight = 4
|
|
|
|
[[params.footer_links]]
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 1
|
|
|
|
[[params.footer_links]]
|
|
name = "Imprint"
|
|
url = "/imprint/"
|
|
weight = 2
|
|
|
|
[[params.homepage_categories]]
|
|
title = "Recently updated projects"
|
|
key = "projects"
|
|
weight = 1
|
|
count = 2
|
|
|
|
[[params.homepage_categories]]
|
|
title = "Blog"
|
|
key = "blog"
|
|
weight = 2
|
|
count = 10
|
|
|
|
[security.exec]
|
|
allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^rst2html$"]
|