askclass-news-theme 0.2.3 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30695dc170c68778546db94cd907c9c1e2e1f67b726697dc5926768cc6018f64
4
- data.tar.gz: e0027ef4e0b274527a5f4c75036acddbac47de4ccb88e341a9aa9500abbf2fcb
3
+ metadata.gz: 8f18ce893aef7881601b3bdc4e354de93727d83c2a8eed7bf6834a47a2029d02
4
+ data.tar.gz: '0580cfdab10fe469e8158140e7cb2f5da0941f8ac4972d8f641dee024dcefbce'
5
5
  SHA512:
6
- metadata.gz: dace346dd826e13722fc0a0cca89cd478dfc401faabe676c16f73221b8848de2ae89b05c3f1dc686004fb18e8763b2e56e807c45afd2fc6553f2644e6bfc9fff
7
- data.tar.gz: cca267996538e16a91f2ddfc37835ee7707e7b7a958b50ce3b4ba0c8bdc9ad6bbe2c122edcca426c51503d1a7537d250faad9dc8e0c3ec9265c529c9a105a6ea
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: "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="300" />
10
- <meta property="og:image:height" content="300" />
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: askclass-news-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - AskClass
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-16 00:00:00.000000000 Z
11
+ date: 2022-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -62,7 +62,6 @@ files:
62
62
  - assets/css/style.scss
63
63
  - assets/css/tab.scss
64
64
  - assets/favicon.ico
65
- - assets/favicon.png
66
65
  - assets/logo-144.png
67
66
  - assets/logo-192.png
68
67
  - assets/logo-300.png
@@ -76,7 +75,6 @@ files:
76
75
  - assets/logo-square-48.png
77
76
  - assets/logo-square-512.png
78
77
  - assets/logo-square-96.png
79
- - assets/logo.png
80
78
  - assets/logo.svg
81
79
  - assets/site.webmanifest
82
80
  - content/_posts/2022-06-15-the-academy.md
data/assets/favicon.png DELETED
Binary file
data/assets/logo.png DELETED
Binary file