forked from ebiwd/EBI-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
32 lines (29 loc) · 910 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
# Site settings
name: EMBL-EBI Visual Framework
group: EMBL-EBI Web Development
email: [email protected]
domain: //ebiwd.github.io
baseurl: /EBI-Framework
permalink: pretty
# Add custom CSS / JS here
# custom_css:
# - "{{site.baseurl}}/static/css/YOUR-CSS-COMPONENTS.css"
# - "{{site.baseurl}}/static/css/ANOTHER-CSS-COMPONENTS.css"
# custom_js:
# - "{{site.baseurl}}/static/js/YOUR-CSS-COMPONENTS.js"
# - "{{site.baseurl}}/static/js/ANOTHER-CSS-COMPONENTS.js"
ga_code: 'UA-XXXXX-X'
# root repo for this project
repo: "https://github.com/ebiwd/EBI-Framework"
source: .
destination: ./_site
exclude: [node_modules, .sass-cache, gulpfile.js, package.json, HOWTO.md, '*.scss']
#plugins: ./_plugins
future: false
lsi: false
markdown: kramdown
highlighter: rouge
# Allow redirects
# https://help.github.com/articles/redirects-on-github-pages/
#gems:
# - jekyll-redirect-from