-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
60 lines (49 loc) · 1.28 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
55
56
57
58
59
permalink: pretty
# Setup
title: 'JekyllBook'
tagline: 'A Jekyll theme'
url: https://ebetica.github.io/jekyllbook/
baseurl: '/jekyllbook'
homepage_title: Home
default_lang: 'en'
# About/contact
author:
name: Zeming Lin
url: https://twitter.com/ebetica
github:
repo: https://github.com/ebetica/jekyllbook/
# Custom vars
version: 1.0.0
src: "."
default_theme: "ayu"
# To use hljs, disable the default highlighter
# We also use a built-in math engine so gotta disable that too
kramdown:
syntax_highlighter_opts:
disable : true
math_engine: null
exclude:
- README.md
# Chapter Configuration (up to a 2 level nested list)
prologues:
- path: chapters/prologue.md
sections:
- path: chapters/prologue2.md
chapters:
- path: chapters/01.md
sections:
- path: chapters/01-1.md
- path: chapters/01-2.md
- path: chapters/02.md
epilogues:
- path: chapters/epilogue.md
# If you want to support multiple languages
zh:
title: 'JekyllBook but in Chinese'
tagline: 'A translated Jekyll theme'
chapters:
- path: zh/01.md
sections:
- path: zh/01-1.md
- path: zh/01-2.md
- path: zh/02.md