diff --git a/_config.yml b/_config.yml index 60266ad..d2a96b7 100644 --- a/_config.yml +++ b/_config.yml @@ -6,14 +6,26 @@ description: > 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" -] +plugins: + - jekyll-paginate +include: + - ".well-known" + +defaults: + - scope: + path: _posts/blog + values: + type: blog + - scope: + path: _posts/repair + values: + type: repair diff --git a/_includes/header.html b/_includes/header.html index 3e2ad89..8654edc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,6 +17,8 @@