-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (40 loc) · 1006 Bytes
/
_config.yml
File metadata and controls
52 lines (40 loc) · 1006 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
42
43
44
45
46
47
48
49
50
51
52
# Configurations
title: QPCC Flashcards
longtitle: ICHEC Web Quiz setup
author: ICHEC Quantum Team
email: qpcc@ichec.ie
description: Flashcards for lecture notes, quizes
url: 'https://ichec.github.io'
baseurl: '/fcards'
theme: minima
# bootstrap: use the remote theme for the site itself
#remote_theme: sighingnow/jekyll-gitbook
markdown_ext: md
#, markdown,mkdown,mkdn,mkd,
#toc:
# enabled: true
# h_min: 1
# h_max: 4
# customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}}
# favicon_path: /assets/gitbook/images/favicon.ico
# markdown render engine.
markdown: kramdown
exclude:
- _drafts
- scratch
- README.md
include:
- assets/quizzes
collections:
lectures:
output: true
permalink: /lectures/:name
destination: ./_site
regenerate: true
plugins:
- jekyll-feed
- jekyll-relative-links
- jemoji
- jekyll-youtube
titles_from_headings:
enabled: false