www/config.toml

67 γραμμές
1,2 KiB
TOML

baseURL = "https://www.hellug.gr/"
languageCode = "en-us"
title = "HELLUG"
theme = "hellug-bootstrap"
disableHugoGeneratorInject = true
2021-10-06 14:10:10 +03:00
[mediaTypes."text/gemini"]
suffixes = [ "gmi" ]
[outputFormats.Gemini]
name = "GEMINI"
isPlainText = true
isHTML = false
mediaType = "text/gemini"
protocol = "gemini://"
permalinkable = true
path = "gemini/"
2021-10-07 16:23:07 +03:00
[outputFormats.gopher]
mediaType = "text/plain"
baseName = "gophermap"
isPlainText = true
2022-07-07 18:24:40 +03:00
isHTML = false
2021-10-07 16:23:07 +03:00
protocol = "gopher://"
path = "gopher/"
noUgly = false
2021-10-06 14:10:10 +03:00
[outputs]
2021-10-07 16:23:07 +03:00
home = [ "HTML", "RSS", "GEMINI", "gopher"]
page = [ "HTML", "GEMINI", "gopher"]
2021-10-06 14:10:10 +03:00
[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
[[menu.main]]
identifier = "contact"
name = "Επαφή"
weight = -60