jekyll-theme-kado 0.1.0 → 0.1.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: 58d9b5f48e9d9d5edfea8f62cd590b8b0f20f7258c3ac4f1f0e043fc315b2f6c
4
- data.tar.gz: 82cc21513da0e3c590c13972ea24ebea1e29c3b6db95e87fe76a444129f7e663
3
+ metadata.gz: 73b115089543c8bc5ad186d16651197b8001e9f0f0aa9e6ee40be4cd131a2b50
4
+ data.tar.gz: a97b0ffa7683344cd80365560fc400ac6e8c7804dce4c77515953f26b37d4385
5
5
  SHA512:
6
- metadata.gz: d877e18621fc7983801d47ddc82d38a23f3dfb9b1b2fad5a07bc7fd31985222f834ff4dc4a9de8267c47b16f69428df035b0407f60aa1a58ddc5bb2b705923d3
7
- data.tar.gz: 4a783504a227ad4f58f71cbc230b46d968cc1f4aa39c6d997cbd1af98ef3674e2d80058594fdde30f067df5fbbbce429fd3ebf1d9f10b64813f18b677612f4f3
6
+ metadata.gz: 1706c305a89f31358bd41b54f1013061e55cf9c7b3b8890cfdd637aa0654c0319373619a8dc189173cdddd8c738a3fb255b423cb15d8927ca8869620a736b43d
7
+ data.tar.gz: c0f463770552fde27920ae5795acc06b7c7daf3df4d303897a7229ff40a3c90b353396de78a0702dc3c0fcbccebc0775557882e8c76e8446037a9a9dd0c9b52a
data/_includes/head.html CHANGED
@@ -4,6 +4,6 @@
4
4
  <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
5
5
  <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
6
6
  <script src="{{ "/assets/js/theme-toggle.js" | relative_url }}" defer></script>
7
- <script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.9/lunr.min.js" integrity="sha512-4xUl/d6D6THrAnXAwGajXkoWaeMNwEKK4iNfq5DotEbLPAfk6FSxSP3ydNxqDgCw1c/0Z1Jg6L8h2j+++9BZmg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
7
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.9/lunr.min.js" defer></script>
8
8
  <script src="{{ "/assets/js/search.js" | relative_url }}" defer></script>
9
- </head>
9
+ </head>
@@ -5,8 +5,6 @@
5
5
  <ul>
6
6
  <li><a href="{{ "/" | relative_url }}">Home</a></li>
7
7
  <li><a href="{{ "/about/" | relative_url }}">About</a></li>
8
- <li><a href="{{ "/contact/" | relative_url }}">Contact</a></li>
9
- <li><a href="{{ "/resume/" | relative_url }}">Resume</a></li>
10
8
  </ul>
11
9
  </nav>
12
10
  <button id="theme-toggle">Toggle Theme</button>
data/assets/js/search.js CHANGED
@@ -2,7 +2,7 @@ let searchIndex;
2
2
  let searchResults = document.getElementById('search-results');
3
3
  let searchInput = document.getElementById('search-input');
4
4
 
5
- fetch('/search.json')
5
+ fetch(document.location.origin + document.location.pathname + 'search.json')
6
6
  .then(response => response.json())
7
7
  .then(data => {
8
8
  searchIndex = lunr(function () {
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-kado
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name
7
+ - Janpreet Singh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: jekyll-sitemap
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: '1.4'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: '1.4'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '0.59'
83
83
  description:
84
84
  email:
85
- - your.email@example.com
85
+ - kado@janpreet.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
@@ -102,7 +102,13 @@ files:
102
102
  homepage: https://github.com/janpreet/jekyll-theme-kado
103
103
  licenses:
104
104
  - MIT
105
- metadata: {}
105
+ metadata:
106
+ plugin_type: theme
107
+ allowed_push_host: https://rubygems.org
108
+ github_repo: https://github.com/janpreet/jekyll-theme-kado
109
+ documentation_uri: https://janpreet.github.io/jekyll-theme-kado
110
+ bug_tracker_uri: https://github.com/janpreet/jekyll-theme-kado/issues
111
+ tags: jekyll-theme kado light-dark-mode responsive search
106
112
  post_install_message:
107
113
  rdoc_options: []
108
114
  require_paths:
@@ -121,5 +127,5 @@ requirements: []
121
127
  rubygems_version: 3.1.6
122
128
  signing_key:
123
129
  specification_version: 4
124
- summary: Kado - A customizable Jekyll theme with light and dark modes
130
+ summary: A customizable Jekyll theme with light and dark modes inspired by Kado colors.
125
131
  test_files: []