From b8e89f2413594199e66a0aaae9b446d045973420 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 15 Oct 2022 18:12:02 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Konfiguration=20=E2=80=9Chugo-config?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 353 ++++++++++++++++++++++++++-------------------------- 1 file changed, 175 insertions(+), 178 deletions(-) diff --git a/config.toml b/config.toml index 0a618761..4c290915 100755 --- a/config.toml +++ b/config.toml @@ -1,217 +1,68 @@ -######################## default configuration #################### baseURL = "https://neu.cantorgymnasium.de/" title = "Georg-Cantor-Gymnasium" paginate = "6" summaryLength = "10" defaultContentLanguageInSubdir = false defaultContentLanguage = "de" - enableEmoji = true enableRobotsTxt = true - -timeZone="Europe/Berlin" +timeZone = "Europe/Berlin" [markup] - defaultMarkdownHandler = "goldmark" - [markup.goldmark] - [markup.goldmark.renderer] - unsafe = true +defaultMarkdownHandler = "goldmark" +[markup.goldmark] -############################# Plugins ############################## +[markup.goldmark.renderer] +unsafe = true + +[params] +mobile = "+49 345 6903156" +author = "CantorTechnik AG" +logo = "media/logo.png" +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" +address = "Georg-Cantor-Gymnasium
Torstraße 13
06110 Halle (Saale)" +top_header = true +email = "schulleitung@cantor-gymnasium.de" + +[params.plugins] -# CSS Plugins [[params.plugins.css]] link = "plugins/bootstrap/bootstrap.min.css" + [[params.plugins.css]] link = "plugins/slick/slick.css" + [[params.plugins.css]] link = "plugins/animate/animate.css" + [[params.plugins.css]] link = "plugins/venobox/venobox.css" + [[params.plugins.css]] link = "plugins/fontawesome/css/all.css" + [[params.plugins.css]] link = "plugins/fira/fira.css" -# JS Plugins [[params.plugins.js]] link = "plugins/jQuery/jquery.min.js" + [[params.plugins.js]] link = "plugins/bootstrap/bootstrap.min.js" + [[params.plugins.js]] link = "plugins/slick/slick.min.js" + [[params.plugins.js]] link = "plugins/shuffle/shuffle.min.js" + [[params.plugins.js]] link = "plugins/venobox/venobox.min.js" + [[params.plugins.js]] link = "plugins/filterizr/jquery.filterizr.min.js" - -############################## navigation ############################### - -# main menu -[[menu.main]] -name = "Schule" -weight = 1 -hasChildren = true - - [[menu.main]] - parent = "Schule" - name = "Über die Schule" - URL = "about" - weight = 1 - - [[menu.main]] - parent = "Schule" - name = "Ganztagsangebote" - URL = "ganztagsangebote" - weight = 2 - - [[menu.main]] - parent = "Schule" - name = "Termine" - URL = "termine" - weight = 3 - - [[menu.main]] - parent = "Schule" - name = "Wettbewerbe" - URL = "wettbewerbe" - weight = 4 - - [[menu.main]] - parent = "Schule" - name = "CantorPreis" - URL = "cantorpreis" - weight = 5 - - [[menu.main]] - parent = "Schule" - name = "Anmeldung" - URL = "anmeldung" - weight = 6 - - [[menu.main]] - parent = "Schule" - name = "Schulchronik" - URL = "schulchronik" - weight = 7 - - [[menu.main]] - parent = "Schule" - name = "Junior-Ingenieur-Akademie" - URL = "jia" - weight = 8 - - [[menu.main]] - parent = "Schule" - name = "Schulbibliothek" - URL = "bibo" - weight = 9 - - [[menu.main]] - parent = "Schule" - name = "Begabtenförderung" - URL = "begabtenfoerderung" - weight = 10 - -[[menu.main]] -weight = 2 -name = "Digitale Angebote" -hasChildren = true - - [[menu.main]] - parent = "Digitale Angebote" - name = "Vertretungsplan" - URL = "https://stundenplan24.de/20072021/mobil/" - weight = 1 - - [[menu.main]] - parent = "Digitale Angebote" - name = "Lernplattform Moodle" - URL = "https://moodle.bildung-lsa.de/gcg" - weight = 2 - - [[menu.main]] - parent = "Digitale Angebote" - name = "Digitale führung durch das Schulhaus" - URL = "https://vr.cantorgymnasium.de" - weight = 3 - -[[menu.main]] -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]] - parent = "Für Schüler und Eltern" - name = "Förderverein" - URL = "foerderverein" - weight = 2 - - [[menu.main]] - parent = "Für Schüler und Eltern" - name = "Schulshop" - URL = "https://schulkleidung.de/shop/index.php?nr=SDQUCKVD" - weight = 4 - - [[menu.main]] - parent = "Für Schüler und Eltern" - name = "Schülerrat" - URL = "schuelerrat" - weight = 3 - -[[menu.main]] -name = "Aktuelles" -URL = "blog" -weight = 4 - -[[menu.main]] -name = "Kontakt" -URL = "kontakt" -weight = 5 - -# footer menu - -[[menu.footer]] - -[[menu.footer]] -name = "Termine" -URL = "termine" - -[[menu.footer]] -name = "Anmeldung" -URL = "anmeldung" - -[[menu.footer]] -name = "Formulare und Vorlagen" -URL = "forms" - - -#################### default parameters ################################ -[params] -logo = "media/logo.png" -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 = "+49 345 6903156" -email = "schulleitung@cantor-gymnasium.de" -top_header = true - -[params.preloader] -enable = true -preloader = "media/logo.png" -loader = "media/load.svg" - -############################# social site ######################## [[params.social]] title = "YouTube" icon = "fa-brands fa-youtube" @@ -237,7 +88,154 @@ title = "GitLab" icon = "fa-brands fa-gitlab" link = "https://gitlab.cantorgymnasium.de/gcg/" -################################### German language ##################################### +[params.preloader] +enable = true +preloader = "media/logo.png" +loader = "media/load.svg" + +[menu] + +[[menu.main]] +name = "Schule" +weight = 1 +hasChildren = true + +[[menu.main]] +parent = "Schule" +name = "Über die Schule" +URL = "about" +weight = 1 + +[[menu.main]] +parent = "Schule" +name = "Ganztagsangebote" +URL = "ganztagsangebote" +weight = 2 + +[[menu.main]] +parent = "Schule" +name = "Termine" +URL = "termine" +weight = 3 + +[[menu.main]] +parent = "Schule" +name = "Wettbewerbe" +URL = "wettbewerbe" +weight = 4 + +[[menu.main]] +parent = "Schule" +name = "CantorPreis" +URL = "cantorpreis" +weight = 5 + +[[menu.main]] +parent = "Schule" +name = "Anmeldung" +URL = "anmeldung" +weight = 6 + +[[menu.main]] +parent = "Schule" +name = "Schulchronik" +URL = "schulchronik" +weight = 7 + +[[menu.main]] +parent = "Schule" +name = "Junior-Ingenieur-Akademie" +URL = "jia" +weight = 8 + +[[menu.main]] +parent = "Schule" +name = "Schulbibliothek" +URL = "bibo" +weight = 9 + +[[menu.main]] +parent = "Schule" +name = "Begabtenförderung" +URL = "begabtenfoerderung" +weight = 10 + +[[menu.main]] +weight = 2 +name = "Digitale Angebote" +hasChildren = true + +[[menu.main]] +parent = "Digitale Angebote" +name = "Vertretungsplan" +URL = "https://stundenplan24.de/20072021/mobil/" +weight = 1 + +[[menu.main]] +parent = "Digitale Angebote" +name = "Lernplattform Moodle" +URL = "https://moodle.bildung-lsa.de/gcg" +weight = 2 + +[[menu.main]] +parent = "Digitale Angebote" +name = "Digitale führung durch das Schulhaus" +URL = "https://vr.cantorgymnasium.de" +weight = 3 + +[[menu.main]] +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]] +parent = "Für Schüler und Eltern" +name = "Förderverein" +URL = "foerderverein" +weight = 2 + +[[menu.main]] +parent = "Für Schüler und Eltern" +name = "Schulshop" +URL = "https://schulkleidung.de/shop/index.php?nr=SDQUCKVD" +weight = 4 + +[[menu.main]] +parent = "Für Schüler und Eltern" +name = "Schülervertretung" +URL = "schuelervertretung" +weight = 3 + +[[menu.main]] +name = "Aktuelles" +URL = "blog" +weight = 4 + +[[menu.main]] +name = "Kontakt" +URL = "kontakt" +weight = 5 + +[[menu.footer]] +name = "Termine" +URL = "termine" + +[[menu.footer]] +name = "Anmeldung" +URL = "anmeldung" + +[[menu.footer]] +name = "Formulare und Vorlagen" +URL = "forms" + +[Languages] + [Languages.de] languageName = "De" languageCode = "de-de" @@ -245,5 +243,4 @@ contentDir = "content/german" weight = 2 home = "Startseite" copyright = "Copyright © 2022 Georg-Cantor-Gymnasium Halle (Saale)" - -impressumURL = "impressum" +impressumURL = "impressum" \ No newline at end of file