forked from mistic100/jekyll-bootstrap-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (40 loc) · 975 Bytes
/
_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
# name of the software
name: !NAME
# licence of the software
license: Apache 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.html
# This variable should be kept commented for local testing, it is uncommented by a script for production
#baseurl: /!REPO
# list if additional links on the footer
footerLinks:
- title: <i class="fa fa-github"></i>GitHub
url: https://github.com/BricksandMortar/!REPO
- title: Issues
url: https://github.com/BricksandMortar/!REPO/issues?state=open
# header
header:
color1: "#E64C29"
color2: "#E64C29"
rockstore:
url:
# google analytics
analytics:
account:
domain:
# github buttons
github:
user: BricksandMortar
repo: !REPO
# twitter buttons
twitter:
enabled: true
via:
hash:
account: arranf
exclude: ['README.md', 'LICENSE', 'bower.json', 'Gemfile.lock', 'Gemfile', vendor, script, Rakefile]
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag