forked from simonmichael/hledger_site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
92 lines (79 loc) · 2.24 KB
/
book.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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[book]
title = "hledger"
authors = ["Simon Michael"]
description = "plain text accounting, made easy"
language = "en"
multilingual = false
#src = "src"
[build]
build-dir = "out"
create-missing = false
use-default-preprocessors = true
[preprocessor.index]
[preprocessor.links]
[preprocessor.toc]
# why does uncommenting this disable the TOC ?
# marker = "<!-- toc -->"
max-level = 2
[output.html]
theme = "theme"
default-theme = "light"
# preferred-dark-theme = "navy"
#preferred-dark-theme = "light"
# curly-quotes = false
# mathjax-support = false
# copy-fonts = true
# google-analytics = "UA-123456-7"
# fs and uri paths must be the same here:
additional-css = [
"highslide/highslide.css",
"css/site.css",
]
additional-js = [
"highslide/highslide.js",
# TODO these are also included earlier, before page content, in index.hbs to avoid render flash.
# Still needed here so they get installed.
"js/jquery-1.11.0.min.js",
"js/site.js",
]
no-section-label = true
git-repository-url = "https://github.com/simonmichael/hledger_site"
edit-url-template = "https://github.com/simonmichael/hledger_site/edit/master/src/{path}"
# git-repository-icon = "fa-github"
# site-url = "/"
# cname = "hledger.org"
# input-404 = "not-found.md"
# [output.html.print]
# enable = true
[output.html.fold]
enable = true
# level = 0
# [output.html.playground]
# editable = false
# copy-js = true
# line-numbers = false
[output.html.search]
# enable = true
limit-results = 20
# teaser-word-count = 30
use-boolean-and = true
# boost-title = 2
# boost-hierarchy = 1
# boost-paragraph = 1
# expand = true
heading-split-level = 4
# copy-js = true
[output.html.redirect]
# "/appendices/bibliography.html" = "https://rustc-dev-guide.rust-lang.org/appendix/bibliography.html"
# "/other-installation-methods.html" = "../infra/other-installation-methods.html"
# [output.markdown]
# The Markdown renderer will run preprocessors and then output the
# resulting Markdown. This is mostly useful for debugging preprocessors,
# especially in conjunction with mdbook test to see the Markdown that
# mdbook is passing to rustdoc.
# https://rust-lang.github.io/mdBook/format/mdbook.html#hiding-code-lines
# doesn't work
# [output.html.code.hidelines]
# bash = "~"
# [output.html.code]
# hidelines = { bash = "~" }