This commit is contained in:
2019-01-25 00:12:05 +01:00
commit 57f30c4b5f
57 changed files with 491 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
./*.html
+82
View File
@@ -0,0 +1,82 @@
html, body {
font-family: "Helvetica Neue", "DejaVu Sans", "Noto Sans", Helvetica, Arial, sans-serif;
background: #404040;
color: white;
}
h1 {
text-align: center;
}
.MainGallery {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: center;
}
.BreadThumb {
margin: 10px;
cursor: pointer;
}
.BreadThumb img {
max-height: 300px;
box-shadow: 0 0 5px black;
border-radius: 5px;
}
.BreadThumb header {
padding-bottom: 5px;
font-weight: bold;
padding-left: 3px;
}
a {
text-decoration: none;
color: white;
}
.BreadDetail {
}
.BreadDetail .note {
display: block;
margin: 0 auto 10px;
max-width: 800px;
padding: 10px;
border-left: 6px solid #676767;
background: rgba(29, 29, 29, 0.25);
}
.BreadDetail .note a {
color: #9bd6fc;
text-decoration: underline;
}
.BreadDetail .note p:first-child {
margin-top: 0;
}
.BreadDetail .note p:last-child {
margin-bottom: 0;
}
.BreadDetail .images {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: center;
}
.BreadDetail .images img {
margin: 10px;
max-height: 500px;
box-shadow: 0 0 5px black;
border-radius: 5px;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

+4
View File
@@ -0,0 +1,4 @@
This was my first bread ever.
I didn't have a sourdough starter yet, so it used store-bought yeast.
It looked okay, tasted mediocre.
Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

+1
View File
@@ -0,0 +1 @@
My first sourdough bread. I added coriander seeds to it. Pretty good
Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

+1
View File
@@ -0,0 +1 @@
nice crust, but it had huge holes in it. idk why
Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

+1
View File
@@ -0,0 +1 @@
Tried cutting the dough blob before baking, like I saw in some tutorial. I think I overdid it a bit
Binary file not shown.

After

Width:  |  Height:  |  Size: 542 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

+1
View File
@@ -0,0 +1 @@
a bit flat, but tasty
Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

+1
View File
@@ -0,0 +1 @@
nice crust
Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

+1
View File
@@ -0,0 +1 @@
I made the dough too runnytoo much waterso it spilled over the whole baking form. That's why it's round. I dont remember what it tasted like, probably average
Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

+1
View File
@@ -0,0 +1 @@
this came out a bit more "rustic" than usual. the cracked crust looks nice, but it makes slicing difficult
Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

+1
View File
@@ -0,0 +1 @@
Experimenting with chia seeds. Tasted okay, but a lot of the seeds didn't stick to the bread. Maybe I should've put them in water for a bit first.. they get all slimy in water, might stick better
Binary file not shown.

After

Width:  |  Height:  |  Size: 434 KiB

+1
View File
@@ -0,0 +1 @@
cracked crust again
+2
View File
@@ -0,0 +1,2 @@
I didn't bake any bread for almost a month and the starter culture went bad. This bread didn't rise at all and was super sour.
I threw the whole thing out and refreshed the starter for about a week.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

+1
View File
@@ -0,0 +1 @@
First bread with the renewed starter culture. Didn't rise much, but tasted okay.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

+1
View File
@@ -0,0 +1 @@
that's more like it
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

+1
View File
@@ -0,0 +1 @@
trying a new recipe - I may have finally found the right ratio of rye vs wheat flour. It's quite simple - 1:1. Baked with 200g of each and one spoon of salt. Note the starter is rye only, so it counts into the rye amount.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

+13
View File
@@ -0,0 +1,13 @@
Trying to bake a baguette with a recipe I got from Dashie.
It tasted okay, but I'll stick with bread.
the weird shape is due to limited baking space - I baked it (like all the other breads) in a [Remoska](http://remoska.cz/).
here's the recipe:
- 340ml water ~25°C
- 2 tablespoon of oil (used sunflower one)
- 2 coffee spoons of salt
- 4 coffee spoon of sugar
- 560gr of T55 type flour
- 5g of *instant* yeast (bought in a bunch of small bags)
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

+1
View File
@@ -0,0 +1 @@
this one was very good
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

+2
View File
@@ -0,0 +1,2 @@
nice texture, not cracked at all. this is because I added some water into the baking form,
so it made steam. like you're supposed to.
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

+3
View File
@@ -0,0 +1,3 @@
made the dough too dry, so it couldn't rise properly. also didn't do the steam thing. all in all a disaster
but it tasted okay regardless
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

+4
View File
@@ -0,0 +1,4 @@
<section class="BreadThumb" onclick="location.href='{detail_url}'">
<header><a href="{detail_url}">{title}</a></header>
<img src="{img_src}" alt="{img_alt}">
</section>
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Breads</title>
<link rel="stylesheet" href="assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<h1>{title}</h1>
<section class="BreadDetail">
<div class="note">{note}</div>
<div class="images">
{images}
</div>
</section>
</body>
</html>
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Breads</title>
<link rel="stylesheet" href="assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<h1>Piggo's Bread Gallery</h1>
<div class="MainGallery">
{breads}
</div>
</body>
</html>