website/config.yaml

60 lines
1.1 KiB
YAML
Raw Normal View History

2020-09-20 20:58:11 +02:00
baseURL: https://vrifox.cc/
2020-09-14 16:53:58 +02:00
languageCode: en-us
2020-09-17 21:51:17 +02:00
title: vrifox.cc
2020-09-14 16:53:58 +02:00
enableRobotsTXT: true
params:
menuname: vrifox.cc
2020-09-14 16:53:58 +02:00
menu:
2020-10-05 09:57:10 +02:00
name:
- identifier: vrifox.cc
name: vrifox.cc
title: vrifox.cc
url: /
weight: 1
2020-09-14 16:53:58 +02:00
main:
- identifier: blog
2020-09-20 20:58:11 +02:00
name: blog
2020-09-14 16:53:58 +02:00
title: blog
2020-10-05 09:57:10 +02:00
url: /blog/
2020-09-20 19:52:34 +02:00
weight: 1
2020-09-14 16:53:58 +02:00
- identifier: projects
2020-09-20 20:58:11 +02:00
name: projects
2020-09-14 16:53:58 +02:00
title: projects
2020-10-05 09:57:10 +02:00
url: /projects/
2020-09-20 19:52:34 +02:00
weight: 2
externallinks:
2020-11-14 10:09:37 +01:00
- identifier: git
name: git
title: git
2021-02-11 16:17:30 +01:00
url: https://code.cozy.town/vrifox
2021-02-13 19:37:12 +01:00
weight: 1
- identifier: cozy.town
name: cozy.town
title: cozy.town
url: https://cozy.town
weight: 2
2020-09-20 19:52:34 +02:00
footer:
2020-10-05 09:57:10 +02:00
- identifier: privacy
name: privacy
title: privacy
2020-10-09 10:00:12 +02:00
url: /privacy/
2020-10-05 09:57:10 +02:00
weight: 1
2020-09-20 19:52:34 +02:00
- identifier: feed
2020-09-20 20:58:11 +02:00
name: feed (rss)
title: rss-feed
2020-10-09 10:00:12 +02:00
url: /blog/index.xml
2020-10-05 09:57:10 +02:00
weight: 2
2020-09-20 20:58:11 +02:00
- identifier: sourcecode
name: source code
title: source code
2021-02-11 16:17:30 +01:00
url: https://code.cozy.town/vrifox/vrifox.cc
2020-10-05 09:57:10 +02:00
weight: 3
markup:
highlight:
anchorLineNos: false
lineNos: false
lineNumbersInTable: false
noClasses: false
style: dracula
tabWidth: 2