magaz/config.toml

36 γραμμές
752 B
TOML

2022-03-23 20:14:33 +02:00
baseURL = 'https://magaz.hellug.gr/'
languageCode = 'el-GR'
defaultContentLanguage = "el"
2024-01-16 23:42:29 +02:00
title = 'Hellug Magaz'
2022-03-23 20:14:33 +02:00
theme = 'archie-hellug'
timeZone = 'Europe/Athens'
paginate=3 # articles per page
2022-03-23 21:03:38 +02:00
[permalinks]
articles = "/:sections[1:]/:filename"
2022-03-23 20:14:33 +02:00
[params]
2022-03-23 21:03:38 +02:00
mode="auto" # color-mode → light,dark,toggle or auto
useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
subtitle = "The Greek Linux magazine"
2022-03-23 20:14:33 +02:00
[taxonomies]
issue = 'issue'
2024-01-16 23:42:29 +02:00
[mediaTypes."text/gemini"]
suffixes = [ "gmi" ]
[outputFormats.Gemini]
name = "GEMINI"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true
path = "gemini/"
[outputs]
home = [ "HTML", "RSS", "GEMINI"]
page = [ "HTML", "GEMINI"]