-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (45 loc) · 1.29 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
# ===============
# Configuration
# ===============
# Page name
name: Mah-webbutv
# Description of the page/course
description: Samlingsplats för öppna distanskurser på Malmö Högskola inom webbutveckling från datavetenskap
# Github repository hosting this page/course
github: https://github.com/mah-webbutv/mah-webbutv.github.io
# Google analytics
analytics: UA-48530327-5
# ex. GitHub pages URL
url: http://mah-webbutv.github.io/
# Disqus
disqus: //mahwebbutv.disqus.com/embed.js
# Already set as defaults in jekyll > 2.4.x
# highlighter: pygments
# markdown: kramdown
# include: ['.htaccess']
# Default layouts for posts and pages
defaults:
-
scope:
path: "courses"
values:
layout: "course"
# SASS partial directory and output parameters
sass:
sass_dir: _sass
style: :compressed
# Files to be excluded (feel free to exclude files like: search.json, rss.xml, humans.txt, etc.)
exclude: ['Gemfile', 'Gemfile.lock', 'README.md', 'LICENSE.txt', 'node_modules', 'webpack.config.js']
# Encoding
encoding: utf-8
# Main navigation (also found in the footer)
navigation:
- label: Hem
href: /
title: Gå till startsidan
- label: Kurser
href: /courses
title: Gå till kursöversikt
- label: Kontakt
href: /contact
title: Gå till kontaktsidan