together-theme 0.0.2 → 0.0.5
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 +4 -2
- data/_includes/sidebar.html +1 -1
- data/_layouts/default.html +1 -1
- data/feed.json +1 -1
- data/feed.xml +1 -1
- data/together-theme.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed8a3b52894dbfab1806fd28441aecc36ba73c772bdf9f61a06dbc0ce9f0a2d3
|
4
|
+
data.tar.gz: c70ded86e4928a8c6deb513a03d9f9e36f13a13fb7d4bb4da27b0335fb09cb82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d426f270bb68e29a122f9bb24d46f74dc3e39ea2a170c6d37e42d7c284dcb37ae8691cac31b330b86db8c0b133789fdab410ac0468d07d3a26fcea206d72754
|
7
|
+
data.tar.gz: a916e1e6d4c4ef76638f3ca90795b1216bbb60cf8579e55c07f7d1a178d228af0b0cc94910c5e83bfc014760f269ec38c9f2502ed0a47e6275f33b0db1a6966d
|
data/_config.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
title: Together
|
2
|
-
description: This is the Together Theme for Jekyll.
|
3
|
-
|
2
|
+
description: This is the Together Theme for Jekyll.
|
3
|
+
baseurl: ""
|
4
4
|
|
5
5
|
author:
|
6
6
|
name: Dallas Read
|
@@ -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/_includes/sidebar.html
CHANGED
data/_layouts/default.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
<article class="container">
|
22
22
|
<div class="nav">
|
23
23
|
<nav>
|
24
|
-
<a href="{{ site.
|
24
|
+
<a href="{{ site.baseurl | absolute_url }}">
|
25
25
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
26
26
|
<path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
|
27
27
|
</svg>
|
data/feed.json
CHANGED
@@ -4,7 +4,7 @@ layout: null
|
|
4
4
|
{
|
5
5
|
"version": "https://jsonfeed.org/version/1",
|
6
6
|
"title": "{{ site.title | xml_escape }}",
|
7
|
-
"home_page_url": "{{ site.
|
7
|
+
"home_page_url": "{{ site.baseurl | absolute_url }}",
|
8
8
|
"feed_url": "{{ "/feed.json" | absolute_url }}",
|
9
9
|
"description": {{ site.description | jsonify }},
|
10
10
|
"icon": "{{ site.icon | absolute_url }}",
|
data/feed.xml
CHANGED
@@ -7,7 +7,7 @@ layout: null
|
|
7
7
|
<channel>
|
8
8
|
<title>{{ site.title | xml_escape }}</title>
|
9
9
|
<description>{{ site.description | xml_escape }}</description>
|
10
|
-
<link>{{ site.url }}{{ site.
|
10
|
+
<link>{{ site.url }}{{ site.baseurl }}/</link>
|
11
11
|
<atom:link href="{{ "/feed/index.xml" | absolute_url }}" rel="self" type="application/rss+xml"/>
|
12
12
|
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
|
13
13
|
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
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.5"
|
6
|
+
spec.authors = ["Dallas Read"]
|
7
7
|
spec.email = ["dallas@excitecreative.ca"]
|
8
8
|
|
9
9
|
spec.summary = "A theme for Jekyll."
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: together-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Dallas Read
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|