From 69a54284ec48f50d8fb115d0807ea1a3de4713ad Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Sat, 28 Dec 2024 01:16:32 +0100 Subject: [PATCH] chore: add hugo.yaml file --- hugo.yaml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 hugo.yaml diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..790cf9c --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,82 @@ +baseURL: https://wzykubek.xyz +title: Wiktor Zykubek +copyright: Copyright © 2024 Wiktor Zykubek + +defaultContentLanguage: en +defaultContentLanguageInSubdir: true +pluralizeListTitles: false +enableEmoji: true + +languages: + en: + contentDir: content/en + disabled: false + languageCode: en + languageDirection: ltr + languageName: English + weight: 1 + params: + subtitle: Personal website + menus: + main: + - name: Home + pageRef: / + weight: 10 + - name: Blog + pageRef: /blog + weight: 20 + - name: Projects + url: https://git.brono.cloud/wzykubek + weight: 30 + - name: Music + url: https://lugnx.xyz + weight: 40 + - name: Contact + pageRef: /contact + weight: 50 + pl: + contentDir: content/pl + disabled: false + languageCode: pl + languageDirection: ltr + languageName: Polski + weight: 2 + params: + subtitle: Moja strona + menus: + main: + - name: Główna + pageRef: / + weight: 10 + - name: Blog + pageRef: /blog + weight: 20 + - name: Projekty + url: https://git.brono.cloud/wzykubek + weight: 30 + - name: Muzyka + url: https://lugnx.xyz + weight: 40 + - name: Kontakt + pageRef: /contact + weight: 50 + +params: + contact: + email: contact@wzykubek.xyz + author: + name: Wiktor Zykubek + email: contact@wzykubek.xyz + + +outputs: + home: + - html + section: + - html + - rss + +module: + hugoVersion: + extended: false + min: 0.116.0