fixes and gemini output
Αυτό το commit περιλαμβάνεται σε:
γονέας
88adf667a0
commit
414aa9dbd0
21 αρχεία άλλαξαν με 91 προσθήκες και 20 διαγραφές
18
config.toml
18
config.toml
|
@ -1,7 +1,7 @@
|
|||
baseURL = 'https://magaz.hellug.gr/'
|
||||
languageCode = 'el-GR'
|
||||
defaultContentLanguage = "el"
|
||||
title = 'Magaz'
|
||||
title = 'Hellug Magaz'
|
||||
theme = 'archie-hellug'
|
||||
timeZone = 'Europe/Athens'
|
||||
|
||||
|
@ -17,3 +17,19 @@ paginate=3 # articles per page
|
|||
|
||||
[taxonomies]
|
||||
issue = 'issue'
|
||||
|
||||
[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"]
|
||||
|
|
Φόρτωση…
Προσθήκη πίνακα
Προσθήκη υπερσυνδέσμου
Παράθεση σε νέο ζήτημα