first commit

This commit is contained in:
psychhim
2025-11-11 16:16:48 +05:30
commit 26478bba37
31 changed files with 2421 additions and 0 deletions

37
hugo.toml Normal file
View File

@@ -0,0 +1,37 @@
baseURL = 'https://freedoms4.top/'
languageCode = 'en-us'
title = 'Freedoms4'
theme= 'hugo-theme-yue'
[params]
customCSS = ["css/custom.css"]
[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"