www/config.toml
Fanis Dokianakis 3b70e0287d
Κάποιοι έλεγχοι απέτυχαν
Hellug/www/pipeline/head There was a failure building this commit
fix gemini site
2022-07-07 18:24:40 +03:00

60 γραμμές
1,1 KiB
TOML

baseURL = "https://www.hellug.gr/"
languageCode = "en-us"
title = "HELLUG"
disableHugoGeneratorInject = true
[mediaTypes."text/gemini"]
suffixes = [ "gmi" ]
[outputFormats.Gemini]
name = "GEMINI"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true
path = "gemini/"
[outputFormats.gopher]
mediaType = "text/plain"
baseName = "gophermap"
isPlainText = true
isHTML = false
protocol = "gopher://"
path = "gopher/"
noUgly = false
[outputs]
home = [ "HTML", "RSS", "GEMINI", "gopher"]
page = [ "HTML", "GEMINI", "gopher"]
[taxonomies]
draseis = "draseis"
linux = "linux"
meli = "meli"
sillogos = "peri-hellug"
[permalinks]
posts = "/p/:filename/"
pages = "/s/:filename/"
[menu]
[[menu.main]]
identifier = "peri-hellug"
name = "Σύλλογος"
weight = -100
[[menu.main]]
identifier = "draseis"
name = "Δράσεις"
weight = -90
[[menu.main]]
identifier = "meli"
name = "Μέλη"
weight = -80
[[menu.main]]
identifier = "linux"
name = "Linux"
weight = -70