Files
hyzendust.github.io/hugo.toml
2026-01-12 03:22:22 +05:30

43 lines
596 B
TOML

baseURL = 'https://hyzendust.github.io'
languageCode = 'en-us'
title = 'Freedoms4'
theme = 'hugo-theme-yue'
publishDir = "docs"
[params]
customCSS = ["css/custom.css"]
[caches]
[caches.images]
dir = ':cacheDir/images'
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts/"
weight = 2
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 3
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 4
[taxonomies]
category = "categories"
tag = "tags"