Switched to gohugo

This commit is contained in:
Liliesh 2026-03-13 19:57:20 +01:00
parent 4205fd9bda
commit 8c058f1e9c
Signed by untrusted user who does not match committer: liliesh
GPG key ID: 680387646C7BAE8E
13 changed files with 163 additions and 0 deletions

36
hugo.toml Normal file
View file

@ -0,0 +1,36 @@
baseURL = 'https://liliesh.pinkhaj.world/'
languageCode = 'en-us'
title = 'Lilieshs Homepage'
theme = 'neopost'
copyright = 'Liliesh'
enableRobotsTXT = true
[params]
theme = "light-pink"
favicon = "favicon.ico"
posts-per-page = 6
toc-auto-numbering = false
[languages]
[languages.en]
languageCode = "en-us"
contentDir = "content/"
languageName = "english"
weight = 1
[languages.en.params]
[languages.en.params.sidebar.tags]
enable = false
limit = 2
more-text = "more tags..."
[languages.en.params.read-more]
length-limit = 20
[languages.en.params.read-more.text]
more = "read more"
less = "read less"
[permalinks]
blog = "/posts/:year/:slug"
[services]
[services.rss]
limit = 20