diff options
Diffstat (limited to 'content/git/ceres.md')
-rw-r--r-- | content/git/ceres.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/git/ceres.md b/content/git/ceres.md index 3762c6d..55444d2 100644 --- a/content/git/ceres.md +++ b/content/git/ceres.md @@ -4,3 +4,17 @@ "description":"Recipe server for your favorite dishes", "state":"experimental" } + +Ceres is a recipe server for your home network. It stores recipes with the +following fields in a database: + +- recipe title +- link to original recipe (optional) +- recipe description in [Markdown][1] +- a photo + +A future version of Ceres should allow to model the recipes in a formal way +instead of free text. This allows features like generated grocery lists or +automatic calculation of nutritional values. + +[1]: https://commonmark.org/ |