website/config.yaml

69 lines
1.2 KiB
YAML
Raw Normal View History

2020-09-20 20:58:11 +02:00
baseURL: https://vrifox.cc/
2021-05-24 22:24:58 +02:00
languages:
en:
languageName: English
languageCode: en-us
weight: 1
de:
languageName: Deutsch
languageCode: de-de
weight: 2
title: "Vri's Cute Corner"
2020-09-14 16:53:58 +02:00
enableRobotsTXT: true
menu:
2020-10-05 09:57:10 +02:00
name:
- identifier: vrifox.cc
name: VrifoxCC
2020-10-05 09:57:10 +02:00
title: vrifox.cc
url: /
weight: 1
2020-09-14 16:53:58 +02:00
main:
- identifier: blog
name: Blog
2020-09-14 16:53:58 +02:00
title: blog
2020-10-05 09:57:10 +02:00
url: /blog/
weight: 2
- identifier: blogroll
name: Blogroll
title: blogroll
url: /blogroll/
weight: 3
2021-03-07 16:24:10 +01:00
- identifier: library
name: Library
url: /library/
weight: 4
2020-09-14 16:53:58 +02:00
- identifier: projects
name: Projects
2020-09-14 16:53:58 +02:00
title: projects
2020-10-05 09:57:10 +02:00
url: /projects/
2021-03-07 16:24:10 +01:00
weight: 5
2020-09-20 19:52:34 +02:00
footer:
2020-10-05 09:57:10 +02:00
- identifier: privacy
name: Privacy
2020-10-05 09:57:10 +02:00
title: privacy
2020-10-09 10:00:12 +02:00
url: /privacy/
weight: 3
2020-09-20 19:52:34 +02:00
- identifier: feed
name: Feed (RSS)
2020-09-20 20:58:11 +02:00
title: rss-feed
2020-10-09 10:00:12 +02:00
url: /blog/index.xml
weight: 4
2020-09-20 20:58:11 +02:00
- identifier: sourcecode
name: Source Code
2020-09-20 20:58:11 +02:00
title: source code
2021-02-11 16:17:30 +01:00
url: https://code.cozy.town/vrifox/vrifox.cc
weight: 5
markup:
highlight:
anchorLineNos: false
lineNos: false
lineNumbersInTable: false
noClasses: false
style: dracula
tabWidth: 2
goldmark:
extensions:
linkify: false
2021-05-24 22:24:58 +02:00
renderer:
unsafe: true