1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
868 B

baseURL = 'https://elpengu.com'
languageCode = 'en-us'
title = 'ElPengu'
theme = 'hello-friend-ng'
[blackfriday]
hrefTargetBlank = true
[author]
name = "elpengu"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[menu]
[[menu.main]]
identifier = "posts"
name = "BLOG"
url = "/blog"
[[menu.main]]
identifier = "instances"
name = "SERVICES"
url = "/services"
[[menu.main]]
identifier = "source"
name = "SOURCE"
url = "/source"
[Permalinks]
post = "/posts/:filename/"
[params]
data-theme="dark"
[params.logo]
logoMark=" "
logoText="ElPengu"
path="https://elpengu.com/static/ElPengu.png"
logoCursorDisabled = true
[params.footer]
rss = true
author = true
bottomText = [
"❤ Helping people obtain software freedom since 2021"
]