-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
41 lines (39 loc) · 1.02 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
# Site settings
title: EBI Jekyll Boilerplate
group: EMBL-EBI Web Development
email: [email protected]
domain: //ebiwd.github.io
baseurl: /EBI-Boilerplate-Jekyll
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-Pattern-library"
source: .
destination: ./_site
exclude:
[
node_modules,
.sass-cache,
gulpfile.js,
package.json,
HOWTO.md,
docker-compose.yml,
.gitlab-ci.yml,
]
#plugins: ./_plugins
future: false
lsi: false
markdown: kramdown
highlighter: rouge
# Allow redirects
# https://help.github.com/articles/redirects-on-github-pages/
# *NB - This plugin causes problems when building the site locally. Disabling by default
#plugins:
# - jekyll-redirect-from