site/_config.yml

20 lines
618 B
YAML
Raw Normal View History

2014-10-20 22:33:40 +02:00
# Site settings
2021-04-22 16:27:05 +02:00
title: Chaospott | CCC Essen - wir sind da watt am hacken dran...
2014-10-20 22:33:40 +02:00
email: info@chaospott.de
2018-10-14 00:40:14 +02:00
description: >
2014-10-26 14:11:10 +01:00
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.
2018-10-14 00:40:14 +02:00
baseurl: ""
2016-01-02 22:00:17 +01:00
url: "https://chaospott.de"
2018-11-07 16:04:24 +01:00
# set timezone
timezone: Europe/Berlin
2014-10-20 22:33:40 +02:00
# Build settings
markdown: kramdown
2018-10-14 00:58:53 +02:00
permalink: /:year/:month/:day/:title:output_ext
2016-01-13 21:50:37 +01:00
paginate: 5
2016-01-14 00:33:51 +01:00
paginate_path: "/blog/:num"
2018-10-14 00:40:14 +02:00
plugins: [jekyll-paginate]
2017-11-17 16:19:21 +01:00
include: [
".well-known"
]