-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
63 lines (52 loc) · 1.16 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
# name of the software
name: Python in BrainVoyager
# current version of the software
version: 20.2
# url of the download button
downloadUrl: #
# licence of the software
#license: Creative Commons BY 3
#licenseUrl: http://creativecommons.org/licenses/by/3.0/
# list of additional links on the right of the top menu
headerLinks:
#- title: GitHub
#url: https://github.com/mistic100/jekyll-bootstrap-doc
# list if additional links on the footer
footerLinks:
- title: GitHub
url: https://github.com/fladd/BVPython/tree/gh-pages
- title: Issues
url: https://github.com/fladd/BVPython/issues?state=open
# header
header:
color1: "#080331"
color2: "#673051"
trianglify: true
# Author information
author:
name: Florian Krause
website: http://fladd.de
# google analytics
analytics:
account:
domain:
# github buttons
githubButton:
user: #fladd
repo: #BVPython
# twitter buttons
twitter:
enabled: false
via:
hash:
account:
# facebook buttons
facebook:
enabled: false
profileUrl:
exclude: ['README.md', 'LICENSE', 'bower.json', 'Gemfile.lock', 'Gemfile']
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap