mirror of
https://codeberg.org/liliesh/homepage.git
synced 2026-03-18 22:08:35 +01:00
Switched to gohugo
This commit is contained in:
parent
4205fd9bda
commit
8c058f1e9c
13 changed files with 163 additions and 0 deletions
36
hugo.toml
Normal file
36
hugo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue