askclass-news-theme 0.2.3 → 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 +4 -4
- data/_config.yml +4 -5
- data/_includes/head/common.html +2 -2
- data/_includes/head/meta.html +7 -5
- data/content/_posts/2022-06-15-the-academy.md +1 -3
- metadata +2 -4
- data/assets/favicon.png +0 -0
- data/assets/logo.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f18ce893aef7881601b3bdc4e354de93727d83c2a8eed7bf6834a47a2029d02
|
|
4
|
+
data.tar.gz: '0580cfdab10fe469e8158140e7cb2f5da0941f8ac4972d8f641dee024dcefbce'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
5
|
-
how innovations in cross-disciplinary learning
|
|
6
|
-
|
|
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-
|
|
27
|
+
og_image: "logo-square-512.png"
|
|
29
28
|
shortcut:
|
|
30
29
|
favicon: "favicon.ico"
|
|
31
30
|
type: "image/png"
|
data/_includes/head/common.html
CHANGED
|
@@ -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:
|
|
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">
|
data/_includes/head/meta.html
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{% if page.title %}
|
|
2
|
-
|
|
2
|
+
{% include writer.html info=page %}
|
|
3
|
+
{% assign title = site.title | append: " • " | append: page.title %}
|
|
3
4
|
<meta property="og:type" content="article" />
|
|
4
|
-
<meta property="og:article:author" content="{{
|
|
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="
|
|
10
|
-
<meta property="og:image:height" content="
|
|
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.
|
|
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-
|
|
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
|