-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
74 lines (63 loc) · 1.41 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
66
67
68
69
70
71
72
73
74
# Settings
permalink: pretty
# About
title: Schoof`s algorithm
tagline: A Jekyll-based DIY Learning Management System
authors:
- name: danou
url: 'https://danou.github.io/'
created: 2016
license:
name: MIT license
shortname: MIT license
url: /LICENSE
# Display a log in the top bar
#logo: assets/logo/eLeMentS.svg
# Display a GitHub fork me logo in the lower right corner
#forkme: yes
# Default configuration for pages.
# Can be used to activate addons on all pages.
defaults:
- scope:
path: ''
values:
layout: default
addons:
favicon: yes
mathjax: yes
highlightjs: yes
print-link: yes
about: yes
# New page / post / etc. menu
#create:
# pages: yes
# collections:
# - key: posts
# template: Write something
# - key: tutorials
# template: Write a tutorial
# Collections
collections:
# Leave that addons collection like this
# if you want to use addons
addons:
output: true
permalink: /:collection/:path:output_ext
# Other collections. See Jekyll docs.
# tutorials:
# name:
# one: tutorial
# many: tutorials
# icon: file-text-o
# output: true
# Kramdown configuration (markdown parser)
kramdown:
parse_block_html: true
# Prose.io configuration, if that's your style
#prose: no
# SASS configuration.
# Better not touch this
sass:
sass_dir: assets/css
style: compressed
theme: jekyll-theme-cayman