summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-11-07 20:51:53 +0100
committerxengineering <me@xengineering.eu>2022-11-07 20:51:53 +0100
commit91c02074bdccb3ee9050411bd4fe387746a54e50 (patch)
tree12481371be54f43221ecba3e49d55943ea64ac06
parent7ae290fb15f0f7835bdead4e7ea0603604fdfb1d (diff)
downloadwebsite-91c02074bdccb3ee9050411bd4fe387746a54e50.tar
website-91c02074bdccb3ee9050411bd4fe387746a54e50.tar.zst
website-91c02074bdccb3ee9050411bd4fe387746a54e50.zip
Add project page for Ceres
-rw-r--r--content/git/ceres.md14
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/