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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ecd17b5d71294c95a6db6d9ffa073583d67cd8e989eb9c39fb0bece451a693a3
4
- data.tar.gz: 1a585c2a6f07f44d55b9cd8786f3f9a296c2913f069bb0554579e5b98b205aa5
3
+ metadata.gz: ed8a3b52894dbfab1806fd28441aecc36ba73c772bdf9f61a06dbc0ce9f0a2d3
4
+ data.tar.gz: c70ded86e4928a8c6deb513a03d9f9e36f13a13fb7d4bb4da27b0335fb09cb82
5
5
  SHA512:
6
- metadata.gz: 8b2a1e44b7588b9d2ac9d00fd9381988ea8946352e96a50cf1d9dcb7de76542b64cd2ba221168e46bf2fcb36dcbfdecda4c666be23f079429f7186912788f0de
7
- data.tar.gz: f78fafd8b8c232d251e47d593734d18c81affa16171524527a102148e7759dd44337075623cdb7f75cb9a7907d978e33f0880431250b69a636ddfe5a99f65463
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. It's designed for a specific use case – telling a single story across multiple articles.
3
- base_url: ""
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"
@@ -16,6 +16,6 @@
16
16
  {% endif %}
17
17
 
18
18
  <p>
19
- {{site.description}}
19
+ {{site.together.sidebar.content}}
20
20
  </p>
21
21
  </aside>
@@ -21,7 +21,7 @@
21
21
  <article class="container">
22
22
  <div class="nav">
23
23
  <nav>
24
- <a href="{{ site.base_url | absolute_url }}">
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.base_url | absolute_url }}",
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.base_url }}/</link>
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>
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "together-theme"
5
- spec.version = "0.0.2"
6
- spec.authors = ["Together"]
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.2
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
- - Together
7
+ - Dallas Read
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-05 00:00:00.000000000 Z
11
+ date: 2022-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll