-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
85 lines (79 loc) · 2.18 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
84
85
site_name: "Laboratory of Sensing and Communication for Smart City"
site_url: https://mypage.cuhk.edu.cn/academics/simonpun/
copyright: "Copyright © LSCSC 2024 All rights reserved. <span style='color: #161616;'>Designed by YUAN Mingqi and WANG Maonan.</span>"
theme:
name: material
custom_dir: docs/overrides/
include_search_page: false
search_index_only: true
logo: assets/images/zh-hans_logo.png
favicon: assets/images/cuhk_logo.png
palette:
- scheme: white
primary: white
accent: white
features:
- toc.integrate
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- content.code.select
- content.code.copy
- content.code.select
extra_css:
- assets/stylesheets/extra.css
extra_javascript:
- assets/stylesheets/extra.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
generator: false
social:
- icon: fontawesome/solid/envelope
link: [email protected]
- icon: fontawesome/solid/phone
link: +86-0755-23519520
nav:
- Home:
- 2025: index.md
- 2024: news/2024.md
- 2023: news/2023.md
- 2022: news/2022.md
- 2021: news/2021.md
- 2020: news/2020.md
- 2018 & 2019: news/2018_2019.md
- Members: members.md
- Projects: projects.md
- Publications: pubs.md
- Join Us: join.md
- Demo: demo.md