-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config-dev.yml
executable file
·93 lines (72 loc) · 1.36 KB
/
_config-dev.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
#
# 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: http://docs.arc42.org
#imageurl: http://docs.arc42.org/images
url: http://localhost
imageurl: http://localhost:4000/images
baseurl:
# temporary deployment on arc42.github.io/faq
# -----------------------------------------------------
#url: http://arc42.github.io
#baseurl: "/faq"
#
# basic settings
#
title: Patterns 42
description: The incomplete guide to architecture patterns.
avatar: /assets/img/arc42logosquare.png
favicon: /assets/img/arc42-favicon.svg
language: en
str_search: Search
#
# want (disqus) comments?
#
disqus: false
#
# want subtle ads (on post-pages)
#
show-subtle-ads: true
# Analytics
analytics:
google:
tracking_id :
#
# Icons
#
icons:
rss: false
email: false
github: arc42
twitter: gernotstarke
google_plus: 105917203908419102125
stack_overflow: arc42
slack: arc42
#
# Prettify url.
#
permalink: pretty
#
# Gems.
#
gems:
- jekyll-paginate
- jemoji
#
# Styles: see "_sass/base/_variables.scss"
#
#
# !! Danger zone !!
#
include: ["_pages"]
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
sass_dir: _sass
style: :compressed # or :expanded
exclude: [Gemfile, Gemfile.lock, LICENSE, README.md, originals]