This commit is contained in:
Case Duckworth 2021-01-30 01:14:18 +00:00
parent d2e44f5378
commit b5a8bf3d6b
2 changed files with 11 additions and 1 deletions

View File

@ -5,7 +5,7 @@ breadpunk.club is open to anyone. it's suggested that you look at our
as well as our [code of conduct](/docs/code-of-conduct) to make sure you agree
with our terms.
to become a baker, just send an email to [breadw](/~breadw) with your SSH key,
to become a baker, just send an email to [breadw](/~breadw) with your SSH key (attached, please!),
desired username (must be bread-oriented), realname (can be your “normal”
username), and what shell youd like to use (we have
$(cat /etc/shells|

10
I/recipes.md Normal file
View File

@ -0,0 +1,10 @@
title recipes
$(mkdir "$UNKO/recipes")
<ul>
$(for r in /bread/cookbook/html/*; do
l "recipe: $r"
echo "<li><a href=\"/recipe/$(NN "$r")\">$(NN "$r")</a></li>"
done)
</ul>