-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
33 lines (26 loc) · 1.02 KB
/
config.toml
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
# The URL the site will be built for
base_url = "https://sharp-lumiere-8d01ca.netlify.com"
title = "Intro to Game Development"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme
# supported by Gutenberg.
#
# See supported themes here:
# https://www.getgutenberg.io/documentation/getting-started/configuration/
highlight_code = true
highlight_theme = "material-dark"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
[extra]
slide_directory = "slides/"
# Slides appear in the slide show according to the specified order and are only
# rendered if they appear in this list.
#
# To put a slide in the slide show, add it's path relative to the slide
# directory not including the ".md" extension. Each markdown file in the list
# corresponds to one horizontal slide. Vertical slides can be created using
# short-codes.
slides = [
]