-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
51 lines (43 loc) · 1.12 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
#
# NOTE: If you are serving the site using jekyll serve (or docker compose up),
# you must "rm -rf _site" and then restart the server when this file is edited.
#
# TODO: somebody figure out how to fix this!
#
# Use the latest version of the theme; GitHub serves an outdated one.
remote_theme: pages-themes/minimal
# The theme is not called "minimal"
theme_name: jekyll-theme-minimal
title: Better Code
description: STLab Better Code course
exclude:
- materials
- assets/js/**/*.md
- vendor
plugins:
- jekyll-seo-tag
sass:
load_paths:
- /submodule/reveal.js
- /submodule/adobe-reveal-theme/css
- /submodule/adobe-reveal-theme/jekyll-css
defaults:
-
scope:
path: "chapters/[^/]*/slides.md*"
values:
layout: slideshow # overrides previous default layout
kramdown:
parse_block_html: true
# These settings are forced by GH Pages. As long as Jekyll is being run by GH
# Pages, they must remain unchanged, and LAST IN THIS FILE.
lsi: false
safe: true
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
github: [metadata]