feat: add kiwmi to menu
Signed-off-by: Charlotte Meyer <dev@buffet.sh>
This commit is contained in:
parent
d14a36888e
commit
3e177e0c4e
2 changed files with 11 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,14 +1,18 @@
|
||||||
<h1 id="buffets-kitchen">buffet's kitchen</h1>
|
<h1 id="buffets-kitchen">buffet's kitchen</h1>
|
||||||
<p>Welcome to buffet's kitchen! We hope you enjoy your stay!</p>
|
<p>Welcome to buffet's kitchen! We hope you enjoy your stay!</p>
|
||||||
<h2 id="our-menu">Our Menu</h2>
|
<h2 id="our-menu">Our Menu</h2>
|
||||||
<ul>
|
<ul class="incremental">
|
||||||
<li><a href="/kitchen/rice">rice</a><sup>1</sup>: configuration files
|
<li><a href="/kitchen/rice">rice</a><sup>1</sup>: configuration files
|
||||||
used across my systems</li>
|
used across my systems</li>
|
||||||
|
<li><a href="/kitchen/kiwmi">kiwmi</a><sup>2, 3</sup>: fully
|
||||||
|
programmable Wayland compositor</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><sup>1</sup> Nix</p>
|
<div class="line-block"><sup>1</sup> Nix<br />
|
||||||
|
<sup>2</sup> C<br />
|
||||||
|
<sup>3</sup> Lua</div>
|
||||||
<h2 id="want-to-join-our-team">Want To Join Our Team?</h2>
|
<h2 id="want-to-join-our-team">Want To Join Our Team?</h2>
|
||||||
<h3 id="we-are-hiring-not-really">We are hiring (not really):</h3>
|
<h3 id="we-are-hiring-not-really">We are hiring (not really):</h3>
|
||||||
<ul>
|
<ul class="incremental">
|
||||||
<li>Sous-Chefs</li>
|
<li>Sous-Chefs</li>
|
||||||
<li>Bartenders</li>
|
<li>Bartenders</li>
|
||||||
<li>Servers</li>
|
<li>Servers</li>
|
||||||
|
|
|
@ -8,8 +8,11 @@ Our Menu
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- `rice </kitchen/rice>`_:sup:`1`: configuration files used across my systems
|
- `rice </kitchen/rice>`_:sup:`1`: configuration files used across my systems
|
||||||
|
- `kiwmi </kitchen/kiwmi>`_:sup:`2, 3`: fully programmable Wayland compositor
|
||||||
|
|
||||||
:sup:`1` Nix
|
| :sup:`1` Nix
|
||||||
|
| :sup:`2` C
|
||||||
|
| :sup:`3` Lua
|
||||||
|
|
||||||
Want To Join Our Team?
|
Want To Join Our Team?
|
||||||
----------------------
|
----------------------
|
||||||
|
|
Loading…
Reference in a new issue