website/config.yaml
2021-06-13 13:45:14 +02:00

114 lines
2.5 KiB
YAML

baseURL: https://vrifox.cc/
title: "Vri's Cute Corner"
defaultContentLanguage: de
languages:
de:
#contentDir: /content/de/
languageName: Deutsch
languageCode: 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: /bibliothek/
weight: 4
- identifier: projects
name: Projekte
title: projects
url: /projekte/
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:
#contentDir: /content/en/
languageName: English
languageCode: en
weight: 2
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: /en/blogroll/
weight: 3
- identifier: library
name: Library
url: /en/library/
weight: 4
- identifier: projects
name: Projects
title: projects
url: /en/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
enableRobotsTXT: true
markup:
highlight:
anchorLineNos: false
lineNos: false
lineNumbersInTable: false
noClasses: false
style: dracula
tabWidth: 2
goldmark:
extensions:
linkify: false
renderer:
unsafe: true