This commit is contained in:
parent
dc3626bb6b
commit
fff746a63c
34
hugo.toml
Normal file
34
hugo.toml
Normal 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
|
24
hugo.yml
24
hugo.yml
@ -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
|
Loading…
Reference in New Issue
Block a user