forked from Anoxinon_e.V./anoxinon-web-media
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.2 KiB
68 lines
2.2 KiB
baseURL = "https://anoxinon.media/"
|
|
title = "Anoxinon Media"
|
|
theme = "anoxinonmedia"
|
|
languageCode = "de-de"
|
|
# Site language. Available translations in the theme's `/i18n` directory.
|
|
defaultContentLanguage = "de"
|
|
# Define the number of posts per page
|
|
paginate = 6
|
|
|
|
[menu]
|
|
|
|
# Main menu - a134
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "FAQ"
|
|
identifier = "faq"
|
|
url = "/faq/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Extras"
|
|
url = "/extras/"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
name = "Kontakt"
|
|
url = "/kontakt/"
|
|
weight = 5
|
|
|
|
|
|
[params]
|
|
viewMorePostLink = "/"
|
|
author = "Anoxinon Media"
|
|
defaultKeywords = ["anoxinon media", "anoxinon", "datenschutz", "datensicherheit", "open source", "bildung", "Verschlüsselung", "Zensur", "Kryptographie", "Aufklärungsarbeit", "Information"]
|
|
defaultDescription = "Anoxinon.media ist eine Plattform von Anoxinon.de, die hauptsächlich Aufklärungsarbeit in den Bereichen Datensicherheit, Verschlüsselung, Datenschutz, Kryptographie und Zensur betreiben möchte. Darunter fallen auch Begleitthemen wie Open Source. "
|
|
|
|
email = "" # Leer lassen!!
|
|
|
|
about_us = "<p>Anoxinon.media ist eine Plattform die hauptsächlich Aufklärungsarbeit in den Bereichen Datensicherheit, Verschlüsselung, Datenschutz, Kryptographie und Zensur betreiben und entsprechende Informationen bereitstellen möchte. Darunter fallen auch Begleitthemen wie Open Source. </p>"
|
|
copyright = "Anoxinon.media ist ein Angebot des Anoxinon e.V."
|
|
|
|
# Format dates with Go's time formatting
|
|
date_format = "2. January 2006"
|
|
|
|
logo = "img/logo.png"
|
|
logo_small = "img/logo-small.png"
|
|
contact_header = """<h5>Fragen, Anregungen, Mitmachen?</h5>"""
|
|
|
|
contactPageSidebar = """<p><strong>Anoxinon Media</strong>
|
|
<br>Ein Angebot des Anoxinon e.V.<br><br>
|
|
<a href="/impressum/">Impressum</a><br>
|
|
<a href="https://anoxinon.de/datenschutzerklaerung/">Datenschutzerklärung</a><br>
|
|
<a href="/lizenzhinweis/">Lizenzhinweis</a>
|
|
"""
|
|
|
|
[Permalinks]
|
|
blog = "/blog/:filename/"
|
|
|
|
[markup]
|
|
defaultMarkdownHandler = "blackFriday"
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
|