Skip to content

Commit 5a51caa

Browse files
committed
update home page description
1 parent 19c6ae9 commit 5a51caa

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

docs/index.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Available for Linux, Windows and macOS
4747
<div class="grid cards" markdown>
4848

4949
- :material-feather:{ .lg .middle } **Lightweight**
50-
50+
5151
---
5252

53-
Lite XL is super lightweight;
54-
10 MB of RAM and no GPU requirements at all.
55-
If your platform is supported by SDL2, **it will work**.
53+
Lite XL comes in a bundle less than 5MB and runs well on most platforms -
54+
from desktops to single board computers with a weak ARM CPU
55+
and 1GB of RAM.
5656

5757
- :material-lightning-bolt:{ .lg .middle } **Powerful**
5858

@@ -65,8 +65,8 @@ Available for Linux, Windows and macOS
6565

6666
---
6767

68-
Lite XL is insanely hackable — there are no rigid plugin API to hold you back.
69-
Override anything and everything, do whatever you want.
68+
Lite XL is insanely hackable — there are no rigid APIs to hold you back,
69+
and the code is simple to tinker with.
7070

7171
</div>
7272

@@ -75,10 +75,17 @@ Available for Linux, Windows and macOS
7575
- :material-code-tags:{ .lg .middle } **Customizable**
7676

7777
---
78-
79-
Lite XL is extremely customizable, completely scriptable with Lua.
80-
In fact, most of Lite XL is written entirely in Lua, C is only
81-
used when necessary.
78+
79+
Lite XL is completely scriptable with Lua.
80+
C is only used to communicate with the OS while Lua is used for everything else.
81+
82+
- :material-monitor:{ .lg .middle } **Portable**
83+
84+
---
85+
86+
Lite XL runs on many platforms, including Windows, Linux, macOS,
87+
FreeBSD, [Android][android], [AmigaOS & MorphOS][amiga]
88+
and [the Web][wasm]!
8289

8390
- :material-connection:{ .lg .middle } **Hyperextensible**
8491

@@ -126,6 +133,9 @@ Available for Linux, Windows and macOS
126133
[github]: https://github.com/lite-xl/lite-xl
127134
[summer]: ./assets/screenshots/theme-summer.png#only-light
128135
[default]: ./assets/screenshots/theme-default.png#only-dark
136+
[android]: https://github.com/adamharrison/lite-xl-android "Lite XL Android Port by Adam"
137+
[amiga]: https://git.walkero.gr/walkero/lite-xl "AmigaOS & MorphOS Port by Walkero"
138+
[wasm]: https://lite-xl.com/playground "Lite XL compiled into WebAssembly"
129139
[setup]: setup/getting-started.md
130140
[user-guide]: user-guide/introduction.md
131-
[developer-guide]: developer-guide/index.md
141+
[developer-guide]: developer-guide/index.md

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ theme:
4444
- search.suggest
4545
- search.highlighting
4646
- search.share
47+
- content.tooltips
4748
- content.code.copy
4849
- content.action.view
4950
- content.action.edit
@@ -170,4 +171,4 @@ nav:
170171
- "How Renderer Works": developer-guide/advanced-topics/how-renderer-works.md
171172
- "About":
172173
- "Contributors": about/contributors.md
173-
- "FAQ": about/faq.md
174+
- "FAQ": about/faq.md

0 commit comments

Comments
 (0)