chore: add hugo.yaml file
This commit is contained in:
parent
2f4fddc225
commit
69a54284ec
82
hugo.yaml
Normal file
82
hugo.yaml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user