askclass-news-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +373 -0
  3. data/README.md +68 -0
  4. data/_config.yml +49 -0
  5. data/_includes/footer.html +10 -0
  6. data/_includes/grid.html +43 -0
  7. data/_includes/head/common.html +40 -0
  8. data/_includes/head/meta.html +24 -0
  9. data/_includes/header.html +13 -0
  10. data/_includes/logo.html +8 -0
  11. data/_includes/post/nextprev.html +18 -0
  12. data/_includes/post/paginator.html +6 -0
  13. data/_layouts/default.html +9 -0
  14. data/_layouts/page.html +5 -0
  15. data/_layouts/post.html +52 -0
  16. data/_layouts/writer.html +24 -0
  17. data/_sass/_bullets.scss +17 -0
  18. data/_sass/_default.scss +173 -0
  19. data/_sass/_grid.scss +23 -0
  20. data/_sass/_paginator.scss +29 -0
  21. data/_sass/_post.scss +48 -0
  22. data/_sass/_tab-colors.scss +64 -0
  23. data/_sass/_tab.scss +121 -0
  24. data/_sass/_table.scss +17 -0
  25. data/_sass/_video.scss +13 -0
  26. data/assets/css/grid.scss +5 -0
  27. data/assets/css/md.scss +7 -0
  28. data/assets/css/style.scss +4 -0
  29. data/assets/css/tab.scss +5 -0
  30. data/assets/favicon.ico +0 -0
  31. data/assets/favicon.png +0 -0
  32. data/assets/logo-144.png +0 -0
  33. data/assets/logo-192.png +0 -0
  34. data/assets/logo-300.png +0 -0
  35. data/assets/logo-48.png +0 -0
  36. data/assets/logo-512.png +0 -0
  37. data/assets/logo-96.png +0 -0
  38. data/assets/logo-icon.svg +4 -0
  39. data/assets/logo-square-144.png +0 -0
  40. data/assets/logo-square-192.png +0 -0
  41. data/assets/logo-square-300.png +0 -0
  42. data/assets/logo-square-48.png +0 -0
  43. data/assets/logo-square-512.png +0 -0
  44. data/assets/logo-square-96.png +0 -0
  45. data/assets/logo.png +0 -0
  46. data/assets/logo.svg +3 -0
  47. data/content/_posts/2022-06-15-the-academy.md +37 -0
  48. data/content/_writers/plato.md +5 -0
  49. metadata +104 -0
@@ -0,0 +1,37 @@
1
+ ---
2
+ layout: post
3
+ title: "The Academy"
4
+ category: Plato
5
+ color: c1
6
+ tags: philosopy bio
7
+ image: "https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Anselm_Feuerbach_-_Das_Gastmahl._Nach_Platon_%28zweite_Fassung%29_-_Google_Art_Project.jpg/1280px-Anselm_Feuerbach_-_Das_Gastmahl._Nach_Platon_%28zweite_Fassung%29_-_Google_Art_Project.jpg"
8
+ source: "Columbia University Press"
9
+ source_url: http://www.columbia.edu/itc/lithum/wong/plato.html
10
+ ---
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.
15
+ <!--more-->
16
+
17
+ Plato produced 35 dialogues and 13 letters works including:
18
+
19
+ - Early (Socratic dialogues):
20
+ - The Apology
21
+ - Meno
22
+ - Gorgias
23
+
24
+ - Middle dialogues:
25
+ - The Republic
26
+ - Phaedo
27
+ - Symposium
28
+ - Timaeus
29
+
30
+ - Later dialogues:
31
+ - The Laws
32
+ - Parmenides
33
+
34
+ In <cite>The Republic</cite> he argues for the philosopher-king because only a philosopher
35
+ "understands the harmony of all parts of the universe with the Idea of the Good, is capable of ruling the just state."
36
+
37
+ > Virtue consists in the harmony of the human soul with the universe of Ideas, which assure order, intelligence, and pattern to a world in constant flux. Supreme among them is the Idea of the Good, analogous to the sun in the physical world.
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: writer
3
+ ---
4
+
5
+ Ancient Greek philosopher Plato was a student of Socrates and a teacher of Aristotle. His writings explored justice, beauty and equality, and also contained discussions in aesthetics, political philosophy, theology, cosmology, epistemology and the philosophy of language. Plato founded the Academy in Athens, one of the first institutions of higher learning in the Western world.
metadata ADDED
@@ -0,0 +1,104 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: askclass-news-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - AskClass
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-06-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '4.2'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '4.2'
27
+ description:
28
+ email:
29
+ - team@askclass.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE
35
+ - README.md
36
+ - _config.yml
37
+ - _includes/footer.html
38
+ - _includes/grid.html
39
+ - _includes/head/common.html
40
+ - _includes/head/meta.html
41
+ - _includes/header.html
42
+ - _includes/logo.html
43
+ - _includes/post/nextprev.html
44
+ - _includes/post/paginator.html
45
+ - _layouts/default.html
46
+ - _layouts/page.html
47
+ - _layouts/post.html
48
+ - _layouts/writer.html
49
+ - _sass/_bullets.scss
50
+ - _sass/_default.scss
51
+ - _sass/_grid.scss
52
+ - _sass/_paginator.scss
53
+ - _sass/_post.scss
54
+ - _sass/_tab-colors.scss
55
+ - _sass/_tab.scss
56
+ - _sass/_table.scss
57
+ - _sass/_video.scss
58
+ - assets/css/grid.scss
59
+ - assets/css/md.scss
60
+ - assets/css/style.scss
61
+ - assets/css/tab.scss
62
+ - assets/favicon.ico
63
+ - assets/favicon.png
64
+ - assets/logo-144.png
65
+ - assets/logo-192.png
66
+ - assets/logo-300.png
67
+ - assets/logo-48.png
68
+ - assets/logo-512.png
69
+ - assets/logo-96.png
70
+ - assets/logo-icon.svg
71
+ - assets/logo-square-144.png
72
+ - assets/logo-square-192.png
73
+ - assets/logo-square-300.png
74
+ - assets/logo-square-48.png
75
+ - assets/logo-square-512.png
76
+ - assets/logo-square-96.png
77
+ - assets/logo.png
78
+ - assets/logo.svg
79
+ - content/_posts/2022-06-15-the-academy.md
80
+ - content/_writers/plato.md
81
+ homepage: https://news.askclass.com
82
+ licenses:
83
+ - MIT
84
+ metadata: {}
85
+ post_install_message:
86
+ rdoc_options: []
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ version: '0'
99
+ requirements: []
100
+ rubygems_version: 3.3.15
101
+ signing_key:
102
+ specification_version: 4
103
+ summary: Simple responsive Jekyll theme featuring posts and authors.
104
+ test_files: []