awesome-jekyll-theme 1.0.0 → 1.0.1
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 +4 -4
- data/_layouts/home.html +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a4486fd098b57189ea1c4ddca3a08e07a51b86e505a54d83b73a168a1bfa2e8
|
|
4
|
+
data.tar.gz: b7407db3a90082e8863cb54d27ca0de17a5dc9c89d5ba1cc70d2de75a130f35b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6278cdc17c88042759c54760085f83b7e56d303a511b8068f35c54b44277ba8332556149baf7df5cb8c1dff44e0114560ac20fb942084cda400f6064ecef1b34
|
|
7
|
+
data.tar.gz: 52b6593ef4defe322b1be337c3f091518d05203b71326293c4a4c9866d1fa78157bff8cdd311c26ca056fc9368265600092b2f2d837a3c4f21230da0f43fd751
|
data/_layouts/home.html
CHANGED
|
@@ -30,7 +30,7 @@ layout: default
|
|
|
30
30
|
id="blog"
|
|
31
31
|
class="container mx-auto flex flex-col items-center justify-center min-h-screen"
|
|
32
32
|
>
|
|
33
|
-
<div class="py-16">
|
|
33
|
+
<div class="py-16 w-full">
|
|
34
34
|
<h2 class="text-3xl font-bold text-center md:text-left">
|
|
35
35
|
{{ site.data[site.active_lang].strings.home.blog_title | default:
|
|
36
36
|
site.data['en'].strings.home.blog_title}}
|
|
@@ -61,7 +61,7 @@ layout: default
|
|
|
61
61
|
id="projects"
|
|
62
62
|
class="container mx-auto flex flex-col items-center justify-center min-h-screen"
|
|
63
63
|
>
|
|
64
|
-
<div class="py-16">
|
|
64
|
+
<div class="py-16 w-full">
|
|
65
65
|
<h2 class="text-3xl font-bold text-center md:text-left">
|
|
66
66
|
{{ site.data[site.active_lang].strings.home.projects_title | default:
|
|
67
67
|
site.data['en'].strings.home.projects_title}}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: awesome-jekyll-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- a-chacon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|