jekyll-theme-low 1.0.3 → 1.0.4

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: 9380d91fb7ab73a1cbafd172529cc755467de2423245800ed0b82601e8350301
4
- data.tar.gz: 10b76436f7de8c431d1f8e6d3d14a6545677958f24e46754f09c25489ffc7e12
3
+ metadata.gz: 2f3badb7b4123dadc553ea68ba56c41fa320596456db6ee931c163b8fd1327b9
4
+ data.tar.gz: 173be014d10bb4b5ca7ee17e228cf76ffc8919567c6896c656cf27fe3374b340
5
5
  SHA512:
6
- metadata.gz: 56f1799c6e27b45a31043b487f81e5f15b5bf4867f0d8b743cf02a8e710f8faa8630948ce130e78c87bf4c4d56fd65a74f8a16865593b147b71f79104251e1d7
7
- data.tar.gz: 687896ea16ec4f1a3f10cbca2243395a7da3ee971df154f60dd86934b1e54eed802ae7465f8f0b46b10c42b11e235b6bc6e2ad5c931cd3cefba0da3daddd25f3
6
+ metadata.gz: c0c0e4a62d7baa572761bf10fd09032eab4fed605e2cc2c5085df9b96a10d4ad3453e4573a92f59ef63939a7076a151ab401a763fadd551f9fc155bf76fa9c27
7
+ data.tar.gz: 204a7ae2f417736c8ed28ace45a0fd7fddc57a25776b1cec75a4e6f887ffa8d905cdead5468432cecfe4eb88b76a6196b6f004351b82122f47586851a29031f4
data/_includes/head.html CHANGED
@@ -1,7 +1,6 @@
1
1
  <meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=12.0, minimum-scale=1.0, user-scalable=yes">
3
3
  <title>{% if page.title %}{{ page.title }} · {% endif %}{{ site.title }}</title>
4
- <meta name="description" content="{{ page.description | default: site.description }}">
5
4
 
6
5
  <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
7
6
 
@@ -10,6 +9,5 @@
10
9
  {% endif %}
11
10
 
12
11
  <link rel="alternate" type="application/rss+xml" title="{{ site.title }} RSS" href="{{ site.feed.path | default: '/rss.xml' | relative_url }}">
13
- <link rel="canonical" href="{{ page.url | absolute_url }}">
14
12
 
15
13
  {% seo %}
data/_layouts/home.html CHANGED
@@ -1,17 +1,22 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
- <div class="heading">{{ site.title }}</div>
4
+
5
+ <h1 class="heading">{{ site.title }}</h1>
5
6
  <hr>
6
- <p>This is my personal site where I document code experiments and random ideas that pop into my head during downtime.</p>
7
7
 
8
- <div class="heading">Articles</div>
8
+ <p>
9
+ This is my personal site where I document code experiments and random ideas
10
+ that pop into my head during downtime.
11
+ </p>
12
+
13
+ <h2 class="heading">Articles</h2>
9
14
  <hr>
10
15
  {% include post-list.html %}
11
16
 
12
- <div class="heading">Projects</div>
17
+ <h2 class="heading">Projects</h2>
13
18
  <hr>
14
- Ongoing...: <a href="{{ '/projects/' | relative_url }}">Projects</a><br>
19
+ Ongoing <a href="{{ '/projects/' | relative_url }}">Projects</a>
15
20
 
16
21
  <hr>
17
- <center ><span class=".sun">*</span></center>
22
+ <center><span class="sun">*</span></center>
data/lib/low/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Low
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-low
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Levent Kaya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-19 00:00:00.000000000 Z
11
+ date: 2025-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll