17 γραμμές
406 B
TOML
17 γραμμές
406 B
TOML
|
baseURL = 'https://magaz.hellug.gr/'
|
||
|
languageCode = 'el-GR'
|
||
|
defaultContentLanguage = "el"
|
||
|
title = 'Magaz'
|
||
|
theme = 'archie-hellug'
|
||
|
timeZone = 'Europe/Athens'
|
||
|
|
||
|
paginate=3 # articles per page
|
||
|
|
||
|
[params]
|
||
|
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"
|
||
|
|
||
|
[taxonomies]
|
||
|
issue = 'issue'
|