together-theme 0.0.4 → 0.0.7

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: a2efe0368679dc861fbb2e0b1e851a93b3c0995f7816fc914e3d17ab20b2c209
4
+ data.tar.gz: c5b2332ee5042bacf2e79f6c3e7328ec100e2c32b417e1ab935d6df0e534b38e
5
5
  SHA512:
6
- metadata.gz: bdd1bfee55a2cb7a20c311d547dbad156537c03dfaeafb79b6f0647255ba2394840bd57a1e7937b5e2db85c5d03f60c5aaae864941a46d0db94de6c2a0f9e8b2
7
- data.tar.gz: 38d788fcb729d9dbe3f1a5a46179411f3effe206ea09de6c4770de682194b757abbdb9f12aaf21363580a3b75e451db0016d5420117c2ba7da7465fd26d4f626
6
+ metadata.gz: 599dd12419a244054535693654cdcabfca0c569eadfd878884765d1b55b5c9082cafd317b252d805382f5635b96761d85c4e299555d024bd6f284241d3b71ed0
7
+ data.tar.gz: e7479d6e41fc9da10e7beed38c25f95637f6571a143530b74d9b24b8925948e568e6b8fab1a3d3d4eda2dc8e1b501d933cb57a89c02c73f36ee0abd53a3fcd88
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="{{ '/' | relative_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/_sass/_article.scss CHANGED
@@ -73,7 +73,7 @@ article {
73
73
  }
74
74
 
75
75
  h1, h2, h3, h4, h5, h6, p, ul, ol, .aspect-ratio, blockquote {
76
- margin-bottom: var(--padding-xl);
76
+ margin-bottom: var(--padding-lg);
77
77
  }
78
78
 
79
79
  h2 {
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.7"
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.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dallas Read