jekyll-theme-hyde-dark 0.0.2 → 0.0.3

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: 4e361f7794868aa2bb169a53cf649288b7135fb50bc631293a42038e54498230
4
- data.tar.gz: 4683da0e4c8c8b92c034f1c7067632034828d9db98f76d3af5272061fb6af921
3
+ metadata.gz: 88ba21f0e71e2320e52b7ee396e2ee1b9b1c5ab2412aed65765ee1c9079798e2
4
+ data.tar.gz: 0a1cebebda97a80446901fb3f8ac19e27067e4ab5e66c450eea072300b2e2d42
5
5
  SHA512:
6
- metadata.gz: 577e7d12b70ffaac9f6c4ce103381041e30a95c25474c7eec4b00c4150ded297c14a0ebfd6044aa29c5eb632db9f66259f552c2bb1914b9641e753fb5b807f04
7
- data.tar.gz: e21f25e4de7fe498fa01c29f7f6e013acb1e748a20dcfbed618405218198cf1803ad180298829b4398efe7f1c69faf97ba07d9d26e2b70a364c9b869a163198a
6
+ metadata.gz: 27a8a6df70588d2ea538d7b6150d48fb32b63e0685006055d49f75dde31cb08523c09b17c58995de67349d949f69dd07b56bdef171a2799f360c9f127b43e50e
7
+ data.tar.gz: 75d737a5d14f9507ed53d23c28b3545b1612e88ed69c2cd24af9585299821aa71ba9c18a64e9ae5ae96e390b9939e23bc23ef027fb128425a1c3fdfb95cd621a
data/_includes/head.html CHANGED
@@ -15,9 +15,9 @@
15
15
  </title>
16
16
 
17
17
  <!-- CSS -->
18
- <link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css" />
19
- <link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css" />
20
- <link rel="stylesheet" href="{{ site.baseurl }}public/css/hyde.css" />
18
+ <link rel="stylesheet" href="{{ site.baseurl }}assets/css/poole.css" />
19
+ <link rel="stylesheet" href="{{ site.baseurl }}assets/css/syntax.css" />
20
+ <link rel="stylesheet" href="{{ site.baseurl }}assets/css/hyde.css" />
21
21
  <link
22
22
  rel="stylesheet"
23
23
  href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface|Fira+Mono:wght@400;700"
@@ -1,4 +1,4 @@
1
- <strong id="nav-handler">
1
+ <strong id="nav-handler" style="cursor: pointer;">
2
2
  MENU
3
3
  </strong>
4
4
 
@@ -31,18 +31,7 @@
31
31
  >
32
32
  {% endif %} {% endif %} {% endfor %}
33
33
 
34
- <a
35
- class="sidebar-nav-item"
36
- href="{{ site.github.repo }}/archive/v{{ site.version }}.zip"
37
- >Download</a
38
- >
39
- <a class="sidebar-nav-item" href="{{ site.github.repo }}"
40
- >GitHub project</a
41
- >
42
- <span class="sidebar-nav-item"
43
- >Currently not supporting anything. So, keep mum</span
44
- >
45
- </nav>
34
+
46
35
 
47
36
  <p>&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p>
48
37
  </div>
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hyde-dark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abdus
@@ -66,11 +66,11 @@ files:
66
66
  - _layouts/default.html
67
67
  - _layouts/page.html
68
68
  - _layouts/post.html
69
- - public/apple-touch-icon-144-precomposed.png
70
- - public/css/hyde.css
71
- - public/css/poole.css
72
- - public/css/syntax.css
73
- - public/favicon.ico
69
+ - assets/apple-touch-icon-144-precomposed.png
70
+ - assets/css/hyde.css
71
+ - assets/css/poole.css
72
+ - assets/css/syntax.css
73
+ - assets/favicon.ico
74
74
  homepage: https://github.com/thisisabdus/hyde-dark
75
75
  licenses:
76
76
  - MIT