-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (72 loc) · 1.76 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# ----------------------------------- Basic ---------------------------------- #
title: INTIA
email: intia@th-koeln.de
description: >- # this means to ignore newlines until "baseurl:"
A plattform for methods, techniques, toolkits and patterns for participative development in a social context.
baseurl: ""
url: ""
markdown: CommonMarkGhPages
# ----------------------------------- Theme ---------------------------------- #
theme: intia-theme
footer_menu: footer
# ---------------------------------- Plugins --------------------------------- #
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate-v2
- jekyll-seo-tag
- jekyll-coffeescript
- jekyll-commonmark-ghpages
- jekyll-github-metadata
- jekyll-optional-front-matter
- jekyll-redirect-from
- jekyll-relative-links
- jekyll-sass-converter
- jekyll-titles-from-headings
- jekyll-watch
- jekyll-hyperlinkify-glossary
github: [metadata]
sass:
style: compressed
# ------------------------- Defaults and Collections ------------------------- #
# Defaults
defaults:
- scope:
type: pages
path: pages
values:
layout: default
- scope:
type: posts
path: _posts
values:
permalink: /stories/:title/
layout: default
- scope:
type: glossary
path: _glossary
values:
permalink: /knowhow/glossary/:title/
layout: default
# Collections
collections_dir: collections
collections:
glossary:
output: true
# --------------------------- Includes and Excludes -------------------------- #
# Include
include:
- CNAME
# Exclude from processing.
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/