-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
50 lines (44 loc) · 1.03 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Configuration
# https://jekyllrb.com/docs/configuration/
# General
repository: DECAF/blog.decaf.de
timezone: Europe/Berlin
permalink: /:year/:month/:day/:title/
paginate: 10
paginate_path: "/page/:num/"
url: https://blog.decaf.de
# Optional plugins
# https://help.github.com/articles/configuring-jekyll-plugins/#optional-plugins
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-avatar
- jemoji
- jekyll-mentions
# SEO
# https://github.com/jekyll/jekyll-seo-tag
title: DECAF Blog
description: "Web-driven software company based in Berlin and Langenberg/NRW, Germany: Design/UX, Laravel + React."
keywords: wait, what?
# Collections
# https://jekyllrb.com/docs/collections/
collections:
authors:
output: true
permalink: /author/:name/
layout: "page"
# Assets
# https://jekyllrb.com/docs/assets/
sass:
style: compressed
# Exclude directories and/or files from the conversion.
# https://jekyllrb.com/docs/configuration/
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- SETUP.md
- scripts
- CNAME