simple-gh-pages-theme 0.1.4 → 0.1.6

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
  SHA256:
3
- metadata.gz: f5144f620dc2053c7cb8f8edeee17d6c2a5f2d85ac1105802515b6a5c5d8aea5
4
- data.tar.gz: 83bf55b657497ff342992c50c899deb474163cb748aada682c65b3c5de0af5b6
3
+ metadata.gz: 12967e97aa2aa5b43721966c8492eddc5af65fec011efe74e1a0663f3cf2eb6f
4
+ data.tar.gz: 8fe85c3a47977940b7de00ab1cdf03fd5f983428dd6c7da88b50193d472554e9
5
5
  SHA512:
6
- metadata.gz: c6c392ca3aa4cc855bd4c3e21b39b3ea1977492d54618c94e08b51055527941398721b6723d52c1ab16e17d31c4610dd0cc4626b554c0a31bb3900a21c1b1f59
7
- data.tar.gz: 5820facac70b0de40e32b5b4e9498ccf0fdb096e728813fc02e55f157695feec3ac8e52776409773707a3e3dcaecac9befc552d57573170942a469a900c3f462
6
+ metadata.gz: 98252b992b5a40be8cf747718f1aace6eed54528b2b55e3986786498d0cb77122308b72a461da9597d82a73ec131c0743053e557e90f2ecb0947cb8ce7a74d14
7
+ data.tar.gz: 93b60c44be6866381274cd377d4eb305ab4c2e0716765cd4a300cd07da52bc9991919f0f87ed5155c9a9776c7e4384774f79e8224df899d8f42ac5f729d9d1b3
data/_data/navigation.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  - name: Home
2
2
  link: /
3
3
  - name: Posts
4
- link: /posts/
4
+ link: /posts
5
5
  - name: About
6
- link: /about/
6
+ link: /about
@@ -7,12 +7,12 @@
7
7
  {% endfor %}
8
8
  <div class="social">
9
9
  {% assign socials = site.about.socials %}
10
- {% for items in socials %}
11
- {% for item in items %}
12
- <a target="_blank" href="{{items[item]}}">
13
- <i class="fa-brands fa-{{item}} text-muted" aria-hidden="true"></i>
14
- </a>
15
- {% endfor %}
10
+ {% for social in socials %}
11
+ {% assign social_type = social[0] %}
12
+ {% assign social_url = social[1] %}
13
+ <a target="_blank" href="{{social_url}}">
14
+ <i class="fa-brands fa-{{social_type}} text-muted" aria-hidden="true"></i>
15
+ </a>
16
16
  {% endfor %}
17
17
  <a href="mailto: {{site.about.email}}">
18
18
  <i class="fa fa-envelope text-muted" aria-hidden="true"></i>
data/_layouts/index.html CHANGED
@@ -11,7 +11,7 @@ title: home
11
11
  {% include post-list-item.html %}
12
12
  {% endfor %}
13
13
  <h2 style="font-family: 'Arvo'">
14
- <a href="{{site.baseurl}}/posts/">&#10095;&nbsp; All posts </a>
14
+ <a href="{{site.baseurl}}/posts">&#10095;&nbsp; All posts </a>
15
15
  </h2>
16
16
  </div>
17
17
 
data/_layouts/posts.html CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: default
3
- permalink: /posts/
3
+ permalink: /posts
4
4
  ---
5
5
 
6
6
  <div class="content">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-gh-pages-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - LiveNL
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-11 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-archives
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  requirements: []
105
- rubygems_version: 3.4.10
105
+ rubygems_version: 3.4.12
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: This gem provides a simple GitHub pages theme