This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (44 loc) · 1.56 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
collections:
lectures:
output: true
sort_by: ordering
practicals:
output: true
sort_by: ordering
extras:
output: true
line1Title: CSE1500
line2Title: Web Technology
line3Title: Node.js, JavaScript, CSS, HTTP, HTML
tabTitle: CSE1500 TU Delft course materials.
warning: The materials are currently being updated for the next course edition.
smallNavbar: true
timeSpent: true
idleTimeout: 60
footerImage: ../images/tudelft-ewi-dark-footer.svg #the light-footer goes well with a light theme, the dark footer with a dark theme
headerImage: ../images/tudelft_ewi_bw.jpg
cssTheme: themes/light-grey.css
cssCodeTheme: themes/code/cobalt.css
plugins:
- jemoji
- jekyll-remote-theme
markdown: kramdown
# !github-pages! mandatory › https://help.github.com/articles/using-jekyll-with-pages/#configuration-settings-you-cannot-change
# Since Jekyll 3 the default highlighter is Rouge (replaced Pygments.rb in v44)
highlighter: rouge
# More › http://kramdown.gettalong.org/quickref.html
# Options › http://kramdown.gettalong.org/options.html
kramdown:
input: GFM
# https://github.com/jekyll/jekyll/pull/4090
syntax_highlighter: rouge
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
css_class: "highlight"
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: true