website/config.yaml
2020-10-09 10:00:12 +02:00

59 lines
1.1 KiB
YAML

baseURL: https://vrifox.cc/
languageCode: en-us
title: vrifox.cc
enableRobotsTXT: true
params:
menuname: vrifox.cc
menu:
name:
- identifier: vrifox.cc
name: vrifox.cc
title: vrifox.cc
url: /
weight: 1
main:
- identifier: blog
name: blog
title: blog
url: /blog/
weight: 1
- identifier: projects
name: projects
title: projects
url: /projects/
weight: 2
externallinks:
- identifier: mastodon
name: mastodon
title: mastodon
url: https://social.anoxinon.de/@vrifox
weight: 1
- identifier: gitea
name: gitea
title: gitea
url: https://git.vrifox.cc/vrifox
weight: 2
footer:
- identifier: privacy
name: privacy
title: privacy
url: /privacy/
weight: 1
- identifier: feed
name: feed (rss)
title: rss-feed
url: /blog/index.xml
weight: 2
- identifier: sourcecode
name: source code
title: source code
url: https://git.vrifox.cc/vrifox/vrifox.cc
weight: 3
markup:
highlight:
anchorLineNos: true
lineNos: true
lineNumbersInTable: true
noClasses: false
style: dracula
tabWidth: 2