This repository has been archived by the owner on May 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
80 lines (68 loc) · 1.88 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
# username/repository
id: mistic100/jekyll-bootstrap-doc
# name of the software
name: Jekyll Bootstrap Doc
# current version of the software
version: 1.2.0
# licence of the software
license: MIT License
licenseUrl: http://opensource.org/licenses/MIT
# extension of the favicon, blank to disable
favicon: png
# download button
# if download.popup is true, the download button will open a popup with several download options
# otherwise it will simply open download.url and other options are ignored
# if download.popup is true, any option is optional
# download.cdn.img is optional
download:
popup: true
url: https://github.com/mistic100/jekyll-bootstrap-doc/archive/gh-pages.zip
bower: jekyll-bootstrap-doc
npm: jekyll-bootstrap-doc
cdn:
url: https://cdnjs.com/libraries/jekyll-bootstrap-doc
img: https://alemangui.github.io/pizzicato/img/cdnjs.svg
name: cdnjs
# set this to true to replace the generated header navbar by _includes/navbar.html
customNavBar: false
# list of additional links on the right of the top menu
headerLinks:
- title: GitHub
url: https://github.com/mistic100/jekyll-bootstrap-doc
- title: StrangePlanet
url: http://www.strangeplanet.fr
# list if additional links on the footer
footerLinks:
- title: GitHub
url: https://github.com/mistic100/jekyll-bootstrap-doc
- title: Issues
url: https://github.com/mistic100/jekyll-bootstrap-doc/issues?state=open
# header
header:
color1: "#080331"
color2: "#673051"
trianglify: true
# google analytics
analytics:
account:
domain:
# github buttons
githubButton:
user: mistic100
repo: jekyll-bootstrap-doc
# twitter buttons
twitter:
enabled: true
via:
hash:
account:
# facebook buttons
facebook:
enabled: true
profileUrl:
exclude: ['README.md', 'LICENSE', 'bower.json', 'Gemfile.lock', 'Gemfile']
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap