website/config.yaml
2020-11-14 10:09:37 +01: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: fediverse
name: fediverse
title: fediverse
url: https://social.anoxinon.de/@vrifox
weight: 1
- identifier: git
name: git
title: git
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