-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
35 lines (33 loc) · 1.06 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
name: EBI Pattern library
group: EMBL-EBI Web Development
email: noreply@ebi.ac.uk
# The version of the EBI Visual framework you are loading
ebi_visual_framework_version: '1.1'
# 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-Pattern-library"
# baseurl: in this case the gh-pages subfolder
domain: //ebiwd.github.io
baseurl: /EBI-Pattern-library
#port: 4000
source: .
destination: ./_site
exclude: [node_modules, .sass-cache, gulpfile.js, package.json, HOWTO.md]
#plugins: ./_plugins
future: false
lsi: false
markdown: kramdown
highlighter: rouge
#permalink: pretty
permalink: /:categories/:title/
# Allow redirects
# https://help.github.com/articles/redirects-on-github-pages/
gems:
- jekyll-redirect-from