boldandblue 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 +4 -4
- data/assets/pages/index.html +1 -0
- data/lib/boldandblue/version.rb +1 -1
- metadata +2 -3
- data/assets/includes/index.html +0 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7ceaa154661ae2b4cb504a4f69330af4ce29a49
|
|
4
|
+
data.tar.gz: 3f6a179022bd546d287ad843f4106b5cb96c7024
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06afb5b0b18eac5e12edc23100f51eef8eb5cf2f2993388061ce224e8be59a1b63325b29ac65424d72073b2cef053df9b15e8a3ca822ead1cab675446b01d321
|
|
7
|
+
data.tar.gz: 9830db95f5875133db338f00ca07e665cba2364c0ba89d78975f9b868566ef324749eab0721843aa6598b786ef56d7f328e02c24d10189e16f40ec28314be1bd
|
data/assets/pages/index.html
CHANGED
data/lib/boldandblue/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boldandblue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Grant David Bachman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-02-
|
|
11
|
+
date: 2015-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -94,7 +94,6 @@ files:
|
|
|
94
94
|
- assets/includes/google_plus_one.html
|
|
95
95
|
- assets/includes/head.html
|
|
96
96
|
- assets/includes/header.html
|
|
97
|
-
- assets/includes/index.html
|
|
98
97
|
- assets/includes/navigation.html
|
|
99
98
|
- assets/includes/post/author.html
|
|
100
99
|
- assets/includes/post/categories.html
|
data/assets/includes/index.html
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: theme:default
|
|
3
|
-
permalink: /
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
<div class="blog-index">
|
|
7
|
-
{% assign index = true %}
|
|
8
|
-
{% for post in paginator.posts %}
|
|
9
|
-
{% assign content = post.content %}
|
|
10
|
-
<article>
|
|
11
|
-
{% include theme:article.html %}
|
|
12
|
-
</article>
|
|
13
|
-
{% endfor %}
|
|
14
|
-
<div class="pagination">
|
|
15
|
-
{% if paginator.next_page %}
|
|
16
|
-
<a class="prev" href="{{paginator.next_page_path}}">← Older</a>
|
|
17
|
-
{% endif %}
|
|
18
|
-
<a href="/archive">Archive</a>
|
|
19
|
-
{% if paginator.previous_page %}
|
|
20
|
-
<a class="next" href="{{paginator.previous_page_path}}">Newer →</a>
|
|
21
|
-
{% endif %}
|
|
22
|
-
</div>
|
|
23
|
-
</div>
|
|
24
|
-
{% include theme:aside.html %}
|