2019-05-30 00:10:22 +03:00
|
|
|
baseURL = "https://www.hellug.gr/"
|
2024-06-26 15:26:13 +03:00
|
|
|
languageCode = "el-GR"
|
|
|
|
defaultContentLanguage = "el"
|
|
|
|
timeZone = "Europe/Athens"
|
2019-05-30 00:10:22 +03:00
|
|
|
title = "HELLUG"
|
2022-10-27 18:05:10 +03:00
|
|
|
theme = "hellug-bootstrap"
|
2019-05-30 00:10:22 +03:00
|
|
|
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
|
|
|
|
2019-05-30 00:10:22 +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
|
2022-10-27 18:05:10 +03:00
|
|
|
|
2019-05-30 00:10:22 +03:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "linux"
|
|
|
|
name = "Linux"
|
|
|
|
weight = -70
|
2022-10-27 18:05:10 +03:00
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "contact"
|
|
|
|
name = "Επαφή"
|
|
|
|
weight = -60
|