-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
65 lines (58 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
###################################################################
# CUSEC 2017
###################################################################
# Basic site setup
title: CUSEC 2017
description: > # this means to ignore newlines until "baseurl:"
Canadian University Software Engineering Conference (CUSEC) is an awesome conference
organized by undergraduate students from Canadian universities held in Montreal every
year.
baseurl: "" # starting with /
url: "http://2017.cusec.net" # the base hostname & protocol for your site
google_analytics: UA-68503004-2 #google analytics code XX-nnnnnnnn-n
# Social network info
social:
- title: envelope
url: mailto:[email protected]
- title: twitter
url: https://twitter.com/cusec
- title: facebook
url: https://www.facebook.com/CUSEC-9884406702/
- title: youtube
url: https://www.youtube.com/channel/UCZ7j8F6h1CxD-uC0od9rHBw
# Build settings
host: 0.0.0.0
timezone: America/Montreal
encoding: utf-8
incremental: TRUE
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
gems:
- jekyll-sitemap
include:
- .htaccess
exclude:
- "*.less"
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- CHANGELOG
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- Rakefile
- config
- gulpfile.js
- lib
- log
- node_modules
- package.json
- spec
- tmp