gc + fixes
This commit is contained in:
52
config.toml
52
config.toml
@ -4,9 +4,13 @@ title = "Georg-Cantor-Gymnasium"
|
||||
paginate = "6"
|
||||
summaryLength = "10"
|
||||
defaultContentLanguageInSubdir = false
|
||||
|
||||
defaultContentLanguage = "de"
|
||||
|
||||
enableEmoji = true
|
||||
enableRobotsTxt = true
|
||||
|
||||
timeZone="Europe/Berlin"
|
||||
|
||||
[markup]
|
||||
defaultMarkdownHandler = "goldmark"
|
||||
[markup.goldmark]
|
||||
@ -68,38 +72,32 @@ hasChildren = true
|
||||
[[menu.main]]
|
||||
parent = "Schule"
|
||||
name = "Termine"
|
||||
URL = "event"
|
||||
URL = "termine"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
parent = "Schule"
|
||||
name = "Lehrer und AG-Leiter"
|
||||
URL = "teacher"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
parent = "Schule"
|
||||
name = "Wettbewerbe"
|
||||
URL = "wettbewerbe"
|
||||
weight = 5
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
parent = "Schule"
|
||||
name = "CantorPreis"
|
||||
URL = "cantorpreis"
|
||||
weight = 6
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
parent = "Schule"
|
||||
name = "Anmeldung"
|
||||
URL = "anmeldung"
|
||||
weight = 7
|
||||
weight = 6
|
||||
|
||||
[[menu.main]]
|
||||
parent = "Schule"
|
||||
name = "Schulchronik"
|
||||
URL = "schulchronik"
|
||||
weight = 8
|
||||
weight = 7
|
||||
|
||||
[[menu.main]]
|
||||
weight = 2
|
||||
@ -108,8 +106,8 @@ hasChildren = true
|
||||
|
||||
[[menu.main]]
|
||||
parent = "Digitale Angebote"
|
||||
name = "Vertretugsplan"
|
||||
URL = "https://stundenplan24.de/20072021/mobil"
|
||||
name = "GCG.MeinCantor - Die Schul-App"
|
||||
URL = "meincantor"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
@ -153,12 +151,6 @@ hasChildren = true
|
||||
URL = "schuelerrat"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
parent = "Für Schüler und Eltern"
|
||||
name = "Hinweise"
|
||||
URL = "notice"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
name = "Aktuelles"
|
||||
URL = "blog"
|
||||
@ -172,16 +164,10 @@ weight = 5
|
||||
# footer menu
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Lehrer und AG-Leiter"
|
||||
URL = "teacher"
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Informationen"
|
||||
URL = "notice"
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Termine"
|
||||
URL = "event"
|
||||
URL = "termine"
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Anmeldung"
|
||||
@ -195,18 +181,16 @@ URL = "forms"
|
||||
#################### default parameters ################################
|
||||
[params]
|
||||
logo = "media/logo.png"
|
||||
# Meta data
|
||||
author = "Denys Konovalov | CantorTechnik AG | LXDB Team"
|
||||
author = "CantorTechnik AG"
|
||||
address = "Georg-Cantor-Gymnasium, Torstraße 13, 06110 Halle(Saale)"
|
||||
route_link = "https://maps.openrouteservice.org/directions?n1=51.473292&n2=11.965606&n3=18&a=null,null,51.473292,11.965606&b=0&c=0&k1=de&k2=km"
|
||||
mobile = "+49345 6903156"
|
||||
email = "schulleitung@cantor-gymnasium.de"
|
||||
top_header = true
|
||||
|
||||
# Preloader
|
||||
[params.preloader]
|
||||
enable = true
|
||||
preloader = "media/logo.png" # use jpg, png, svg or gif format.
|
||||
preloader = "media/logo.png"
|
||||
|
||||
############################# social site ########################
|
||||
[[params.social]]
|
||||
@ -227,7 +211,7 @@ link = "https://instagram.com/cantor.news"
|
||||
[[params.social]]
|
||||
title = "Facebook"
|
||||
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
|
||||
link = "https://facebook.com/srgcghalle"
|
||||
link = "https://facebook.com/gcg.cantor.news"
|
||||
|
||||
[[params.social]]
|
||||
title = "github"
|
||||
@ -241,8 +225,6 @@ languageCode = "de-de"
|
||||
contentDir = "content/german"
|
||||
weight = 2
|
||||
home = "Startseite"
|
||||
# copyright
|
||||
copyright = "Copyright © 2021 Georg-Cantor-Gymnasium Halle(Saale)"
|
||||
copyright = "Copyright © 2022 Georg-Cantor-Gymnasium Halle (Saale)"
|
||||
|
||||
impressumURL = "impressum"
|
||||
impressumminURL = "impressum-min"
|
||||
|
Reference in New Issue
Block a user