-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
executable file
·53 lines (51 loc) · 1.19 KB
/
config.yaml
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
baseURL: https://classic.csunplugged.org/
description: Computer Science... without a computer!
languageCode: en-us
title: Classic CS Unplugged
sectionPagesMenu: sectionsMenu
theme: book
# Site configuration
# https://github.com/alex-shpak/hugo-book#site-configuration
# googleAnalytics: UA-XXXXXXXXX-X
disablePathToLower: false
enableGitInfo: true
disableKinds:
- taxonomy
- term
params:
BookTheme: light
BookToC: true
BookLogo: /images/logos/cs-unplugged-classic-logo.svg
BookSection: '*'
BookRepo: https://github.com/uccser/cs-unplugged-classic
BookCommitPath: commit
BookDateFormat: '2 Jan, 2006'
BookSearch: true
BookComments: false
BookPortableLinks: false
BookServiceWorker: false
# BookMenuBundle is set to 'none'
markup:
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
parser:
attribute:
block: false
title: true
autoHeadingID: true
autoHeadingIDType: github
renderer:
hardWraps: false
unsafe: false
xhtml: false
tableOfContents:
startLevel: 2
endLevel: 3
ordered: false