-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (35 loc) · 781 Bytes
/
_config.yml
File metadata and controls
41 lines (35 loc) · 781 Bytes
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
# Site settings
title: MOOC.fi
baseurl: ""
url: "http://mooc.fi"
# Build settings
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
gems:
- jekyll-redirect-from
sass:
style: :compressed
navigation:
"Etusivu": "/"
"Kurssit": "/kurssit.html"
"Mikä MOOC?": "/mooc.html"
"Opettajille": /opettajille.html
"In English": "/english.html"
resources:
css:
- "//fonts.googleapis.com/css?family=Alegreya+Sans:400|Noto+Sans:400,700|Open+Sans+Condensed:300,700"
- "/css/main.css"
js:
- "//code.jquery.com/jquery-1.11.0.min.js"
- "/js/modernizer.js"
- "/js/mooc.js"
exclude: [vendor]
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"