Skip to content

Commit 3836435

Browse files
Update
1 parent ddc3461 commit 3836435

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

src/features.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Features
3+
permalink: /features
4+
nav_order: 0
5+
nav_exclude: true
6+
---
7+
8+
# {{ page.title }}
9+
{: .text-center}
10+
11+
12+
## 🚀 Performance
13+
{: .fw-300 .text-center }
14+
15+
Your muscle memory achieves 1000+ KPM? Albert can keep up with that.<br>
16+
Being one of the primary design goals, Albert is **_designed to be fast_**.
17+
{: .fw-300 .text-center }
18+
19+
20+
## 🌱 Efficiency
21+
{: .fw-300 .text-center }
22+
23+
Technology, design, tooling, distribution, contribution standards.<br>
24+
Decisions made with **_efficiency in mind_**.
25+
{: .fw-300 .text-center }
26+
27+
28+
## 🧩 Flexibility
29+
{: .fw-300 .text-center }
30+
31+
Albert is based on a **_plugin system_** that allows you to customize its functionality.<br>
32+
It could be your go-to app launcher or a full-blown system command palette.
33+
{: .fw-300 .text-center }
34+
35+
36+
## 🔧 Extensibility
37+
{: .fw-300 .text-center }
38+
39+
Albert offers APIs designed to be **_simple_** and **_easy to learn_**.<br>
40+
To accomplish common tasks with minimal code it provides a set **_powerful utilities_**.
41+
{: .fw-300 .text-center }
42+
43+
44+
## 🔋 Batteries included
45+
{: .fw-300 .text-center }
46+
47+
Albert comes with a **_curated collection of peer-reviewed, actively maintained plugins_**.<br>
48+
No searching, no duplicates, no broken code, no risks. Works out of the box.
49+
{: .fw-300 .text-center }

src/plugins.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Plugins
3+
nav_order: 100
4+
has_children: true
5+
permalink: /plugins/
6+
layout: default
7+
draft: true
8+
nav_exclude: true
9+
---
10+
11+
# {{ page.title }}
12+
13+
<ul>
14+
{% for p in site.plugins %}
15+
<li><a href="{{ p.url }}">{{ p.title }}</a></li>
16+
{% endfor %}
17+
</ul>

0 commit comments

Comments
 (0)