-
Notifications
You must be signed in to change notification settings - Fork 21
/
mkdocs.yml
83 lines (78 loc) · 1.98 KB
/
mkdocs.yml
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
site_name: 認識音檔(公開版本)
site_url: https://zonble.github.io/understanding_audio_files/
repo_url: https://github.com/zonble/understanding_audio_files
repo_name: zonble/understanding_audio_files
copyright: 2022 and onwards © Weizhong Yang a.k.a zonble
site_description: 一本關於音檔格式的技術小冊子
site_author: Weizhong Yang a.k.a zonble
theme:
name: material
language: "zh-TW"
palette:
- scheme: default
primary: white
accent: pink
toggle:
name: Switch to light mode
icon: material/weather-sunny
- scheme: slate
primary: black
accent: pink
toggle:
name: Switch to dark mode
icon: material/weather-night
font:
text: Lato
features:
- navigation.tracking
- navigation.instant
- navigation.top
plugins:
- search:
lang: en
- social:
cards_font: Noto Sans TC
- with-pdf:
copyright: 2022 © 楊維中 a.k.a zonble
author: 楊維中 a.k.a zonble
cover_subtitle: 一本關於音檔格式的技術小冊子
toc_title: 目錄
output_path: understanding_audio_files.pdf
markdown_extensions:
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- css/extra.css
- css/pdf-print.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/zonble
- icon: fontawesome/brands/twitter
link: https://twitter.com/zonble
analytics:
provider: google
property: G-HDVV7L35X0
search:
language: "jp"
nav:
- "關於《認識音檔》": "index.md"
- "pcm/README.md"
- "mp3/README.md"
- "aac/README.md"
- "flac/README.md"
- "hls/README.md"
- "dash/README.md"
- "tools/README.md"
- "附註":
- "misc/mp3_parser.md"
- "misc/aac_adts_parser.md"
- "misc/id3_parser.md"
- "misc/flac_streaminfo.md"
- "misc/version.md"