jekyll-dash 2.3.3 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86176fed5582883183f08987c21b4e59cda96587cb1b219d6049faefe783d56b
4
- data.tar.gz: 4e181fcc1be1fce2ef31f36d778c7d160c9e09901fae6ccf4d59effdb44117cc
3
+ metadata.gz: e8e2533df0910a3bb630ac389d4e3a6c10345c3b813a6a88bc0d852185268191
4
+ data.tar.gz: 66c944a0ac851f44ebe8012728af10002a66c513b7d3834d6a378a64cd576881
5
5
  SHA512:
6
- metadata.gz: 6122cc2193e2a6582c891e29777e30b5bbd89c41adc8db089f9707d8c6d43d98cdbcdc3a6799306d609fa2352f072836fbad0704ca3aec5ea36f459c3a417382
7
- data.tar.gz: 9fb1e8ddab0751f8d3585e58e758ca96d36fa0f54e0d973d24f2dda0f8e1e73aa8e8a1cf1266202a4cca24d5ca2cc5c247029c67ecf6ebeb53cd2d6189482854
6
+ metadata.gz: 5b5e3dda740333765690b50f6ef372af50390c737ba9a7fdb7be4867604bc46c587b7f89c1fe5d1cc31e8564bf8724efcbc2a6a373cf9e1a237373ee4fc0a608
7
+ data.tar.gz: ace805b9dbda6f4c7a251ccc21892ee2ab0cf6cc022a0f09d2b2da620a3ca9643cbffd827902e13ae4ba1daebbbb3d49f819b3637fa6dc383debaadd5ba40afa
data/README.md CHANGED
@@ -31,7 +31,7 @@ For **Jekyll 3**:
31
31
  gem 'jekyll-dash', '~> 1'
32
32
  ```
33
33
 
34
- > Keep in mind: Github pages generation only supports Jekyll 3.8 right now.
34
+ > Keep in mind: Github pages generation [only supports Jekyll 3.9.x right now](https://pages.github.com/versions/).
35
35
 
36
36
  For **Jekyll 4**:
37
37
  ```ruby
@@ -150,7 +150,7 @@ gem "liquid-md5"
150
150
 
151
151
  > I am using this theme but I don't see any tags?
152
152
 
153
- **Solution**: as described above you have to add the tagging plugin. Additionally, tags do not work natively by Github Pages. You have to build your site on an external CI and push the `_site` artifacts to a hosting repository.
153
+ **Solution**: as described above you have to add the tagging plugin. Additionally, tags do not work natively by Github Pages. [You have to build your site on an external CI](https://bitbra.in/2021/10/03/host-your-own-blog-for-free-with-custom-domain.html) and push the `_site` artifacts to a hosting repository.
154
154
 
155
155
  > I am getting an error that Bundler could not find compatible versions for gem
156
156
 
data/_layouts/post.html CHANGED
@@ -13,7 +13,12 @@ layout: default
13
13
  {% endfor %}
14
14
  </div>
15
15
  {% endif %}
16
- <div class="post-date">Published on {{ page.date | date_to_string }}</div>
16
+ <div class="post-date">
17
+ Published on {{ page.date | date_to_string }}
18
+ {% if page.author != null %}
19
+ by {{ page.author }}
20
+ {% endif %}
21
+ </div>
17
22
  {% if page.description != null %}
18
23
  <noscript>
19
24
  <div class="post-description">{{ page.description }}</div>
data/_sass/fa/brands.scss CHANGED
@@ -18,5 +18,5 @@
18
18
  }
19
19
 
20
20
  .fab {
21
- font-family: 'Font Awesome 5 Brands';
21
+ font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
22
22
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-dash
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.3
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Gonzalez Sanchez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-02 00:00:00.000000000 Z
11
+ date: 2023-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  - !ruby/object:Gem::Version
195
195
  version: '0'
196
196
  requirements: []
197
- rubygems_version: 3.1.2
197
+ rubygems_version: 3.3.5
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: A dark UI theme for Jekyll, inspired by Dash UI for Atom.