askclass-news-theme 0.2.4 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +16 -5
- data/_includes/head/common.html +3 -2
- data/_includes/head/meta.html +8 -5
- data/content/_posts/2022-06-15-the-academy.md +1 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d84ba2df51dcca5fd3261cbdf3517049bc7324c1ca9a559dc12994f7c3f5d34
|
4
|
+
data.tar.gz: c2b4de5d00d11d05634ead0c4bd602e7cbbdf5eb33b1e9384b86ee61a2801d6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc781878dc8b8188d92ea3886b25cdd1e87c29a376f5f28909eeaff4c285cbe37cb9de38b48130ba79924c3a854e635b01d416ce9ed570b41da471a42f50d64d
|
7
|
+
data.tar.gz: 47617a0860695b97557beaee1f0fb05a8849911a333a71f8a56b2d4854761f02aad86eeeabb0d082be14133e3fed426b30597f1a8989028ffe14639bebc0542a
|
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,11 +24,23 @@ 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"
|
32
31
|
image: "logo-96.png"
|
32
|
+
keywords: >
|
33
|
+
edtech,
|
34
|
+
education,
|
35
|
+
technology,
|
36
|
+
learning,
|
37
|
+
teaching,
|
38
|
+
student,
|
39
|
+
educator,
|
40
|
+
university,
|
41
|
+
icebreaker,
|
42
|
+
student engagement,
|
43
|
+
participation
|
33
44
|
footer:
|
34
45
|
- icon: "copyright"
|
35
46
|
href: "https://askclass.com"
|
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" />
|
@@ -14,12 +15,12 @@
|
|
14
15
|
<meta name="theme-color" content="{{ acn.color.theme }}" />
|
15
16
|
<meta name="apple-mobile-web-app-status-bar-style" content="{{ acn.color.theme }}" />
|
16
17
|
<meta name="description" content="{{ desc }}" />
|
18
|
+
<meta name="keywords" content="{{ acn.meta.keywords | strip_newlines }}" />
|
17
19
|
|
18
20
|
<meta property="og:site_name" content="{{ site.title }}" />
|
19
21
|
<meta property="og:description" content="{{ desc }}" />
|
20
|
-
<meta property="og:title" content="{{ page.title | default: site.title }}" />
|
21
22
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
22
|
-
<meta property="og:image" content="{{ page.image | default:
|
23
|
+
<meta property="og:image" content="{{ page.image | default: og_image }}" />
|
23
24
|
{% if acn.twitter %}
|
24
25
|
<meta name="twitter:site" content="{{ acn.social.twitter }}" />
|
25
26
|
<meta name="twitter:card" content="summary_large_image">
|
data/_includes/head/meta.html
CHANGED
@@ -1,11 +1,14 @@
|
|
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 }}" />
|
14
|
+
<meta name="author" content="{{ writer | 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.7
|
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
|