-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
executable file
·111 lines (84 loc) · 1.63 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
#
# URL settings
#
# these need to be adjusted depending on target platform,
# local Jekyll tests need different settings than github-pages :-(
# "real" deployment with github-pages but custom domain
# -----------------------------------------------------
url: https://faq.arc42.org
imageurl: https://faq.arc42.org
baseurl:
#######################################################
## imageurl set to url + baseurl, easier than the complex
## {{ url }}{{ url }}{{ '<filename>' | prepend: site.baseurl }}
#imageurl: http://arc42.github.io/faq
#
# basic settings
#
title: arc42 FAQ
description: frequently asked questions on arc42.
avatar: /assets/img/arc42logosquare.png
favicon: /assets/img/arc42logosquare.png
language: en
#
# want subtle ads (on post-pages)
#
show-subtle-ads: true
# Analytics
analytics: false
#
# Icons
#
icons:
rss: false
email: false
github: arc42
twitter: gernotstarke
google_plus:
stack_overflow: arc42
#
# Prettify url.
#
permalink: pretty
#
# Localizations.
#
str_next: Next
str_prev: Prev
str_read_more: Read more...
str_search: Search
str_recent_posts: Recent answers
str_show_all_posts: Show all questions/answers
#
# Gems.
#
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-github-metadata
#
# Styles: see "_sass/base/_variables.scss"
#
#
# !! Danger zone !!
#
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
excerpt_separator: <!--more-->
sass:
sass_dir: _sass
style: :compressed # or :expanded
include:
- _pages
- robots.txt
exclude:
- Gemfile
- Gemfile.lock
- Dockerfile
- _manage-site.sh
- _docker*
- README.md
- originals/
- vendor/bundle