]> OzVa Git service - bread/commitdiff
Initial commit
authorMax Value <greenwoodw50@gmail.com>
Sun, 11 May 2025 17:19:50 +0000 (18:19 +0100)
committerMax Value <greenwoodw50@gmail.com>
Sun, 11 May 2025 17:19:50 +0000 (18:19 +0100)
index.html [new file with mode: 0644]
sous.py [new file with mode: 0755]
src/straight-white.toml [new file with mode: 0644]
style.css [new file with mode: 0644]
templates/template.html [new file with mode: 0644]
templates/template.tex [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..4af7662
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="">
+  <head>
+    <meta charset="utf-8">
+    <title></title>
+  </head>
+  <body>
+    <header></header>
+    <main></main>
+    <footer></footer>
+  </body>
+</html>
diff --git a/sous.py b/sous.py
new file mode 100755 (executable)
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 (file)
index 0000000..e0c8c35
--- /dev/null
@@ -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 (file)
index 0000000..e69de29
diff --git a/templates/template.html b/templates/template.html
new file mode 100644 (file)
index 0000000..4af7662
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="">
+  <head>
+    <meta charset="utf-8">
+    <title></title>
+  </head>
+  <body>
+    <header></header>
+    <main></main>
+    <footer></footer>
+  </body>
+</html>
diff --git a/templates/template.tex b/templates/template.tex
new file mode 100644 (file)
index 0000000..e69de29