together-theme 0.0.3 → 0.0.6

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: 89849050a63dc4d6e755944199ca126cce18410e80365b1ff281272a7286444f
4
- data.tar.gz: 656b5d850719dee20ad69e17f55686ab2f59ea0e4a5947ea39149ca7f65a63fc
3
+ metadata.gz: 4131480bda8f712c2cc7a3815a200523730ed3e284f18891a23fabf0bd9f9f37
4
+ data.tar.gz: 05fbc81942e29b6db16b508cc7c95e826110741dee4e13d91682d7affda6dbee
5
5
  SHA512:
6
- metadata.gz: b09d971284358ee76c5c828df0a489e98306fd76ade9dc6ac23327ad202c4c71c516728340333dc37d740ccc2c39dcb503411787bd033119e9d1b476c9767719
7
- data.tar.gz: 9a0186b2fa4987611fa03649871e85a792eb976e1cf52d6b9951a47fd0074284c7775756996410babf1e21feb482d8f37044beefb36fa9c89b66a39e2ef98f5d
6
+ metadata.gz: c536deaf02158f07adfaf0955aff9a28e811908ec9eec293a932252ff4628fb470f49a9cae6991533d0419a2307c3a757b4463f7c10636ff4c7d7ffad59f03cf
7
+ data.tar.gz: 1924c1f80d1ea677736dcac9cbaa9adef8fd7a47950f60d9b86fdc422ef314877ac777ca1fe3019854c705484923432437c9ef4a09810cd4cb12c1f1a34e428c
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
@@ -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/_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.3"
5
+ spec.version = "0.0.6"
6
6
  spec.authors = ["Dallas Read"]
7
7
  spec.email = ["dallas@excitecreative.ca"]
8
8
 
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.3
4
+ version: 0.0.6
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-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