Skip to content

Commit a2dbab2

Browse files
committed
迁移到mdBook
1 parent ac9ac96 commit a2dbab2

File tree

117 files changed

+272
-198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+272
-198
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_book
1+
book
22
.vscode
33
.devcontainer
44
node_modules

SUMMARY.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

book.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

book.toml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[book]
2+
title = "MyLog - 我的经验与记录"
3+
authors = ["BoringCat"]
4+
description = "这里是我记录生活与工作中遇到或解决的一些难题"
5+
language = "zh-cmn-Hans"
6+
multilingual = false
7+
src = "src"
8+
9+
[output.html]
10+
default-theme = "Rust"
11+
preferred-dark-theme = "Coal"
12+
git-repository-url = "https://github.com/boringcat/Mygitbook"
13+
git-repository-icon = "fa-github"
14+
copy-fonts = false
15+
no-section-label = true
16+
additional-css = ["css/custom.css"]
17+
input-404 = "哦吼.md"
18+
19+
[output.html.print]
20+
enable = false # include support for printable output
21+
page-break = true # insert page-break after each chapter
22+
23+
[output.html.fold]
24+
enable = true # whether or not to enable section folding
25+
level = 0 # the depth to start folding
26+
27+
[output.html.playground]
28+
editable = false # allows editing the source code
29+
copyable = true # include the copy button for copying code snippets
30+
copy-js = true # includes the JavaScript for the code editor
31+
line-numbers = true # displays line numbers for editable code
32+
runnable = true # displays a run button for rust code
33+

css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.rust, .coal, .navy, .ayu {
2+
--sidebar-fg: #ddd;
3+
}

src/#

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 备忘录
File renamed without changes.

src/HomeNetwork/NAS/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# NAS的一些记录
2+
3+
- [改群晖DSM的默认端口](HomeNetwork/NAS/ChangeSynologyNginxPoint.md)
4+
- [群晖+certbot+docker更新证书](HomeNetwork/NAS/UpdateSynoCertByDocker.md)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)