-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
54 lines (47 loc) · 1.58 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
baseurl: "/cse1500-web-transcripts/"
remote_theme: chauff/cse-theme
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 were last updated in 2022. They will not be updated going forward.
exam: false
smallNavbar: true
timeSpent: true
idleTimeout: 60
footerImage: ../images/tudelft-ewi-light-footer.svg
headerImage: ../images/tudelft_ewi_bw.jpg
cssTheme: themes/light-grey.css
cssCodeTheme: themes/code/dracula.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