adding a recipes section
This commit is contained in:
parent
fbe30450bc
commit
a5606b57ff
|
@ -0,0 +1,9 @@
|
|||
# Recipes
|
||||
|
||||
The recipes section is where you can find useful snippets and tutorials on how to improve your Awesome setup.
|
||||
|
||||
* [My First Awesome Setup](https://awesomewm.org/apidoc/documentation/07-my-first-awesome.md.html#)
|
||||
|
||||
## Widgets
|
||||
|
||||
* [Lain Widget Library](https://github.com/copycat-killer/lain)
|
|
@ -23,6 +23,7 @@
|
|||
<li><a href="<TMPL_VAR BASEURL>index.html">home</a></li>
|
||||
<li><a href="<TMPL_VAR BASEURL>download/">download</a></li>
|
||||
<li><a href="<TMPL_VAR BASEURL>community/">community</a></li>
|
||||
<li><a href="<TMPL_VAR BASEURL>recipes/">recipes</a></li>
|
||||
<li><a href="<TMPL_VAR BASEURL>apidoc/">doc (git/master)</a></li>
|
||||
<li><a href="<TMPL_VAR BASEURL>doc/">doc (v4.0)</a></li>
|
||||
<li><a href="https://github.com/awesomeWM/awesome/issues">bugs/issues</a></li>
|
||||
|
|
Loading…
Reference in New Issue