bulma-clean-theme 0.11 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/_layouts/recipe.html +22 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5052844214109f6cf84c0941968992b3fa9fccdbb53aec24f9bda71bf449815e
4
- data.tar.gz: bbae03beff51176c16f82d187b245279f10261a1bde06e38ca4871fdb0a3d2bc
3
+ metadata.gz: 95ed253cc54e36ac65daa7cecc70ac7594331e878a9050190c75b8594c80f6bb
4
+ data.tar.gz: 157a9ef4e8655ba791c4c4504b1dfa632f7b872e3cd8c2490ba8b04570e77232
5
5
  SHA512:
6
- metadata.gz: 2a54dfdd5199216700c56fdaddbeda5b129766c0972aac0943ea85130c1ce1a8689144ed7042aae9ef1927d7cb1e168cc40b119d8eb61ffa3f44ccf6e02efa9b
7
- data.tar.gz: f9a7655efe475afd853ae1c49509eda61c375f53255e576f287f94f32ac788475ca8cf22aaf60a1d0affec254ebe67ecdf5c616e6a8cca9a6f62beb025a40aab
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: PT10M
666
+ prep_time: PT0H10M
667
667
  cook_time: PT1H
668
668
  total_time: PT1H10M
669
669
  keywords: recipe,cooking
670
- recipie_yield: 4
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: '0.11'
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-13 00:00:00.000000000 Z
11
+ date: 2021-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll