forked from arc42/docs.arc42.org-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·116 lines (87 loc) · 1.75 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
#
# URL settings
#
# these need to be adjusted depending on target platform,
# local Jekyll need different settings than github-pages :-(
# deployment with github-pages on custom domain
url: https://docs.arc42.org
imageurl: /images
exampleimages: /images/examples
#url: http://localhost:4000
#imageurl: http://localhost:4000/images
baseurl:
# temporary deployment on arc42.github.io/faq
# -----------------------------------------------------
#url: http://arc42.github.io
#baseurl: "/faq"
#
# basic settings
#
title: arc42 Documentation
description: how to use the arc42 template.
avatar: /assets/img/arc42logosquare.png
favicon: /assets/img/arc42-favicon.svg
language: en
str_search: Search
#
# want subtle ads (on post-pages)
#
show-subtle-ads: true
#
# Social Icons
#
icons:
rss: false
email: false
github: arc42
twitter: gernotstarke
stack_overflow: arc42
youtube: arc42-video
devto: gernotstarke
#
# Prettify url.
#
permalink: pretty
#
# plugins (formerly: Gems).
#
plugins:
# - jekyll-paginate
- jemoji
#
# Styles: see "_sass/base/_variables.scss"
#
# define collection (as proposed in https://github.com/arc42/docs.arc42.org-site/issues/49)
#
# see: https://jekyllrb.com/docs/collections/
# ============================================
# define example collection
collections:
examples:
output: true
#
# !! Danger zone !!
#
include:
- _pages
- _collections
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
sass_dir: _sass
style: :compressed # or :expanded
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- originals
- Dockerfile
- _manage-site.sh
- .gitignore
- .vscode
- _config-dev.yml
- _docker-compose-dev.yml
- docs-arc42-org-site.code-workspace