forked from deltachat/deltachat-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
32 lines (26 loc) · 986 Bytes
/
_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
#theme: jekyll-theme-cayman
layout: default-en
permalink: /en/:year-:month-:day-:title
# show future post, posts might be confusingly hidden through different timezones otherwise
future: true
# the following lines are to make the option {{ page.is_post }} available, thanks to
# https://stackoverflow.com/questions/18675610/jekyll-change-layout-if-page-is-a-post
defaults:
-
scope:
path: "" # empty string for all files
type: posts # limit to posts
values:
layout: default-en
is_post: true # automatically set is_post=true for all posts
# needed for the RSS feed, but may also be useful for other purposes
name: Delta Chat
description: Instant messanging based on email
url: https://delta.chat
# add plugins
plugins:
- jekyll-sitemap
# forward the _redirects file to the netlify-site directory
include: ["_redirects"]
# the tools directory contains cached files downloaded from transifex, ignore it
exclude: ["tools"]