diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-12 18:44:41 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-12 18:44:41 +0300 |
commit | 5716bfd7548e386b12703e76cdf273bce839116c (patch) | |
tree | 5b21a9a8f6fd53e225f43385537d39fde70fa7c3 /README.md | |
download | saucesource.cc-5716bfd7548e386b12703e76cdf273bce839116c.tar.gz saucesource.cc-5716bfd7548e386b12703e76cdf273bce839116c.zip |
Initial commit
Essential functional website.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..bcc1d87 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# saucesource + +The web cookbook that doesn't suck. + +## Publishing your recipe + +Send a git patch with your recipe and if it's (not bloated) fine I'll merge it. +Every recipe is kept in its one folder under the `content/recipes/` directory. +The name of the directory should be the approx date you submit your recipe +followed by the name/slug of the recipe. + +For more information read +[http://saucesource.cc/about/](http://saucesource.cc/about/) + +Take a look at the `content/recipes/` directory for examples of recipes and how +to format them. + +## TODO + +* Add dark pallet using prefers-color-scheme +* Finish Russian and Spanish translations +* Maybe add some kind of search functionality on the backend +* Maybe add some way to categorize recipes + +## License + +By contributing recipes to this project you agree to submit them under the +CC-BY-SA 3.0 license. Any contributions related to the functioning of the site +(stylesheets, templates) are licensed under the AGPLv3 license. For more +information read the LICENSE file. |