harms-columns-front-page 3.2.1 → 3.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8346a81500c44771cd973f530507dbb6774d16b4
4
- data.tar.gz: e7ce4fb715b6e4d3190044fd29d2fc9939bba021
3
+ metadata.gz: 7e72fb7c2597560f9d0147c4aa77f4a57f3a5619
4
+ data.tar.gz: 30645340c35adcff3c277482caf5328d889728d7
5
5
  SHA512:
6
- metadata.gz: b137a740bd24bbc4db3f60f82c6ac164d6b8f44dfc8a7fb8b5aaebd698df0c7e372d7bec3ea33dbab9f9c3ef31578ea0e76e603f26c9ea7459f61c6219c821ed
7
- data.tar.gz: 3565eb2f5170530da9984e0b4e23f70f3eb6e5aeac75f0ecb63118fffd7b35fe4c12cc638c4671546ce9ae271cfd09db208521f12027611fa64af092c95df56e
6
+ metadata.gz: 45f10523551f1c6fe5c57c63feb56ee6c05642047ce6be89bbb7e908e06b9319e565b65fc93444477ef0b294d7ab88c0bebb2498d3cbaca01dada3944782bedc
7
+ data.tar.gz: a7f30e04ac3ba5791c623385d56f88eaa5fadcad0655da75394335107f09b3b0f5300af1ace17d9e2799c5aff3c08a80fef0bee93643bb97b87e2f1fabf4a609
data/README.md CHANGED
@@ -102,10 +102,10 @@ gem "harms-columns-front-page"
102
102
  theme: harms-columns-front-page
103
103
  ```
104
104
 
105
- **Step 4 (OPTIONAL):** Then find the section that starts with `gems:` and add the following entries to the list:
105
+ **Step 4 (OPTIONAL):** Then find the section that starts with `plugins:` (if you're using an older version of jekyll it might be called `gems:`) and add the following entries to the list:
106
106
 
107
107
  ```yaml
108
- gems:
108
+ plugins:
109
109
  - jekyll-autoprefixer
110
110
  - jekyll-minifier
111
111
  ```
@@ -362,6 +362,16 @@ favicon: path/to/your/favicon/here.png
362
362
 
363
363
  <br>
364
364
 
365
+ #### _Custom Head HTML_
366
+
367
+ Here you can specify custom html code that goes into the head-section of your website such as meta data, custom favicons or a manifest file.
368
+
369
+ ```yaml
370
+ custom-head-html: <meta name="author" content="Michael Harms">
371
+ ```
372
+
373
+ <br>
374
+
365
375
  #### _Subtitle_
366
376
 
367
377
  The subtitle will appear in your header under the site title.
@@ -30,7 +30,7 @@
30
30
  {% endif %}
31
31
  {% endfor %}
32
32
 
33
- Webdesign by <a href="https://www.harms.design" target="_blank">Michael Harms</a></p>
33
+ Webdesign by <a href="https://github.com/michael-harms" target="_blank">Michael Harms</a></p>
34
34
 
35
35
  </footer>
36
36
 
@@ -31,6 +31,11 @@
31
31
  <!-- The site's favicon -->
32
32
  <link rel="icon" type="image/png" href="{{ site.favicon }}" sizes="32x32">
33
33
 
34
+ <!-- Place for custom html header code such as meta data, custom favicons or a manifest file -->
35
+ {% if site.custom-head-html %}
36
+ {{ site.custom-head-html }}
37
+ {% endif %}
38
+
34
39
  <!-- CSS that overrides the defaults, when the theme user selected custom colors in the site's global configuration -->
35
40
  {% include custom-styles.html %}
36
41
 
data/_sass/_base.sass CHANGED
@@ -120,7 +120,7 @@ html
120
120
  margin-bottom: 0
121
121
  // @media screen and ($mobile)
122
122
  // margin-bottom: $site-margin/2
123
- flex-basis: 0
123
+ flex-basis: 100%
124
124
  flex-grow: 1
125
125
  &:last-of-type
126
126
  margin-right: 0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harms-columns-front-page
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Harms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-12 00:00:00.000000000 Z
11
+ date: 2018-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll