-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (50 loc) · 1.12 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
# name of the software
name: MagiQL
# current version of the software
version: 0.0.1
# url of the download button
downloadUrl: https://github.com/magiql
# licence of the software
license: MIT License
licenseUrl: http://opensource.org/licenses/MIT
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://yourdomain.com" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
# list of additional links on the right of the top menu
headerLinks:
- title: GitHub
url: https://github.com/magiql
# list if additional links on the footer
footerLinks:
- title: GitHub
url: https://github.com/magiql
# header
header:
color1: "#080331"
color2: "#673051"
trianglify: true
# google analytics
analytics:
account:
domain:
# github buttons
githubButton:
user: magiql
repo: magiql.github.com
# 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