1
0
Fork 0
This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
kekskurse.de-old/config.toml

50 lines
692 B
TOML

baseURL = "https://www.kekskurse.de/"
languageCode = "en-us"
title = "Kekskurse"
theme="archie"
[params]
mode="auto"
featherIconsCDN=false
subtitle = "Private Webpage"
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/kekskurse"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/kekskurse"
[[params.social]]
name = "Instagram"
icon = "instagram"
url = "https://instagram.com/kekskurse"
[[menu.main]]
name = "Blog"
url = "/tags/blog/"
weight = 10
[[menu.main]]
name = "Images"
url = "/gallery/"
weight = 30
[[menu.main]]
name = "Contact"
url = "/about"
weight = 40
[taxonomies]
tag = "tags"
category = "categories"