neo-hpstr-jekyll-theme 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/_includes/header.html +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 669737f5abac281a6ed74aab8ab2db4d52b64031
4
- data.tar.gz: 6769b46e61d5fd65b5a059efc66456d13756d985
3
+ metadata.gz: '080709ea66a14c8e5459d54516cc2ad5d84c0d74'
4
+ data.tar.gz: 295f3445cef3f5121cc50c814fbedc32d4dfb41d
5
5
  SHA512:
6
- metadata.gz: a22c7f204a6b69f573b114350e79c881d1dbfc7ab11ec50e40d66fb1527cb00f667ccfc006dd039b5296a2cea2db0a52e322ca3eff26731c269e588472506569
7
- data.tar.gz: 83a3019fc497c70a3362122b19d5c15ffcef1d31c105b371dacfeda1ffd5d8802a236e7f31e5f33e8d5cde814164c1944e5a4961f184d911b8eeeeabb9de9be1
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
+ [![Gem Version](https://badge.fury.io/rb/neo-hpstr-jekyll-theme.svg)](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://minhaskamal.github.io/DownGit/#/home?url=https://github.com/daviddarnes/alembic/tree/master/demo) and extract the content to the blog folter.
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
@@ -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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo-hpstr-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aron Bordin