-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
121 lines (119 loc) · 2.68 KB
/
_quarto.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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
project:
type: book
preview:
port: 4200
browser: false
book:
title: "法币体系"
output-file: main
author: "Saifedean Ammous"
date: "2025-01-15"
image: cover.png
image-alt: "封面"
isbn: "978-XXX"
license: CC-BY-4.0
language: cn
publisher: Konsensus Network
favicon: /figures/freestarfish.png
search:
location: sidebar
type: overlay
sidebar:
style: floating
border: true
navbar:
left:
- icon: book
text: "在线阅读"
href: index.qmd
aria-label: Book
- icon: shop
text: "购买本书"
href: https://bitcoinbook.shop/products/
aria-label: Shop
page-footer:
left:
- text: "© 2024 Konsensus Network"
center:
- text: "版权"
href: index.qmd
right:
- icon: twitter
href: https://twitter.com/konsensusn
aria-label: Twitter
- icon: github
href: https://github.com/konsensusnetwork
aria-label: Github
- icon: linkedin
href: https://www.linkedin.com/konsensusnetwork
aria-label: LinkedIn
- icon: youtube
href: https://www.youtube.com/konsensusnetwork
aria-label: YouTube
open-graph: true
twitter-card:
site: "@konsensusn"
chapters:
- index.qmd
- chapters/ch00.qmd
- part: "Part 1"
chapters:
- chapters/ch01.qmd
- chapters/ch02.qmd
- chapters/ch03.qmd
- chapters/ch04.qmd
- chapters/ch05.qmd
- chapters/ch06.qmd
- part: "Part 2"
chapters:
- chapters/ch07.qmd
- chapters/ch08.qmd
- chapters/ch09.qmd
- chapters/ch10.qmd
- chapters/ch11.qmd
- chapters/ch12.qmd
- part: "Part 3"
chapters:
- chapters/ch13.qmd
- chapters/ch14.qmd
- chapters/ch15.qmd
- chapters/ch16.qmd
- chapters/ch17.qmd
- chapters/ch18.qmd
- chapters/ch19.qmd
format:
html:
lang: cn
theme:
light: [flatly, theme.scss, theme-light.scss]
number-depth: 2
grid:
sidebar-width: 500px
body-width: 900px
margin-width: 350px
gutter-width: 1em
toc: true
toc-location: left
reference-location: margin
pdf:
lang: cn
documentclass: memoir
classoption: smalldemyvopaper,10pt,twoside,onecolumn,openright,extrafontsizes,hidelinks
papersize: a5
toc-depth: 1
toc-title: 目录
keep-tex: true
colorlinks: false
include-in-header:
- preamble.tex
epub:
cover-image: cover.png
cover-image-alt: |
Book Cover
creator: Konsensus Network
toc: true
toc-depth: 1
toc-title: 目录
lang: "cn-CN"
css: epub.css
number-depth: 2