1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-23 20:02:22 +00:00
chai2010 efd0ffe336 zz
2024-08-08 08:09:57 +08:00

27 lines
714 B
TOML

# https://giscus.app
[book]
title = "Go语言高级编程"
authors = ["柴树杉", "曹春晖"]
description = "Go语言高级编程"
language = "zh"
multilingual = false
src = "."
[build]
build-dir = "book"
[giscus]
enaled = true
data_repo = "chai2010/advanced-go-programming-book"
data_repo_id = "MDEwOlJlcG9zaXRvcnkxMTU4NTc5NTQ="
data_category = "General"
data_category_id = "DIC_kwDOBufaIs4CAwFi"
[output.html]
additional-css = ["style.css"]
additional-js = ["js/custom.js", "js/bigPicture.js"]
git-repository-url = "https://github.com/chai2010/advanced-go-programming-book"
edit-url-template = "https://github.com/chai2010/advanced-go-programming-book/edit/master/{path}"
git-repository-icon = "fa-github"