-
Notifications
You must be signed in to change notification settings - Fork 652
/
book.ini
29 lines (24 loc) · 1.09 KB
/
book.ini
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
# https://giscus.app
[book]
title = "Go语言定制指南"
authors = ["柴树杉", "史斌", "丁尔男"]
description = "从Go语法树开始定制自己的语言"
language = "zh"
multilingual = false
src = "."
[build]
build-dir = "book"
[custom]
content_header = "<ul dir=\"auto\"><li><em>凹语言(Go实现, 面向WASM设计): <a href=\"https://github.com/wa-lang/wa\">https://github.com/wa-lang/wa</a></em></li><li><em>WaBook(Go语言实现的MD电子书构建工具): <a href=\"https://github.com/wa-lang/wabook\">https://github.com/wa-lang/wabook</a></em></li></ul><hr>"
content_footer = ""
page_footer = "<span>© 2019-2022 | <a href=\"https://github.com/chai2010/go-ast-book\">柴树杉、史斌、丁尔男</a> 保留所有权利</span>"
[giscus]
enaled = true
data_repo = "chai2010/go-ast-book"
data_repo_id = "MDEwOlJlcG9zaXRvcnkxNjAyNzI5NDg="
data_category = "General"
data_category_id = "DIC_kwDOCY2SNM4CQUHb"
[output.html]
git-repository-url = "https://github.com/chai2010/go-ast-book"
edit-url-template = "https://github.com/chai2010/go-ast-book/edit/master/{path}"
git-repository-icon = "fa-github"