hacked-jekyll 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- 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: e375f1b28fe1eb073433bb03923e55eb669cd66195697ef2796e656f9415b731
|
4
|
+
data.tar.gz: 746b02eb3e4c69f9dd18f6c3be0d84e57108f36dc42b9164e014a5d232d4230e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e05223f4b14877872f9974c22ceae6099d29231ce1468a979b6a70a393121430f465c3e3ac8ce9336d68e7b2e60cadf2c8e734104260524c7f65c3965a1faf04
|
7
|
+
data.tar.gz: 4e33e810b7f9b6de2e6791fa0fbbee4ffe171a8260f725d2661e4e60d6e89ee9ffc528710cfc9b4d4482d36b948865c8177243b030a78d7b5226955569ad3426
|
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
|
![](https://github.com/piazzai/hacked-jekyll/blob/master/screenshot.png)
|
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.0
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|