-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
83 lines (78 loc) · 2.43 KB
/
Copy path_quarto.yml
File metadata and controls
83 lines (78 loc) · 2.43 KB
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
project:
type: book
output-dir: _book
book:
title: "The Terminal Way"
subtitle: "終端人生:純 CLI 開發者的完全指南"
author:
- name: "林協霆"
affiliation: "和信治癌中心醫院腫瘤內科部"
date: today
date-format: "YYYY-MM-DD"
repo-url: https://github.com/htlin222/dotfiles
repo-actions: [edit, issue]
sharing: [twitter, facebook, linkedin]
sidebar:
style: docked
search: true
page-navigation: true
back-to-top-navigation: true
page-footer:
center: |
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh-hant" target="_blank" style="display:inline-flex;align-items:center;gap:5px;font-size:0.8em;color:#666;text-decoration:none;">
<img src="https://tw.creativecommons.net/wp-content/uploads/sites/20/2020/11/by-nc-sa-300x105.png" height="20" alt="CC BY-NC-SA">
姓名標示-非商業性-相同方式分享
</a>
chapters:
- index.qmd
- part: "第一部:哲學與基礎"
chapters:
- chapters/01-why-terminal.qmd
- chapters/02-unix-philosophy.qmd
- chapters/03-dotfiles.qmd
- part: "第二部:核心工具"
chapters:
- chapters/04-shell.qmd
- chapters/05-terminal-emulator.qmd
- chapters/06-tmux.qmd
- chapters/07-neovim.qmd
- chapters/08-git.qmd
- part: "第三部:效率工具鏈"
chapters:
- chapters/09-modern-cli.qmd
- chapters/10-fzf-magic.qmd
- chapters/11-text-processing.qmd
- part: "第四部:語言與專案"
chapters:
- chapters/12-version-management.qmd
- chapters/13-docker.qmd
- chapters/14-remote-dev.qmd
- part: "第五部:進階整合"
chapters:
- chapters/15-cli-tools.qmd
- chapters/16-automation.qmd
- chapters/17-profiling.qmd
- part: "附錄"
chapters:
- chapters/appendix-dotfiles.qmd
- chapters/appendix-shortcuts.qmd
- chapters/appendix-vscode-migration.qmd
- references.qmd
bibliography: references.bib
format:
html:
open-graph:
image: https://tw.creativecommons.net/wp-content/uploads/sites/20/2020/11/by-nc-sa-300x105.png
theme:
light: flatly
dark: darkly
code-copy: true
code-overflow: wrap
code-line-numbers: true
highlight-style: github
toc: true
toc-depth: 3
number-sections: true
link-external-newwindow: true
execute:
enabled: false