summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2024-09-24 09:45:59 +0200
committerlsof <lsof@mailbox.org>2024-09-24 09:45:59 +0200
commit3cd7c6aa746e17548190d98e5beecf10d970d0c7 (patch)
tree4e2a9f918674f63984e5635ce35ff2231e427c2e
parentdd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab (diff)
food blog ?
-rw-r--r--content/w/my-oatmeal.md47
-rw-r--r--static/asset/nvim.pngbin12359 -> 0 bytes
-rw-r--r--static/asset/oat1.jpgbin0 -> 121232 bytes
-rw-r--r--static/asset/oat2.jpgbin0 -> 193019 bytes
-rw-r--r--static/style.css10
-rw-r--r--templates/index.html1
6 files changed, 57 insertions, 1 deletions
diff --git a/content/w/my-oatmeal.md b/content/w/my-oatmeal.md
new file mode 100644
index 0000000..0418d59
--- /dev/null
+++ b/content/w/my-oatmeal.md
@@ -0,0 +1,47 @@
++++
+title = "Breakfast Oatmeal"
+date = 2024-09-24
+[taxonomies]
+tags = ["food"]
++++
+
+I've developed quite a liking for oatmeal over the past couple of months. Note
+I'm from a country where it is not a common food whatsoever and I never knew of
+it growing up. It's become my breakfast of choice most days, and I have many
+variations of it which I wanted to document here:
+
+# Sweet Variations
+
+Sweet is how I like to have it most of the time, with some sweetener and maybe
+flavorings and topped with fruit, nuts, and often nut butter. My go to lately
+is with vanilla-flavored soy protein powder, a sliced banana, peanut butter,
+nuts, dark chocolate. Raisins mixed in and cinnamon are common additions too.
+I cook it on the stove-top at a low simmer for 10 or 15 minutes so it softens
+and absorbs a lot of water. As for measurements, I do ½ cup of rolled oats
+(though lately I've been doing ¼ cup oats + ~10g oat bran) and ½ tsp chia
+seeds, cooked in initially 1 cup of liquid (water, plant milk, or a
+combination) with a pinch of salt, usually adding more plant milk as it
+thickens (I like it on the looser end). I mix in the protein powder at the end
+of cooking if I'm adding it or I'll add some sweetener to taste (maple
+syrup/honey/stevia/a combination). I go for old fashioned rolled oats as
+opposed to the quick cooking kind for texture.
+
+![picture of oatmeal](/asset/oat1.jpg "with banana, nuts, pb, dark chocolate")
+
+# Savory Variations
+
+Some days I crave something savory in the morning instead, though it's also a
+quick & comforting option for dinner. Apparently people in the English-speaking
+internet find savory oats weird, but I never grew up with oatmeal of any sort
+so I don't have that strong association with sweet oats that seems common. To
+me it's just another cereal grain like rice so it makes sense for savory
+applications too. Anyway for savory versions I like creamy and soft oats,
+similar to congee/rice porridge. Seasoned with salt and some combination of
+boullion powder, oyster sauce, soy sauce, miso paste... Simple spices like
+black pepper, maybe turmeric, cumin, smoked paprika.. I love adding spinach and
+mushrooms, and I often make an aromatic base with sauteed onions and/or garlic
+before adding the rest of the ingredients. Sesame seeds, runny egg, sriracha,
+nattō, are some great toppings in my rotation. My preference with savory oats
+is to use the quick cooking kind.
+
+![picture of oatmeal](/asset/oat2.jpg "with mushroom, greens, natto, egg, furikake")
diff --git a/static/asset/nvim.png b/static/asset/nvim.png
deleted file mode 100644
index 1559e3c..0000000
--- a/static/asset/nvim.png
+++ /dev/null
Binary files differ
diff --git a/static/asset/oat1.jpg b/static/asset/oat1.jpg
new file mode 100644
index 0000000..1979ff2
--- /dev/null
+++ b/static/asset/oat1.jpg
Binary files differ
diff --git a/static/asset/oat2.jpg b/static/asset/oat2.jpg
new file mode 100644
index 0000000..c80ae36
--- /dev/null
+++ b/static/asset/oat2.jpg
Binary files differ
diff --git a/static/style.css b/static/style.css
index 247a339..967c9be 100644
--- a/static/style.css
+++ b/static/style.css
@@ -115,3 +115,13 @@ table {
background: var(--code-bg);
font-size: 15px;
}
+
+p > img {
+ width: 90%;
+ display: block;
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+ box-shadow: -5px -5px 8px 3px lightgray;
+ border-radius: 12px;
+}
diff --git a/templates/index.html b/templates/index.html
index 1bc446a..afa923e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -38,7 +38,6 @@ I like tool-assisted speedruns, cats, compilers, bugs, ...
<hr>
<img src="/asset/pommy.png">
-<img src="/asset/nvim.png">
<img src="/asset/lynx.png">
<img src="/asset/linux.png">