jekyll-theme-hydeout 3.1.1 → 3.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/search.html +11 -0
  3. data/tags.html +6 -0
  4. metadata +3 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bca141382b8f365dd96fb11470cf1bd3010ddab7
4
- data.tar.gz: 3c67ebf0c9eb35f3ff4a1d2a7ecf12c044a61e05
3
+ metadata.gz: aa5fa32a94b886339ab2e12f697c9176a14d64cd
4
+ data.tar.gz: 7e9471e18ad060e00807c012e417dd7c6a7983ef
5
5
  SHA512:
6
- metadata.gz: 7d29ec7b1f3309d5e300bc05b35ee274a8cc3f4a69f95067e9b3141965f5c0ef10c89f2d1d5260f4bf3da28b53c7b04bdfd682710b238000711ea37a240bf422
7
- data.tar.gz: 13101bf0f98d1d8180b63e52c892cf19f5f47334e8c3aa0a48005794ed127645ea65588ad4f4c97d85cbc070b0d38539469258cc8be898c83ae086d2f9fd0db8
6
+ metadata.gz: bc7210b14686ca62fa707cd061899cbfde6eb26d1ac3afcb5a52e7cc0126ffa9a67976328ce4aeccb1b3c08b0ef6856ae4c7f3a25801b96c877ad974079021b8
7
+ data.tar.gz: 598b21f4b8a954a622fd04fca27a214efd4cb0b21acb369104af012639e94b077fcd3188bd0c1ff709f44c4a24764bed6ff5685bf28e2d7e1891ac6e1bec6ac5
@@ -0,0 +1,11 @@
1
+ ---
2
+ layout: default
3
+ title: Search
4
+ ---
5
+
6
+ <header>
7
+ <h1 class="page-title"><label for="search-bar">Search</label></h1>
8
+ </header>
9
+ <div class="content">
10
+ {% include search-form.html %}
11
+ </div>
@@ -0,0 +1,6 @@
1
+ ---
2
+ layout: page
3
+ title: Tags
4
+ ---
5
+
6
+ {% include tags-list.html %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hydeout
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Fong
@@ -132,6 +132,8 @@ files:
132
132
  - _sass/hydeout/_type.scss
133
133
  - _sass/hydeout/_variables.scss
134
134
  - assets/css/main.scss
135
+ - search.html
136
+ - tags.html
135
137
  homepage: https://github.com/fongandrew/hydeout
136
138
  licenses:
137
139
  - MIT