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.

52 lines
938 B

baseURL = 'https://elpengu.com'
languageCode = 'en-us'
title = 'ElPengu'
theme = 'hello-friend-ng'
relativeURLs=true
[blackfriday]
hrefTargetBlank = true
[author]
name = "elpengu"
[taxonomies]
tag = "tags"
[menu]
[[menu.main]]
identifier = "articles"
name = "ARTICLES"
url = "/posts"
[[menu.main]]
identifier = "instances"
name = "SERVICES"
url = "/services"
[[menu.main]]
identifier = "source"
name = "SOURCE"
url = "https://git.elpengu.com/stefan911/elpengu"
[markup.goldmark.renderer]
unsafe = true
[Permalinks]
posts = "/posts/:filename/"
[params]
data-theme="dark"
enableSharingButtons=false
[params.logo]
logoMark=" "
logoText="ElPengu"
path="/logos/elpengu.png"
logoCursorDisabled = true
[params.footer]
rss = true
author = true
bottomText = [
"❤ Helping people obtain software freedom since 2021"
]