From: Max Value Date: Sun, 11 May 2025 17:19:50 +0000 (+0100) Subject: Initial commit X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=0e1fb2dedbc0f86add0f60f889111a11b78a8250;p=bread Initial commit --- 0e1fb2dedbc0f86add0f60f889111a11b78a8250 diff --git a/index.html b/index.html new file mode 100644 index 0000000..4af7662 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + +
+
+ + + diff --git a/sous.py b/sous.py new file mode 100755 index 0000000..af0c21e --- /dev/null +++ b/sous.py @@ -0,0 +1,7 @@ +#! /bin/python +import tomllib + +with open("recipes/straight-white.toml", "rb") as f: + recipe = tomllib.load(f) + +print(recipe) diff --git a/src/straight-white.toml b/src/straight-white.toml new file mode 100644 index 0000000..e0c8c35 --- /dev/null +++ b/src/straight-white.toml @@ -0,0 +1,9 @@ +[information] +title = "Straight white yeasted loaf" + +[ingredients] +white-flour = 90 +wholemeal-flour = 10 +water = 65 +yeast = 1 +salt = 1.5 diff --git a/style.css b/style.css new file mode 100644 index 0000000..e69de29 diff --git a/templates/template.html b/templates/template.html new file mode 100644 index 0000000..4af7662 --- /dev/null +++ b/templates/template.html @@ -0,0 +1,12 @@ + + + + + + + +
+
+ + + diff --git a/templates/template.tex b/templates/template.tex new file mode 100644 index 0000000..e69de29