neo-hpstr-jekyll-theme 1.0.0 → 1.0.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 +4 -4
- data/README.md +3 -2
- data/_includes/header.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '080709ea66a14c8e5459d54516cc2ad5d84c0d74'
|
|
4
|
+
data.tar.gz: 295f3445cef3f5121cc50c814fbedc32d4dfb41d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63239f73b0cae58a7e88271304ec43e8716bbd64cd992fcc29f61dad832f7b53f8d2713c7dbdec29f51960d2dede5d18d1aab1f2199d004a2ad8579b3fc465df
|
|
7
|
+
data.tar.gz: 5072093c1f5a2ab966bd7a5d9dc2c67458be7d4477361cb588082367acff81407941c6d5e173a5b0696dc5058f64fcc7824c4aeb6f9af0fd11cbb1eaeb308321
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# [Neo-HPSTR Jekyll Theme](http://aronbordin.com/neo-hpstr-jekyll-theme)
|
|
2
|
+
[](https://badge.fury.io/rb/neo-hpstr-jekyll-theme)
|
|
2
3
|
|
|
3
4
|
Neo-HPSTR Jekyll is a responsive and modern blog template.
|
|
4
5
|
|
|
@@ -41,7 +42,7 @@ If you already have a jekyll project, jump to the instructions bellow. Otherwise
|
|
|
41
42
|
|
|
42
43
|
Inside the project folder, install the theme as follows:
|
|
43
44
|
|
|
44
|
-
1. Download the starter `/demo` content, [quick download link](https://
|
|
45
|
+
1. Download the starter `/demo` content, [quick download link](https://github.com/aron-bordin/neo-hpstr-jekyll-theme/tree/master/demo) and extract the content to the blog folter.
|
|
45
46
|
2. Install bundler with `$ gem install bundler`
|
|
46
47
|
3. Install gems with `$ bundle install`
|
|
47
48
|
4. Run Jekyll with `$ bundle exec jekyll serve --watch`
|
|
@@ -102,7 +103,7 @@ Here are some tips on how to customize your blog theme. If you have questions, j
|
|
|
102
103
|
│ ├── page.html
|
|
103
104
|
│ └── post.html
|
|
104
105
|
├── LICENSE.txt
|
|
105
|
-
├── neo-hpstr.gemspec
|
|
106
|
+
├── neo-hpstr-jekyll-theme.gemspec
|
|
106
107
|
├── package.json
|
|
107
108
|
├── _posts # sample posts
|
|
108
109
|
│ ├── 2016-11-26-sample-post-images.md
|
data/_includes/header.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<ul class="header-submenu">
|
|
24
24
|
{% for item in (0..site.categories.size) %}{% unless forloop.last %}
|
|
25
25
|
{% capture this_word %}{{ cats_list[item] | strip_newlines }}{% endcapture %}
|
|
26
|
-
<li class="sub-item"><a href="/categories/#{{this_word}}">{{this_word}}</a></li>
|
|
26
|
+
<li class="sub-item"><a href="{{site.url}}/categories/#{{this_word}}">{{this_word}}</a></li>
|
|
27
27
|
{% endunless %}{% endfor %}
|
|
28
28
|
</ul>
|
|
29
29
|
</li>
|