forked from FriendsOfREDAXO/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (32 loc) · 832 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
33
34
35
36
37
38
# Configuration
# https://jekyllrb.com/docs/configuration/
theme: minima
repository: FriendsOfREDAXO/community
plugins: []
timezone: Europe/Berlin
# SEO
# https://github.com/jekyll/jekyll-seo-tag
title: REDAXO Community World Map
description: A map filled with people being involved in REDAXO CMS. Hosted at GitHub, which allows for everyone to add their map entries. Join us!
# Assets
# https://jekyllrb.com/docs/assets/
sass:
style: compressed
# Collections
# https://jekyllrb.com/docs/collections/
collections:
- directory
# Exclude directories and/or files from the conversion.
# https://jekyllrb.com/docs/configuration/
exclude:
- CONTRIBUTE.md
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- SETUP.md
# Compress HTML in Jekyll
# http://jch.penibelst.de
compress_html:
clippings: all
comments: ["<!-- ", " -->"]