-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config_dev.yml
49 lines (42 loc) · 1.2 KB
/
_config_dev.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
48
49
# Site settings
title: 'LSU e-Research Hackfest'
description: 'The Sci-GaIA e-Research Hackfest at the Lagos State University.'
url: 'http://localhost:4000/'
# 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. Bring your science to the web and the web to your science. These pages contain everything you need to get going and get it built'
organiser:
name: 'WACREN'
email: [email protected]
twitter_username: ei4africa
twitter_hashtags:
facebook_username:
github_username: Sci-GaIA
linkedin_username:
# Made with love using these tools. This goes in the footer. Uses Devicons
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']