forked from adminlby/Hong-Kong-Fire-Documentary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·91 lines (82 loc) · 2.59 KB
/
Copy pathmkdocs.yml
File metadata and controls
executable file
·91 lines (82 loc) · 2.59 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
84
85
86
87
88
89
90
91
site_name: Hong Kong Fire Documentary
site_url: https://Hong-Kong-Emergency-Coordination-Hub.github.io/Hong-Kong-Fire-Documentary/
site_description: 整理香港大浦火災相關資訊,包括時間線、新聞、技術分析與社區支援 | Comprehensive archive of Tai Po fire incident with timeline, news, technical analysis, and community resources
repo_url: https://github.com/adminlby/Hong-Kong-Fire-Documentary
repo_name: Hong-Kong-Fire-Documentary
edit_uri: edit/main/content/
theme:
name: material
language: zh-Hant
features:
- navigation.tabs
- navigation.top
- toc.follow
- search.suggest
- search.highlight
palette:
- scheme: default
primary: black
accent: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/brightness-4
name: Switch to light mode
docs_dir: content
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/javascripts/visitor-counter.js
extra:
analytics:
provider: google
property: G-8JKTQK3L2M
og_image: https://Hong-Kong-Emergency-Coordination-Hub.github.io/Hong-Kong-Fire-Documentary/assets/og-image.png
copyright: 'Copyright © 2025 Hong Kong Fire Documentary. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.'
plugins:
- search
- i18n:
docs_structure: suffix
languages:
- locale: zh-Hant
default: true
name: 繁體中文
build: true
site_name: 11.26 大埔宏福苑火災紀錄庫
nav_translations:
Home: 主頁
Timeline: 時間線
Videos: 現場片段
News: 新聞報道
Analysis: 技術分析
Support: 支援資訊
Photos: 圖片紀錄
Residents: 居民討論
Docs: 政府文件
Citation: 如何引用
Contact: 聯絡我們
- locale: en
name: English
build: true
site_name: Hong Kong Fire Documentary
theme:
language: en
markdown_extensions:
- md_in_html
- attr_list
nav:
- Home: index.md
- Timeline: timeline/README.md
- Videos: videos/README.md
- News: news/README.md
- Analysis: analysis/README.md
- Support: support/README.md
- Photos: photos/README.md
- Residents: residents/README.md
- Docs: docs/README.md
- Citation: citation/README.md
- Contact: contact/README.md