forked from gcasr/2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
35 lines (28 loc) · 1004 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
34
35
# Site settings
title: The Greater Chicago Area Systems Research Workshop
short-title: GCASR 2024
###################################################################
# Configure the variable below to customize the eScience website #
###################################################################
baseurl: /2024 # 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
- .wakatime-project
- README.md
- LICENSE