together-theme 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/_config.yml +3 -1
- data/together-theme.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89849050a63dc4d6e755944199ca126cce18410e80365b1ff281272a7286444f
|
4
|
+
data.tar.gz: 656b5d850719dee20ad69e17f55686ab2f59ea0e4a5947ea39149ca7f65a63fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b09d971284358ee76c5c828df0a489e98306fd76ade9dc6ac23327ad202c4c71c516728340333dc37d740ccc2c39dcb503411787bd033119e9d1b476c9767719
|
7
|
+
data.tar.gz: 9a0186b2fa4987611fa03649871e85a792eb976e1cf52d6b9951a47fd0074284c7775756996410babf1e21feb482d8f37044beefb36fa9c89b66a39e2ef98f5d
|
data/_config.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
title: Together
|
2
|
-
description: This is the Together Theme for Jekyll.
|
2
|
+
description: This is the Together Theme for Jekyll.
|
3
3
|
base_url: ""
|
4
4
|
|
5
5
|
author:
|
@@ -13,6 +13,8 @@ keep_files: ['assets/js/main.js']
|
|
13
13
|
together:
|
14
14
|
top_bar:
|
15
15
|
content: "Like this Jekll theme? Visit us on <a target=\"_blank\" href=\"https://github.com/dallasread/together-theme\">GitHub.</a>"
|
16
|
+
sidebar:
|
17
|
+
content: This is the Together Theme for Jekyll. It's designed for a specific use case – telling a single story across multiple articles.
|
16
18
|
style:
|
17
19
|
default:
|
18
20
|
sans_serif: "'Avenir Next', Helvetica Neue, Helvetica, Arial, sans-serif"
|
data/together-theme.gemspec
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "together-theme"
|
5
|
-
spec.version = "0.0.
|
6
|
-
spec.authors = ["
|
5
|
+
spec.version = "0.0.3"
|
6
|
+
spec.authors = ["Dallas Read"]
|
7
7
|
spec.email = ["dallas@excitecreative.ca"]
|
8
8
|
|
9
9
|
spec.summary = "A theme for Jekyll."
|