-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
33 lines (26 loc) · 954 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
33
# Site settings
title: IEEE International Conference on eScience
###################################################################
# Configure the variable below to customize the eScience website #
###################################################################
baseurl: /_template # replace '_template' below by the conference year
###################################################################
# Do NOT change the settings below
###################################################################
markdown: kramdown
enable-mathjax: yes
collections:
photos:
output: true
permalink: /images/:path/
tutorials:
output: true
permalink: /tutorials/:path/
plugins:
- jekyll-sitemap # Adds sitemap to the website at /sitemap.xml
- jekyll-feed # Adds feed to the website at /feed.xml
- jekyll-seo-tag # Adds all the important SEO meta tags by default.
exclude:
- .jekyll-cache
- README.md
- LICENSE