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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34e681eaa3481ae8f89e8ae1cae02c124b6ab6210c58bf23025253670605db22
4
- data.tar.gz: 5343e2b1276b294ce86374513a7f7c4378e3e8cb4f3a01e5f7509d38bc6eff50
3
+ metadata.gz: 49490ff411c62b64ae4b4a828222e961cfe66cbb1f22e93a91d624e5cb85abbc
4
+ data.tar.gz: 07c8604d8e7e5d922259ad42bf2af37142a5d21d948ab2f9c141d934972e404d
5
5
  SHA512:
6
- metadata.gz: 9a30db51617639a5762254958546534fde63a0c7248e37900f7cc25c329ca06eba40459682bdf40db00a9a1fc1618b9746e9ef82854e741bf72c13abd7cfafbb
7
- data.tar.gz: b082a2ec877c161846dba820c279d45cb89cac9755750ab531accfa8d6521fc7654fa044a1e0cdaac5f3496e949ed10a6d3c57fa9949aae565cff8be79061e5f
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.netlify.app) to check the end result.
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="{{ '/assets/favicon.ico' | relative_url }}" />
8
- <link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' | relative_url }}">
9
- <link rel="icon" type="image/png" sizes="32x32" href="{{ '/assets/favicon-32x32.png' | relative_url }}">
10
- <link rel="icon" type="image/png" sizes="16x16" href="{{ '/assets/favicon-16x16.png' | relative_url }}">
11
- <link rel="manifest" href="{{ '/assets/site.webmanifest' | relative_url }}">
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="{{ '/assets/css/normalize.min.css' | relative_url }}" />
14
- <link rel="stylesheet" href="{{ '/assets/css/open-color.min.css' | relative_url }}" />
15
- <link rel="stylesheet" href="{{ '/assets/css/styles.min.css' | relative_url }}" />
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="{{ '/assets/js/typed.min.js' | relative_url }}"></script>
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 | relative_url }}" {{ target }}>{{ cv }}</a></span></p>
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.3.0
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-21 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll