Website Init Update 2

This commit is contained in:
2020-07-09 17:43:11 +02:00
parent 6854b64df3
commit ccf1981a47
85 changed files with 822 additions and 1545 deletions

View File

@ -1,5 +1,5 @@
######################## default configuration ####################
baseURL = "https://quizzical-liskov-6b5afd.netlify.app/"
baseURL = "https://eesev9ie.netlify.app/"
title = "Georg-Cantor-Gymnasium"
theme = "educenter-hugo"
# post pagination
@ -40,8 +40,6 @@ link = "plugins/slick/slick.min.js"
link = "plugins/venobox/venobox.min.js"
[[params.plugins.js]]
link = "plugins/filterizr/jquery.filterizr.min.js"
[[params.plugins.js]]
link = "plugins/google-map/gmap.js"
############################## navigation ###############################
@ -50,6 +48,7 @@ link = "plugins/google-map/gmap.js"
[[menu.main]]
name = "Schule"
weight = 1
hasChildren = true
[[menu.main]]
parent = "Schule"
@ -63,43 +62,60 @@ weight = 1
URL = "ganztagsangebote"
weight = 2
[[menu.main]]
name = "course"
URL = "course"
weight = 2
[[menu.main]]
parent = "Schule"
name = "Termine"
URL = "event"
weight = 3
[[menu.main]]
parent = "Schule"
name = "(UMSTRITTEN)Lehrer und AG-Leiter"
URL = "teacher"
weight = 4
[[menu.main]]
parent = "Schule"
name = "Wettbewerbe"
URL = "wettbewerbe"
weight = 5
[[menu.main]]
parent = "Schule"
name = "CantorPreis"
URL = "cantorpreis"
weight = 6
[[menu.main]]
weight = 3
name = "Pages"
weight = 2
name = "Digitale Angebote"
hasChildren = true
[[menu.main]]
parent = "Pages"
name = "teacher"
URL = "teacher"
parent = "Digitale Angebote"
name = "Vertretugsplan"
URL = "vplan"
weight = 1
[[menu.main]]
parent = "Pages"
name = "notice"
URL = "notice"
[[menu.main]]
parent = "Pages"
name = "event"
URL = "event"
[[menu.main]]
parent = "Pages"
name = "scholarship"
URL = "scholarship"
[[menu.main]]
parent = "Pages"
name = "research"
URL = "research"
parent = "Digitale Angebote"
name = "Lernplattform Moodle"
URL = "https://moodle.bildung-lsa.de/gcg"
weight = 2
[[menu.main]]
name = "blog"
name = "Für Schüler und Eltern"
weight = 3
hasChildren = true
[[menu.main]]
parent = "Für Schüler und Eltern"
name = "Formulare und Vorlagen"
URL = "forms"
weight = 1
[[menu.main]]
name = "Aktuelles"
URL = "blog"
weight = 4
@ -112,15 +128,15 @@ weight = 5
# footer menu
[[menu.footer]]
name = "teacher"
name = "(UMSTRITTEN)Lehrer und AG-Leiter"
URL = "teacher"
[[menu.footer]]
name = "notice"
name = "Informationen"
URL = "notice"
[[menu.footer]]
name = "event"
name = "Termine"
URL = "event"
[[menu.footer]]
@ -128,8 +144,8 @@ name = "scholarship"
URL = "scholarship"
[[menu.footer]]
name = "research"
URL = "research"
name = "Formulare und Vorlagen"
URL = "forms"
#################### default parameters ################################
@ -140,7 +156,7 @@ description = "This is meta description"
author = "Themefisher"
# contact info
address = "Georg-Canot-Gymnasium Halle, Torstraße 13, 06110 Halle(Saale)"
mobile = "+49-0345/6903156"
mobile = "+49345 6903156"
email = "schulleitung@cantor-gymnasium.de"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
@ -161,14 +177,6 @@ enable = true
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
# google map
[params.map]
enable = true
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png" # marker size 37*55 px
############################# social site ########################
[[params.social]]
title = "YouTube"
@ -206,6 +214,9 @@ home = "Home"
# copyright
copyright = "Copyright © 2020 Georg-Cantor-Gymnasium Halle"
impressumURL = "impressum"
datenschutzURL = "datenschutzerklärung"
################################### German language #####################################
[Languages.de]
@ -216,3 +227,6 @@ weight = 2
home = "Startseite"
# copyright
copyright = "Copyright © 2020 Georg-Cantor-Gymnasium Halle"
impressumURL = "impressum"
datenschutzURL = "datenschutzerklärung"