forked from ContextMapper/contextmapper.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (53 loc) · 1.22 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
# Site settings
title: Context Mapper
description: >
Context Mapper is an open source project providing a Domain-specific Language (DSL) based on Domain-driven Design (DDD) patterns for context mapping and service decomposition.
lang: en-US
logo: /img/cm.png
baseurl: ""
url: https://contextmapper.org # the base hostname & protocol for your site
git_address: https://github.com/ContextMapper
git_edit_address: https://github.com/ContextMapper/contextmapper.github.io/blob/master
# social
twitter:
card: "summary_large_image"
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: paper
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Europe/Berlin
defaults:
- scope:
path: _news
type: news
values:
layout: news
sectionid: news
- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"
collections:
docs:
permalink: /:collection/:path/
output: true
news:
permalink: /news/:year/:month/:day/:title/
output: true