website/config.yaml

114 lines
2.4 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:
de:
2021-06-13 12:38:02 +02:00
#contentDir: /content/de/
2021-05-24 22:24:58 +02:00
languageName: Deutsch
languageCode: de-de
2021-06-13 12:38:02 +02:00
title: DE
weight: 1
menu:
name:
- identifier: vrifox.cc
name: VrifoxCC
title: vrifox.cc
url: /
weight: 1
main:
- identifier: blog
name: Blog
title: blog
url: /blog/
weight: 2
- identifier: blogroll
name: Blogroll
title: blogroll
url: /blogroll/
weight: 3
- identifier: library
name: Bibliothek
url: /library/
weight: 4
- identifier: projects
name: Projekte
title: projects
url: /projects/
weight: 5
footer:
- identifier: privacy
name: Privacy
title: privacy
url: /privacy/
weight: 3
- identifier: feed
name: Feed (RSS)
title: rss-feed
url: /blog/index.xml
weight: 4
- identifier: sourcecode
name: Source Code
title: source code
url: https://code.cozy.town/vrifox/vrifox.cc
weight: 5
en:
languageName: English
languageCode: en-
2021-05-24 22:24:58 +02:00
weight: 2
2021-06-13 12:38:02 +02:00
menu:
name:
- identifier: vrifox.cc
name: VrifoxCC
title: vrifox.cc
url: /
weight: 1
main:
- identifier: blog
name: Blog
title: blog
url: /blog/
weight: 2
- identifier: blogroll
name: Blogroll
title: blogroll
url: /blogroll/
weight: 3
- identifier: library
name: Library
url: /library/
weight: 4
- identifier: projects
name: Projects
title: projects
url: /projects/
weight: 5
footer:
- identifier: privacy
name: Privacy
title: privacy
url: /privacy/
weight: 3
- identifier: feed
name: Feed (RSS)
title: rss-feed
url: /blog/index.xml
weight: 4
- identifier: sourcecode
name: Source Code
title: source code
url: https://code.cozy.town/vrifox/vrifox.cc
weight: 5
title: "Vri's Cute Corner"
2020-09-14 16:53:58 +02:00
enableRobotsTXT: true
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