Files
hyzendust.github.io/hugo.toml

47 lines
674 B
TOML

baseURL = 'https://hyzendust.github.io'
languageCode = 'en-us'
title = 'Freedoms4'
theme = 'hugo-theme-yue'
publishDir = "docs"
[params]
customCSS = ["css/custom.css"]
[params.author]
name = "Freedoms4"
email = "your-email@example.com"
[caches]
[caches.images]
dir = ':cacheDir/images'
[menu]
[[menu.main]]
identifier = "landing"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "blogs"
name = "Blog"
url = "/blog/"
weight = 2
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 3
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 4
[taxonomies]
category = "categories"
tag = "tags"