From 2250ee350c4756ef7b51a5a05b7e0d10b24e0ebf Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 25 Apr 2021 18:29:18 +0200 Subject: [PATCH] Add hugo config --- config.yml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 config.yml diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..851e953 --- /dev/null +++ b/config.yml @@ -0,0 +1,50 @@ +baseurl: https://vikunja.io/ +title: Vikunja +theme: vikunja +enableRobotsTXT: false +canonifyURLs: true + +pygmentsUseClasses: true + +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 + website: https://vikunja.io + plausibleEnabled: true + plausibleDomain: vikunja.io + plausibleURL: https://analytics.kolaente.de + +markup: + goldmark: + renderer: + unsafe: true + +menu: + page: + - name: Home + url: https://vikunja.io/ + weight: 10 + - name: Features + url: https://vikunja.io/features + weight: 20 + - name: Download + url: https://vikunja.io/download + weight: 30 + - name: Blog + url: https://vikunja.io/blog/ + weight: 35 + - name: Docs + url: https://vikunja.io/docs + weight: 40 + - name: Code + url: https://code.vikunja.io/ + weight: 50 + - name: Community + url: https://community.vikunja.io/ + weight: 60