moved site back to root

This commit is contained in:
Zehka
2020-07-05 18:11:07 +02:00
父節點 ee7084d8d9
當前提交 a4f0db8ea4
共有 492 個文件被更改,包括 1 次插入616 次删除

19
_config.yml Normal 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"
]