2024-03-26 21:51:04 +00:00
|
|
|
baseURL = 'https://example.org/'
|
|
|
|
languageCode = 'en-us'
|
|
|
|
title = 'My New Hugo Site'
|
|
|
|
|
|
|
|
[[menus.main]]
|
|
|
|
name = 'Home'
|
|
|
|
pageRef = '/'
|
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[menus.main]]
|
|
|
|
name = 'About'
|
|
|
|
pageRef = '/pages/about-me'
|
2024-03-26 22:04:57 +00:00
|
|
|
weight = 25
|
2024-03-26 21:51:04 +00:00
|
|
|
|
|
|
|
[[menus.main]]
|
|
|
|
name = 'Resources'
|
|
|
|
pageRef = '/pages/resources'
|
2024-03-26 22:04:57 +00:00
|
|
|
weight = 30
|
|
|
|
|
2024-08-06 22:42:14 +00:00
|
|
|
[[menus.main]]
|
|
|
|
name = 'VPS'
|
|
|
|
url = 'http://104.248.140.85/'
|
|
|
|
weight = 35
|
|
|
|
|
|
|
|
[[menus.main]]
|
|
|
|
name = 'RSS'
|
|
|
|
url = '/index.xml'
|
|
|
|
weight = 40
|
|
|
|
|
|
|
|
|
2024-07-24 19:30:19 +00:00
|
|
|
#[[menus.main]]
|
|
|
|
#name = 'Tags'
|
|
|
|
#pageRef = '/tags'
|
|
|
|
#weight = 35
|
2024-03-26 22:04:57 +00:00
|
|
|
|
2024-03-26 21:51:04 +00:00
|
|
|
|
|
|
|
[module]
|
|
|
|
[module.hugoVersion]
|
|
|
|
extended = false
|
|
|
|
min = "0.116.0"
|