File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Lite XL Website
2
2
3
- > ** Note**
4
- > This website is still under construction.
5
- > Expect jank and general problems.
6
-
7
3
This website is written in Markdown with [ MkDocs] and [ mkdocs-material] .
8
4
We also use [ mkdocs-macros-plugin] for rendering certain pages.
9
5
@@ -87,11 +83,15 @@ This project follows typical [MkDocs] file structure.
87
83
- ` extra.css ` : Styles for custom syntax highlighting.
88
84
- ` user-guide/ `
89
85
- ` index.md ` : Homepage.
86
+ - ` overrides/ ` : Overrides for the theme
90
87
91
88
# Keymap
92
89
93
90
The "generate keymap" action should be run after each release to update
94
91
the keymap.
92
+ This workflow should run automatically, provided that the API keys used
93
+ to invoke this workflow is still valid.
94
+
95
95
The keymap generation is currently a two-part process involving some
96
96
fix up on our side to match [ pymdown] 's syntax.
97
97
This can be found in ` fix-keymap.py ` .
@@ -104,4 +104,4 @@ This can be found in `fix-keymap.py`.
104
104
[ pub-minifier ] : https://mkdocs-publisher.github.io/setup/seo-and-sharing/pub-minifier/
105
105
[ GTK Runtime ] : https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer
106
106
[ uv ] : https://docs.astral.sh/uv/
107
- [ pymdown ] : https://facelessuser.github.io/pymdown-extensions/extensions/keys
107
+ [ pymdown ] : https://facelessuser.github.io/pymdown-extensions/extensions/keys
You can’t perform that action at this time.
0 commit comments