perhaps this will fix it
Some checks failed
pipeline / deploy-job (push) Failing after 32s

This commit is contained in:
fzorb 2024-09-05 17:32:29 +03:00
parent dc3626bb6b
commit fff746a63c
2 changed files with 34 additions and 24 deletions

34
hugo.toml Normal file
View File

@ -0,0 +1,34 @@
baseURL = "https://fzorb.xyz/"
languageCode = "en-us"
title = "FzOrb's blog"
theme = "zmin"
[[menus.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "Technology"
pageRef = "/technology"
weight = 20
[[menus.main]]
name = "Trains"
pageRef = "/trains"
weight = 30
[[menus.main]]
name = "Miscellaneous"
pageRef = "/misc"
weight = 40
[[menus.main]]
name = "Donate"
pageRef = "/donate"
weight = 50
[[menus.main]]
name = "Services"
pageRef = "/services"
weight = 60

View File

@ -1,24 +0,0 @@
baseURL: 'https://fzorb.xyz/'
languageCode: 'en-us'
title: "FzOrb's blog"
theme: 'zmin'
menus:
main:
- name: Home
pageRef: /
weight: 10
- name: Technology
pageRef: /technology
weight: 20
- name: Trains
pageRef: /trains
weight: 30
- name: Miscellaneous
pageRef: /misc
weight: 40
- name: Donate
pageRef: /donate
weight: 50
- name: Services
pageRef: /services
weight: 60