Want to contribute? Fork me on Codeberg.org!
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.

45 lines
913 B

baseURL = 'https://blog.elnu.com/'
languageCode = 'en-us'
title = "Elnu's Blog"
theme = 'blog-theme'
enableEmoji = true
paginate = 3
ignoreFiles = ['\.org$']
[params]
Author = 'Elnu'
AuthorProfile = 'https://elnu.com/'
AuthorTwitter = 'ElnuDev'
SiteTwitter = 'ElnuDev'
MatomoURL = 'matomo.elnu.com'
MatomoSiteId = '5'
HomepageHeader = '<a href="https://elnu.com/">&laquo; Back to profile</a>'
Stork = true
SoudanURL = 'https://soudan.elnu.com'
Tagline = "I write about things. Sometimes."
Avatar = "kyoko.png"
[permalinks]
pages = '/:title'
posts = '/:year/:month/:slug/'
[taxonomies]
tag = 'tags'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false
[markup.tableOfContents]
endLevel = 6
[outputFormats.stork]
mediaType = 'application/json'
baseName = 'stork.config'
isPlainText = true
[outputs]
home = ['html', 'stork', 'rss']