feat: add basic menu-like presentation
This commit is contained in:
commit
cb40706a79
2 changed files with 13 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<h1 id="buffets-kitchen">buffet's kitchen</h1>
|
||||||
|
<h2 id="menu">Menu</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/chef/rice">rice</a>: configuration files used across my
|
||||||
|
systems</li>
|
||||||
|
</ul>
|
7
README.rst
Normal file
7
README.rst
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
buffet's kitchen
|
||||||
|
================
|
||||||
|
|
||||||
|
Menu
|
||||||
|
----
|
||||||
|
|
||||||
|
- `rice </chef/rice>`_: configuration files used across my systems
|
Loading…
Reference in a new issue