-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (45 loc) · 1.28 KB
/
mkdocs.yml
File metadata and controls
50 lines (45 loc) · 1.28 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
site_name: Pardus
site_url: https://pardus.github.io/
site_description: Pardus Linux website
theme:
name: material
language: en
logo: assets/img-header-logo-white.svg
favicon: assets/img-header-logo.svg
palette:
scheme: default
primary: custom
accent: teal
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Download: download.md
- Screenshot: screenshot/screenshot.md
- Lifecycle: lifecycle.md
- Contact: contact.md
- Wiki:
- Linux:
- Polkit: wiki/linux/polkit.md
- C Programming:
- 01 Hello World: wiki/c-programming/01-hello-world.md
- 02 Syntax: wiki/c-programming/02-syntax.md
- Python Gtk 4.0:
- 01 Hello Gtk: wiki/python-gtk/01-gtk-hello.md
- 02 Gtk Containers: wiki/python-gtk/02-gtk-containers.md
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/solid/link
link: https://forum.pardus.org.tr/c/english-forum/42
- icon: fontawesome/solid/house
link: https://pardus.org.tr/en/
- icon: fontawesome/brands/github
link: https://github.com/pardus