Working template

This commit is contained in:
2025-04-02 16:47:51 +03:00
commit c9104c0563
22 changed files with 191 additions and 0 deletions

47
hugo.toml Normal file
View File

@ -0,0 +1,47 @@
title = "Linerds Blog"
baseURL = "https://blog.linerds.us"
languageCode = "en-us"
theme = "PaperMod"
[params]
author = "Linerds"
contact = "blog@linerds.us" # yeah no
feedlinks = true
mobileMenu = true
ShowReadingTime = true
[params.homeInfoParams]
Title = "Linerds Blog"
Content = "Nothing Yet"
[[params.socialIcons]]
name = "gitea"
url = "https://gitea.linerds.us/Linerds/blog"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML", "RSS", "JSON"]
[[menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories/"
weight = 10
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 20
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 20
[[menu.main]]
identifier = "archive"
name = "Archive"
url = "/archives/"
weight = 20