together-theme 0.0.4 → 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: d5338f92157d29f438f186441823fe1824355f8603d211e84707d49d2e75a028
4
- data.tar.gz: d46c3dc0b6520d92e709734dea75f84d1f58c4bc8963598d536f758cba21171f
3
+ metadata.gz: ed8a3b52894dbfab1806fd28441aecc36ba73c772bdf9f61a06dbc0ce9f0a2d3
4
+ data.tar.gz: c70ded86e4928a8c6deb513a03d9f9e36f13a13fb7d4bb4da27b0335fb09cb82
5
5
  SHA512:
6
- metadata.gz: bdd1bfee55a2cb7a20c311d547dbad156537c03dfaeafb79b6f0647255ba2394840bd57a1e7937b5e2db85c5d03f60c5aaae864941a46d0db94de6c2a0f9e8b2
7
- data.tar.gz: 38d788fcb729d9dbe3f1a5a46179411f3effe206ea09de6c4770de682194b757abbdb9f12aaf21363580a3b75e451db0016d5420117c2ba7da7465fd26d4f626
6
+ metadata.gz: 5d426f270bb68e29a122f9bb24d46f74dc3e39ea2a170c6d37e42d7c284dcb37ae8691cac31b330b86db8c0b133789fdab410ac0468d07d3a26fcea206d72754
7
+ data.tar.gz: a916e1e6d4c4ef76638f3ca90795b1216bbb60cf8579e55c07f7d1a178d228af0b0cc94910c5e83bfc014760f269ec38c9f2502ed0a47e6275f33b0db1a6966d
data/_config.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  title: Together
2
2
  description: This is the Together Theme for Jekyll.
3
- base_url: ""
3
+ baseurl: ""
4
4
 
5
5
  author:
6
6
  name: Dallas Read
@@ -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,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "together-theme"
5
- spec.version = "0.0.4"
5
+ spec.version = "0.0.5"
6
6
  spec.authors = ["Dallas Read"]
7
7
  spec.email = ["dallas@excitecreative.ca"]
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: together-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dallas Read