garbage collection
This commit is contained in:
39
config.toml
39
config.toml
@ -1,16 +1,9 @@
|
||||
######################## default configuration ####################
|
||||
baseURL = "https://eesev9ie.github.io/"
|
||||
title = "Georg-Cantor-Gymnasium"
|
||||
theme = "educenter-hugo"
|
||||
# post pagination
|
||||
paginate = "6"
|
||||
# post excerpt
|
||||
summaryLength = "10"
|
||||
# disqus short name
|
||||
#disqusShortname = "educenter" # get your shortname form here : https://disqus.com
|
||||
# disable language
|
||||
disableLanguages = [""] # desable language from here
|
||||
defaultContentLanguageInSubdir = true
|
||||
defaultContentLanguageInSubdir = false
|
||||
|
||||
defaultContentLanguage = "de"
|
||||
|
||||
@ -173,7 +166,7 @@ weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "Kontakt"
|
||||
URL = "contact"
|
||||
URL = "kontakt"
|
||||
weight = 5
|
||||
|
||||
# footer menu
|
||||
@ -204,16 +197,10 @@ URL = "forms"
|
||||
logo = "media/logo.png"
|
||||
# Meta data
|
||||
author = "Denys Konovalov | CantorTechnik AG | LXDB Team"
|
||||
# contact info
|
||||
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"
|
||||
# contact form action
|
||||
contact_form_action = "#" # contact form works with https://formspree.io
|
||||
# Google Analitycs
|
||||
google_analitycs_id = "" # your id
|
||||
# top header
|
||||
top_header = true
|
||||
|
||||
# Preloader
|
||||
@ -221,13 +208,6 @@ top_header = true
|
||||
enable = true
|
||||
preloader = "media/logo.png" # use jpg, png, svg or gif format.
|
||||
|
||||
# Subscription
|
||||
##[params.subscription]
|
||||
#enable = false
|
||||
# mailchimp subsciption
|
||||
#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
|
||||
|
||||
############################# social site ########################
|
||||
[[params.social]]
|
||||
title = "YouTube"
|
||||
@ -237,7 +217,7 @@ link = "https://www.youtube.com/channel/UCHafBDI5qfK03RiIEyki9VA"
|
||||
[[params.social]]
|
||||
title = "twitter"
|
||||
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
|
||||
link = "https://twitter.com"
|
||||
link = "https://twitter.com/cantor_news"
|
||||
|
||||
[[params.social]]
|
||||
title = "instagram"
|
||||
@ -254,19 +234,6 @@ title = "github"
|
||||
icon = "ti-github" # themify icon : https://themify.me/themify-icons
|
||||
link = "https://github.com/eesev9ie"
|
||||
|
||||
|
||||
################################### English language #####################################
|
||||
[Languages.en]
|
||||
languageName = "En"
|
||||
languageCode = "en-us"
|
||||
contentDir = "content/english"
|
||||
weight = 1
|
||||
home = "Home"
|
||||
# copyright
|
||||
copyright = "Copyright © 2021 Georg-Cantor-Gymnasium Halle"
|
||||
|
||||
impressumURL = "impressum"
|
||||
|
||||
################################### German language #####################################
|
||||
[Languages.de]
|
||||
languageName = "De"
|
||||
|
Reference in New Issue
Block a user