added Ja! Pesto Rosso, fixed minor bugs

master
Anton Lydike 2 years ago
parent c64852a0a7
commit f75c67b865

@ -206,7 +206,7 @@ Each pesto is compared in these categories:
*images:* DSC_1224.jpg, DSC_1225.jpg *images:* DSC_1224.jpg, DSC_1225.jpg
### Ja "Pesto Verde" ### Ja! "Pesto Verde"
*Date:* 2022-08-14 *Date:* 2022-08-14
*Eaten with:* Girandole *Eaten with:* Girandole
@ -230,6 +230,30 @@ Each pesto is compared in these categories:
*images:* DSC_1223.jpg *images:* DSC_1223.jpg
### Ja! "Pesto Rosso"
*Date:* 2022-08-15
*Eaten with:* Girandole
*ingredients:* dried tomatoes (39%), sunflower oil, tomato pulp (7%), basil (7%), olive oil (2.5%), sugar, salt, pine nuts (1.5%), garlic, wine acid, ascorbic acid, lactic acid.
| Category | Rating / Value |
|-------------|----------------|
| taste | 4/5 |
| consistency | 4/5 |
| ingredients | 4/5 |
| price | 1.19€ |
| size | 190g |
*notes:* This pesto is very simple, but not in a bad way, it's actually quite tasty!. You can definitely taste that there's a lot of dried tomatoes in it. I'm not a huge fan of the acidity though, which definitely detracts from the whole experience. The pesto is quite oily, but nothing to be afraid of. It still forms a nice emulsion if you want it to. This pesto good to okay, I'll rate it on the higher end of that because of the price.
**Final verdict:** ★★★★☆
*images:* DSC_1226.jpg
### Template Make "Name" (Variant) ### Template Make "Name" (Variant)
*Date:* date *Date:* date

@ -206,7 +206,7 @@ class MarkdownBlogParser:
def parse(self): def parse(self):
line, span = self.read_until('\n', inclusive=True) line, span = self.read_until('\n', inclusive=True)
result = re.fullmatch(r'### ([\w\s&-/]+)\s+("[^"]+")[ \t]*(\([^)]+\))?\n', line) result = re.fullmatch(r'### ([\w\s&-/!]+)\s+("[^"]+")[ \t]*(\([^)]+\))?\n', line)
if not result: if not result:
raise ParseError("Expected review heading of form '### Company \"pesto name\" (variant)\n'", span.transform(end=-1)) raise ParseError("Expected review heading of form '### Company \"pesto name\" (variant)\n'", span.transform(end=-1))
# now we get the first bit of info! # now we get the first bit of info!

@ -4,7 +4,7 @@
set -eu set -eu
for file in web/img/*; do for file in web/new_img/*; do
exiftool -All:All= \ exiftool -All:All= \
-TagsFromFile $file \ -TagsFromFile $file \
-DateTimeOriginal \ -DateTimeOriginal \

Loading…
Cancel
Save