mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-05-05 13:12:09 +08:00
19 lines
358 B
TOML
19 lines
358 B
TOML
[book]
|
|
title = "Linux 内核揭秘"
|
|
language = "zh-CN"
|
|
src = "."
|
|
|
|
[output.html]
|
|
default-theme = "light"
|
|
preferred-dark-theme = "navy"
|
|
git-repository-url = "https://github.com/hust-open-atom-club/linux-insides-zh"
|
|
site-url = "/linux-insides-zh/"
|
|
|
|
[output.pdf]
|
|
optional = true
|
|
cover-image = "cover.jpg"
|
|
|
|
[output.epub]
|
|
optional = true
|
|
cover-image = "cover.jpg"
|