forked from FriendsOfREDAXO/tricks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (50 loc) · 1.24 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
51
52
53
54
55
56
57
58
# Configuration
# https://jekyllrb.com/docs/configuration/
# General
repository: FriendsOfREDAXO/tricks
timezone: Europe/Berlin
baseurl: /tricks
# Optional plugins
# https://help.github.com/articles/configuring-jekyll-plugins/#optional-plugins
plugins:
- jekyll-avatar
- jekyll-mentions
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
# SEO
# https://github.com/jekyll/jekyll-seo-tag
title: REDAXO-Tricks
description: Nützliche Tricks für REDAXO 5
keywords: redaxo,community,cms,tricks,tutorial,docs,documentation,guide,doku,anleitung
# Assets
# https://jekyllrb.com/docs/assets/
sass:
style: compressed
# Collections
# https://jekyllrb.com/docs/collections/
collections:
docs:
output: true
permalink: /:path
# Defaults
# https://jekyllrb.com/docs/configuration/#front-matter-defaults
defaults:
- scope:
type: docs
values:
layout: docs
# Exclude directories and/or files from the conversion.
# https://jekyllrb.com/docs/configuration/
exclude:
- CONTRIBUTE.md
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- SETUP.md
- vendor
# Markdown settings
# https://docs.github.com/de/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll
markdown: GFM