-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
53 lines (50 loc) · 1.21 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
site_name: Documentation
site_url: https://ncp.lmno.pk
repo_url: https://github.com/kha7iq/ncp
theme:
name: 'material'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo: assets/logo.png
favicon: assets/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: light
accent: 'amber'
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: 'amber'
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/kha7iq'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/kha7iq'
- icon: 'fontawesome/solid/fire'
link: 'https://ncp.lmno.pk/'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
- mdx_include:
base_path: docs
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- minify:
minify_html: true
extra_css:
- stylesheets/extra.css