website/config.yml

52 lines
943 B
YAML
Raw Normal View History

2018-11-20 11:57:38 +00:00
baseurl: https://vikunja.io/
2018-10-13 20:47:06 +00:00
languageCode: en
2018-10-13 20:05:09 +00:00
title: Vikunja
theme: vikunja
2018-10-13 20:47:06 +00:00
defaultContentLanguage: en
2018-10-13 20:05:09 +00:00
defaultContentLanguageInSubdir: true
enableMissingTranslationPlaceholders: true
2018-10-14 13:23:00 +00:00
enableRobotsTXT: true
2018-10-13 20:05:09 +00:00
permalinks:
post: /:year/:month/:title/
doc: /:slug/
page: /:slug/
default: /:slug/
params:
description: The to-do app to organize your life
author: The Vikunja Authors
2018-10-14 13:18:16 +00:00
website: https://vikunja.io
2020-06-18 16:26:24 +00:00
plausibleEnabled: true
plausibleDomain: vikunja.io
plausibleURL: https://analytics.kolaente.de
2018-10-13 20:05:09 +00:00
menu:
page:
2021-04-25 18:42:17 +00:00
- name: Blog
url: https://vikunja.io/blog/
weight: 35
2018-10-13 20:05:09 +00:00
- name: Docs
2018-10-13 20:47:06 +00:00
url: /docs
weight: 40
2018-10-13 20:05:09 +00:00
- name: Code
url: https://code.vikunja.io/
weight: 50
2020-04-24 10:58:34 +00:00
- name: Community
url: https://community.vikunja.io/
weight: 60
2018-10-13 20:05:09 +00:00
languages:
2018-10-13 20:47:06 +00:00
en:
2018-10-14 13:18:16 +00:00
weight: 1
2018-10-13 20:05:09 +00:00
languageName: English
2019-10-30 21:01:56 +00:00
# de:
# weight: 2
# languageName: Deutsch
2019-12-25 15:23:42 +00:00
markup:
goldmark:
renderer:
unsafe: true