Initial Convertion of Hellug Site to Hugo Generator
Αυτό το commit περιλαμβάνεται σε:
commit
e99c0b663f
282 αρχεία άλλαξαν με 56660 προσθήκες και 0 διαγραφές
35
config.toml
Κανονικό αρχείο
35
config.toml
Κανονικό αρχείο
|
@ -0,0 +1,35 @@
|
|||
baseURL = "https://www.hellug.gr/"
|
||||
languageCode = "en-us"
|
||||
title = "HELLUG"
|
||||
disableHugoGeneratorInject = true
|
||||
|
||||
[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
|
Φόρτωση…
Προσθήκη πίνακα
Προσθήκη υπερσυνδέσμου
Παράθεση σε νέο ζήτημα