-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
46 lines (40 loc) · 1.09 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
42
43
44
45
46
# Site settings
title: 'WACREN/Sci-GaIA e-Research Hackfest'
description: 'Bring your science to the web and the web to your science'
url: 'http://www.africa-grid.org/hackfest-site/'
# google_analytics: 'UA-XXXXXX-X'
# disqus_shortname: 'your-disqus-name'
intro: 'The Hackfest brings together e-Science platform developers and scientists, to build tools for scientific discovery. These pages contain everything you need to get going and get it built'
organiser:
name: 'Sci-GaIA Project'
email: [email protected]
twitter_username: ei4africa
facebook_username:
repo: AAROC/hackfest-site
linkedin_username:
built_with:
- jekyll_small
- bootstrap
- atom
- github_full
- travis
defaults:
-
scope:
path: ''
type: 'posts'
values:
layout: 'post'
# Build settings
destination: _site
paginate: 10
permalink: /:year/:title/
markdown: kramdown
highlighter: rouge
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
gems: ['jekyll-paginate']
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png']