askclass-news-theme 0.2.5 → 0.2.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: ab74ce6e630d71aa6b03f22f8fa1b175d23edd45d189e412095e7967f2289ca5
4
- data.tar.gz: '0087ef9c4bed705b2c4fabbb470e5c2a50f4bcfa7b4155a28cff34791c13fb01'
3
+ metadata.gz: 8f18ce893aef7881601b3bdc4e354de93727d83c2a8eed7bf6834a47a2029d02
4
+ data.tar.gz: '0580cfdab10fe469e8158140e7cb2f5da0941f8ac4972d8f641dee024dcefbce'
5
5
  SHA512:
6
- metadata.gz: 458d44554c16b7584d5824ad31d5a44b73e044f08bec7d97ebab3c62919f0d21907f1df5d6b8cd772e10c5cac8cbd8928a687e3361cbd4884ee487f715b5056b
7
- data.tar.gz: e9d3f29d03395f4367c98c07fc077b40cb18b4015121c86bc3f5def22dac62f28d3c926946ec75a7f26c7997a1bd2a2640c0955c72a573a80f35172a7bf488f0
6
+ metadata.gz: 5234c3c583648f1269d9fb3ca7fdfbaf2ff378fe9b952769f7888f81b40708ee58b09e616f22a0acd9bb01736026eeb8950511f58ef0c897ca8402d1627c8e89
7
+ data.tar.gz: 872f634cc6f601882b58a64d5c7bf97366ff4bd43f976fba9f4bf4ef88dac63dca1416b1f01d9c636b13942cf0b0157ec491ca9f1d9f39a512702d6ac8f896b8
data/_config.yml CHANGED
@@ -1,10 +1,9 @@
1
1
  # Custom fields
2
2
  title: "AskClass News"
3
3
  description: >
4
- We are exploring the intersection between education and technology;
5
- how innovations in cross-disciplinary learning and collaboration
6
- will change the trajectory of our society toward love for
7
- humanity and appreciation of life.
4
+ Exploring the intersection between education and technology;
5
+ how innovations in cross-disciplinary learning reorients the
6
+ trajectory of our society toward love and appreciation of life.
8
7
 
9
8
  acn:
10
9
  date_format: "%b %d, %Y"
@@ -25,7 +24,7 @@ acn:
25
24
  sizes: [ 48, 96, 144, 192, 300, 512 ]
26
25
  meta:
27
26
  apple_icon: "logo-300.png"
28
- og_image: "/assets/logo-square-300.png"
27
+ og_image: "logo-square-512.png"
29
28
  shortcut:
30
29
  favicon: "favicon.ico"
31
30
  type: "image/png"
@@ -1,6 +1,7 @@
1
1
  {% assign acn = site.acn %}
2
2
  {% assign desc = page.excerpt | default: site.description | strip_html | strip_newlines %}
3
3
  {% assign families = acn.font_families | join: "&family=" %}
4
+ {% assign og_image = acn.meta.og_image | prepend: '/assets/' | prepend: site.url %}
4
5
 
5
6
  <meta charset="utf-8" />
6
7
  <meta name="viewport" content="width=device-width,initial-scale=1.0" />
@@ -17,9 +18,8 @@
17
18
 
18
19
  <meta property="og:site_name" content="{{ site.title }}" />
19
20
  <meta property="og:description" content="{{ desc }}" />
20
- <meta property="og:title" content="{{ page.title | default: site.title }}" />
21
21
  <meta property="og:url" content="{{ site.url }}{{ page.url }}" />
22
- <meta property="og:image" content="{{ page.image | default: acn.meta.og_image }}" />
22
+ <meta property="og:image" content="{{ page.image | default: og_image }}" />
23
23
  {% if acn.twitter %}
24
24
  <meta name="twitter:site" content="{{ acn.social.twitter }}" />
25
25
  <meta name="twitter:card" content="summary_large_image">
@@ -1,11 +1,13 @@
1
1
  {% if page.title %}
2
- <title>{{ site.title }} &bull; {{ page.title }}</title>
2
+ {% include writer.html info=page %}
3
+ {% assign title = site.title | append: " &bull; " | append: page.title %}
3
4
  <meta property="og:type" content="article" />
4
- <meta property="og:article:author" content="{{ page.writer }}" />
5
+ <meta property="og:article:author" content="{{ writer }}" />
5
6
  <meta property="og:article:published" content="{{ page.date }}" />
6
7
  {% elsif site.title %}
7
- <title>{{ site.title }}</title>
8
8
  <meta property="og:type" content="website" />
9
- <meta property="og:image:width" content="120" />
10
- <meta property="og:image:height" content="120" />
9
+ <meta property="og:image:width" content="150" />
10
+ <meta property="og:image:height" content="150" />
11
11
  {% endif %}
12
+ <title>{{ title | default: site.title }}</title>
13
+ <meta property="og:title" content="{{ title | default: site.title }}" />
@@ -9,9 +9,7 @@ source: "Columbia University Press"
9
9
  source_url: http://www.columbia.edu/itc/lithum/wong/plato.html
10
10
  ---
11
11
 
12
- Plato, a Greek philosopher who lived for a time at the Syracuse court.
13
- Founded the Academy (c.387<sub>B.C.</sub>) in Athens, the most influential and important learning instituion where he taught until his death in 347<sub>B.C.</sub>.
14
- A pupil and friend of Socrates, and taught one of the greatest philosopher, Aristotle.
12
+ Plato, a Greek philosopher who lived for a time at the Syracuse court. Founded the Academy (c.387<sub>B.C.</sub>) in Athens, the most influential and important learning instituion where he taught until his death in 347<sub>B.C.</sub>. A pupil and friend of Socrates, and taught one of the greatest philosopher, Aristotle.
15
13
  <!--more-->
16
14
 
17
15
  Plato produced 35 dialogues and 13 letters including:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: askclass-news-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass