-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
40 lines (34 loc) · 867 Bytes
/
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
site_name: WeeChad
site_url: https://dyne.org/weechad
site_description: curl -Ls dyne.org/weechad/setup | NICK=yournick bash
theme:
name: material
logo: images/weechad_ascii_logo.png
favicon: images/favicon.svg
extra_css:
- stylesheets/extra.css
extra:
generator: false
social:
- icon: fontawesome/brands/mastodon
link: https://toot.community/@dyne
- icon: fontawesome/brands/github
link: https://github.com/dyne/weechad
nav:
- WeeChat: https://weechat.org
- DarkIRC: https://news.dyne.org/howto_darkfi_1-connect_to_darkirc/
- Libera: https://libera.chat/
- DarkFI: https://dark.fi
- Tomb: https://dyne.org/tomb
- Dyne.org: https://dyne.org
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- social
- privacy
- search:
enabled: false