moved site back to root

Este commit está contenido en:
Zehka
2020-07-05 18:11:07 +02:00
padre ee7084d8d9
commit a4f0db8ea4
Se han modificado 492 ficheros con 1 adiciones y 616 borrados

19
_config.yml Archivo normal
Ver fichero

@@ -0,0 +1,19 @@
# Site settings
title: chaospott - wir sind da wat am hacken dran...
email: info@chaospott.de
description: >
Wir sind der örtliche Erfa-Kreis des Chaos Computer Clubs in Essen. Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik.
Alle Interessierten sind herzlich zu unserem Treff eingeladen.
baseurl: ""
url: "https://chaospott.de"
# set timezone
timezone: Europe/Berlin
# Build settings
markdown: kramdown
permalink: /:year/:month/:day/:title:output_ext
paginate: 5
paginate_path: "/blog/:num"
plugins: [jekyll-paginate]
include: [
".well-known"
]