bulma-clean-theme 0.11 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/_layouts/recipe.html +22 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95ed253cc54e36ac65daa7cecc70ac7594331e878a9050190c75b8594c80f6bb
|
|
4
|
+
data.tar.gz: 157a9ef4e8655ba791c4c4504b1dfa632f7b872e3cd8c2490ba8b04570e77232
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a3180965f0b57727d3c565e956547e476f34d90c43707d39590b692bd0d1def7957b62448e62d0357f1bd0a6f4eae4ca4617144787b29c90f8e568e9a9b1844
|
|
7
|
+
data.tar.gz: 7f0026712e27cc083966a1dd8732a5f4b1638dea204bb976ce68dc438010e96a50f50a82eb9031aa91ccdcbdeaa335b5eaf92af6ea48cb525f6e34b5b38a1343
|
data/README.md
CHANGED
|
@@ -663,11 +663,11 @@ method:
|
|
|
663
663
|
- Add the minced beef to the pan, breaking it up with a wooden spoon and cook until browned off
|
|
664
664
|
- Add the chopped tomatoes, tomato puree, beef stock, worcestershire sauce and italian herbs and stir. Add a pinch of salt and pepper then stir through
|
|
665
665
|
- Bring to a gentle simmer and cook for 30 minutes
|
|
666
|
-
prep_time:
|
|
666
|
+
prep_time: PT0H10M
|
|
667
667
|
cook_time: PT1H
|
|
668
668
|
total_time: PT1H10M
|
|
669
669
|
keywords: recipe,cooking
|
|
670
|
-
|
|
670
|
+
recipe_yield: 4
|
|
671
671
|
recipe_category: Main course
|
|
672
672
|
recipe_cuisine: Italian
|
|
673
673
|
calories: 500 calories
|
data/_layouts/recipe.html
CHANGED
|
@@ -47,6 +47,21 @@ layout: default
|
|
|
47
47
|
</script>
|
|
48
48
|
|
|
49
49
|
<div class="columns is-multiline">
|
|
50
|
+
<div class="column is-4">
|
|
51
|
+
<div class="box has-text-centered">
|
|
52
|
+
<strong>Serves:</strong> {{ page.recipe_yield }}
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
<div class="column is-4">
|
|
56
|
+
<div class="box has-text-centered">
|
|
57
|
+
<strong>Prep time:</strong> {{ page.prep_time | date: "%k hours %M minutes" }}
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
<div class="column is-4">
|
|
61
|
+
<div class="box has-text-centered">
|
|
62
|
+
<strong>Cook time:</strong> {{ page.cook_time | date: "%k hours %M minutes" }}
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
50
65
|
<div class="column is-4">
|
|
51
66
|
<div class="box">
|
|
52
67
|
<p class="title is-4">Ingredients</p>
|
|
@@ -67,6 +82,13 @@ layout: default
|
|
|
67
82
|
<li>{{ step }}</li>
|
|
68
83
|
{% endfor %}
|
|
69
84
|
</ol>
|
|
85
|
+
<div class="tags">
|
|
86
|
+
{% assign tags = page.keywords | split: "," %}
|
|
87
|
+
{% for tag in tags %}
|
|
88
|
+
{% include tag.html tag=tag %}
|
|
89
|
+
{% endfor %}
|
|
90
|
+
</div>
|
|
91
|
+
|
|
70
92
|
<p>Published: {{ page.date | date: "%b %-d, %Y" }} by {{ page.author }}</p>
|
|
71
93
|
</div>
|
|
72
94
|
<div class="content">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bulma-clean-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.11.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- chrisrhymes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|