moved site back to root

This commit is contained in:
Zehka
2020-07-05 18:11:07 +02:00
parent ee7084d8d9
commit a4f0db8ea4
492 changed files with 1 additions and 616 deletions

19
_config.yml Normal file
View File

@ -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"
]