forked from ublue-os/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
162 lines (160 loc) · 5.16 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
site_name: Universal Blue
repo_name: ublue-os/main
repo_url: https://github.com/ublue-os/main
site_description: Custom Operating System images based on Fedora
site_url: https://universal-blue.org
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- announce.dismiss
- navigation.expand
- navigation.footer
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.indexes
- toc.integrate
- search.highlight
- search.suggest
- search.share
- toc.integrate
- content.tabs.link
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- markdown_include.include:
base_path: docs
inheritHeadingDepth: True
- toc:
permalink: true
extra:
analytics:
provider: google
property: G-QJBLY50M60
social:
- icon: fontawesome/brands/discourse
link: https://universal-blue.discourse.group
- icon: fontawesome/brands/discord
link: https://discord.gg/WEu6BdFEtp
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/JorgeCastro/videos
- icon: fontawesome/brands/mastodon
link: https://hachyderm.io/@jorge
- icon: fontawesome/solid/rss
link: https://universal-blue.org/feed_rss_updated.xml
plugins:
search: {}
external-markdown: {}
mkdocs-video:
video_muted: True
video_controls: True
css_style:
width: "50%"
height: "22.172vw"
rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
nav:
- Home: index.md
- FAQ: faq.md
- Media Coverage: media.md
- Download + Images:
- Installation: installation.md
- Full Image List: images.md
- Main Images:
- images/main.md
- Asus Images: images/asus.md
- Framework Images: images/framework.md
- Nvidia Images: images/nvidia.md
- Surface Images: images/surface.md
- Bazzite:
- Introduction: images/bazzite/index.md
- Installation: images/bazzite/installation.md
- Bazzite FAQ: images/bazzite/FAQ.md
- Waydroid Configuration: images/bazzite/waydroid.md
- Toolboxes: toolboxes.md
- Community:
- Mission: mission.md
- Scope: scope.md
- Values: values.md
- Code of Conduct: CODE_OF_CONDUCT.md
- Membership: membership.md
- Discord Chat: https://discord.gg/WEu6BdFEtp
- Discussion Forums: https://universal-blue.discourse.group/
- Videos: https://www.youtube.com/c/JorgeCastro/videos
- Documentation:
- Introduction: introduction.md
- User's Guide:
- Installing Software: guide/software.md
- just: guide/just.md
- Toolboxes: guide/toolbox.md
- Codecs: guide/codecs.md
- Thumbnails: guide/thumbnails.md
- Screensharing on Wayland: guide/screensharing.md
- Fork Your Own: guide/fork-your-own.md
- Contributor's Guide:
- Architecture: architecture.md
- Contributing: CONTRIBUTING.md
- Repository Health: contributor-health.md
- Proposals: https://github.com/orgs/ublue-os/discussions?discussions_q=is%3Aopen+label%3Aproposal
- Roadmap: https://github.com/orgs/ublue-os/projects/1
- Tinkerer's Guide:
- Introduction: tinker/make-your-own.md
- Mindset: tinker/mindset.md
- Setup:
- tinker/setup/index.md
- Automatic setup (cli): tinker/setup/auto-cli.md
- Automatic setup (web): tinker/setup/auto-web.md
- Manual setup: tinker/setup/manual.md
- Installation: tinker/installation.md
- Modification: tinker/modification.md
- Community: tinker/community.md
- Modules:
- tinker/modules/index.md
- bling: tinker/modules/bling.md
- default-flatpaks: tinker/modules/default-flatpaks.md
- files: tinker/modules/files.md
- fonts: tinker/modules/fonts.md
- rpm-ostree: tinker/modules/rpm-ostree.md
- script: tinker/modules/script.md
- systemd: tinker/modules/systemd.md
- yafti: tinker/modules/yafti.md
- Blog:
- blog/index.md
- Cheatsheet:
- Just: cheatsheet/just.md
- OStree: cheatsheet/ostree.md
- Distrobox: cheatsheet/distrobox.md