hacked-jekyll 1.3.0 → 1.4.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/README.md +1 -1
- data/_includes/head.html +9 -9
- data/_layouts/home.html +1 -1
- 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: 49490ff411c62b64ae4b4a828222e961cfe66cbb1f22e93a91d624e5cb85abbc
|
|
4
|
+
data.tar.gz: 07c8604d8e7e5d922259ad42bf2af37142a5d21d948ab2f9c141d934972e404d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f3bf14266caa105e1f9a4ab5954357bcd9f4cdbcd43e475f19002082ac644aeef6a695f0146e1d9dbb41f8700d21a37acd42e94129fc85ef75f4e7890b18061
|
|
7
|
+
data.tar.gz: ad252673933e4bf9d9caa0894e22cca702828528fa6caeeacf83d569235ca006eb5341188cdda162551b7cd5a738b0885c8faef0ec84646a301a67065e949f4f
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Hacked Jekyll is a responsive, minimalistic Jekyll theme for a tiny (163kb!) per
|
|
|
4
4
|
|
|
5
5
|
The style is rebooted through [normalize.css](https://necolas.github.io/normalize.css/) and based on the [Open Color](https://yeun.github.io/open-color/) library. The monospaced typeface [Hack](https://sourcefoundry.org/hack/) is served together with the website. The favicons are generated by [favicon.io](https://favicon.io/).
|
|
6
6
|
|
|
7
|
-
See the [demo](https://hacked-jekyll
|
|
7
|
+
See the [demo](https://piazzai.github.io/hacked-jekyll) to check the end result.
|
|
8
8
|
|
|
9
9
|

|
|
10
10
|
|
data/_includes/head.html
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
{% seo %}
|
|
6
6
|
|
|
7
|
-
<link rel="icon" type="image/x-icon" href="
|
|
8
|
-
<link rel="apple-touch-icon" sizes="180x180" href="
|
|
9
|
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
|
10
|
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
|
11
|
-
<link rel="manifest" href="
|
|
7
|
+
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
|
8
|
+
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png">
|
|
9
|
+
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png">
|
|
10
|
+
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png">
|
|
11
|
+
<link rel="manifest" href="assets/site.webmanifest">
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="
|
|
14
|
-
<link rel="stylesheet" href="
|
|
15
|
-
<link rel="stylesheet" href="
|
|
13
|
+
<link rel="stylesheet" href="assets/css/normalize.min.css" />
|
|
14
|
+
<link rel="stylesheet" href="assets/css/open-color.min.css" />
|
|
15
|
+
<link rel="stylesheet" href="assets/css/styles.min.css" />
|
|
16
16
|
|
|
17
|
-
<script src="
|
|
17
|
+
<script src="assets/js/typed.min.js"></script>
|
|
18
18
|
</head>
|
data/_layouts/home.html
CHANGED
|
@@ -32,7 +32,7 @@ layout: default
|
|
|
32
32
|
<div class="block">
|
|
33
33
|
{% if site.json.cv %}
|
|
34
34
|
{% assign cv = site.json.cv | split: "/" | slice: -1 %}
|
|
35
|
-
<p><span class="key">cv</span><span class="attr"><a href="{{ site.json.cv
|
|
35
|
+
<p><span class="key">cv</span><span class="attr"><a href="{{ site.json.cv }}" {{ target }}>{{ cv }}</a></span></p>
|
|
36
36
|
{% endif %}
|
|
37
37
|
</div>
|
|
38
38
|
<div class="block">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hacked-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- piazzai
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|