forked from sci-gaia/addis-hackfest-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (41 loc) · 1.1 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
47
# Site settings
title: 'Ethernet e-Research Hackfest'
description: 'The Sci-GaIA e-Research Hackfest in Addis Ababa'
url: 'http://www.africa-grid.org/addis-hackfest/'
# 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/addis-hackfest
gitter: addis-hackfest/Lobby
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']