j1-template 2021.1.27 → 2021.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (186) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_article_navigator.html +1 -1
  3. data/_includes/themes/j1/layouts/content_generator_blog_archive.html +6 -4
  4. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +6 -6
  5. data/_includes/themes/j1/layouts/content_generator_post.html +3 -0
  6. data/_includes/themes/j1/modules/navigator/generator.html +1 -1
  7. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +6 -6
  8. data/_includes/themes/j1/procedures/posts/create_series_header.proc +6 -6
  9. data/_layouts/default.html +7 -2
  10. data/assets/data/mdil_icons.json +2417 -0
  11. data/assets/data/panel.html +9 -9
  12. data/assets/themes/j1/adapter/js/j1.js +8 -7
  13. data/assets/themes/j1/adapter/js/j1scroll.js +141 -44
  14. data/assets/themes/j1/adapter/js/navigator.js +11 -4
  15. data/assets/themes/j1/adapter/js/rtable.js +77 -24
  16. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.css +1222 -0
  17. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -0
  18. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +1 -1
  19. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +58 -109
  20. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  21. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +28 -18
  22. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
  23. data/assets/themes/j1/core/css/vendor.css +7 -20
  24. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  25. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/eot/materialdesignicons-light-webfont.eot +0 -0
  26. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff +0 -0
  27. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff2 +0 -0
  28. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/svg/materialdesignicons-light-webfont.svg +801 -0
  29. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/ttf/materialdesignicons-light-webfont.ttf +0 -0
  30. data/assets/themes/j1/core/js/template.js +4 -4
  31. data/assets/themes/j1/core/js/template.js.map +1 -1
  32. data/assets/themes/j1/core/js/template.min.js +4 -4
  33. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  34. data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
  35. data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
  36. data/assets/themes/j1/modules/j1Scroll/css/theme/uno.min.css +1 -1
  37. data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +263 -252
  38. data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +16 -0
  39. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
  40. data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
  41. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +1 -1
  42. data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +1 -1
  43. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +5 -15
  44. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
  45. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +97 -0
  46. data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +15 -0
  47. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +125 -0
  48. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +15 -0
  49. data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.css +3 -3
  50. data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css +2 -174
  51. data/assets/themes/j1/modules/rtable/js/rtable.js +59 -25
  52. data/assets/themes/j1/modules/rtable/js/rtable.min.js +12 -683
  53. data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.js +73 -73
  54. data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.min.js +15 -15
  55. data/lib/j1/commands/generate.rb +5 -8
  56. data/lib/j1/version.rb +1 -1
  57. data/lib/starter_web/Gemfile +1 -1
  58. data/lib/starter_web/_config.yml +15 -51
  59. data/lib/starter_web/_data/blocks/banner.yml +4 -5
  60. data/lib/starter_web/_data/blocks/panel.yml +217 -183
  61. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -0
  62. data/lib/starter_web/_data/layouts/home.yml +20 -16
  63. data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
  64. data/lib/starter_web/_data/modules/defaults/rtable.yml +34 -0
  65. data/lib/starter_web/_data/modules/j1scroll.yml +67 -0
  66. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  67. data/lib/starter_web/_data/modules/rtable.yml +34 -0
  68. data/lib/starter_web/_data/resources.yml +41 -44
  69. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  70. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  71. data/lib/starter_web/assets/images/modules/attics/annie-spratt-1920x1280.jpg +0 -0
  72. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  73. data/lib/starter_web/assets/images/modules/attics/humble-lamb-1920x1280.jpg +0 -0
  74. data/lib/starter_web/assets/images/modules/attics/library-1920x1280.jpg +0 -0
  75. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  76. data/lib/starter_web/assets/images/modules/attics/sigmund-1920x1280.jpg +0 -0
  77. data/lib/starter_web/assets/images/{pages/videos → modules/attics}/szabo-viktor-1920x1280.jpg +0 -0
  78. data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
  79. data/lib/starter_web/collections/posts/public/featured/_posts/{2020-01-01-about-cookies.adoc → 2021-01-01-about-cookies.adoc} +0 -0
  80. data/lib/starter_web/collections/posts/public/featured/_posts/{2021-03-01-site-generators.adoc → 2021-02-01-site-generators.adoc} +0 -0
  81. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-20-minneapolis.adoc → series/_posts/2020-01-01-post-wiki-series.adoc} +11 -10
  82. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc → series/_posts/2020-01-02-post-wiki-series.adoc} +15 -13
  83. data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-26-columbia-river.adoc → series/_posts/2020-01-03-post-wiki-series.adoc} +28 -11
  84. data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/attributes.asciidoc +0 -0
  85. data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/documents/readme +0 -0
  86. data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/tables/readme +0 -0
  87. data/lib/starter_web/index.html +2 -2
  88. data/lib/starter_web/package.json +1 -1
  89. data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/000_intro.adoc +5 -7
  90. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +43 -0
  91. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +61 -0
  92. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +95 -0
  93. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +54 -0
  94. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/000_basic_example.asciidoc +31 -0
  95. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +111 -0
  96. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +95 -0
  97. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/113_themes.asciidoc +39 -0
  98. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter.asciidoc +8 -0
  99. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/211_language_overview.asciidoc +122 -0
  100. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +502 -0
  101. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/213_fonts.asciidoc +261 -0
  102. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes.asciidoc +8 -0
  103. data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.bat +1 -1
  104. data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.sh +2 -2
  105. data/lib/starter_web/pages/public/asciidoc_skeletons/{book/book.a2p → documentation/documentation.a2p} +2 -8
  106. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +86 -0
  107. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +848 -40
  108. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc +149 -38
  109. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -7
  110. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +312 -119
  111. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -5
  112. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -5
  113. data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -5
  114. data/lib/starter_web/pages/public/blog/navigator/index.html +3 -2
  115. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
  116. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  117. data/lib/starter_web/utilsrv/package.json +1 -1
  118. metadata +53 -84
  119. data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +0 -18
  120. data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +0 -2371
  121. data/lib/starter_web/_data/modules/defaults/infiniteScroll.yml +0 -73
  122. data/lib/starter_web/_data/modules/infiniteScroll.yml +0 -66
  123. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -128
  124. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -131
  125. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -131
  126. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -132
  127. data/lib/starter_web/pages/infinite-scroll-tester-5.adoc +0 -119
  128. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/blindtext.asciidoc +0 -11
  129. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/font_icons.asciidoc +0 -23
  130. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +0 -5
  131. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/lightbox.asciidoc +0 -7
  132. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/chapter_document.asciidoc +0 -9
  133. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/entry_document.asciidoc +0 -3
  134. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/images/image.asciidoc +0 -6
  135. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column.asciidoc +0 -12
  136. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column_options.asciidoc +0 -30
  137. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_3_column.asciidoc +0 -16
  138. data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc +0 -25
  139. data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +0 -62
  140. data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +0 -64
  141. data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +0 -73
  142. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/attributes.asciidoc +0 -74
  143. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/000_intro.asciidoc +0 -33
  144. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/100_chapter_document.asciidoc +0 -21
  145. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/110_chapter_document.asciidoc +0 -36
  146. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter.asciidoc +0 -7
  147. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter/200_chapter_document.asciidoc +0 -53
  148. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter.asciidoc +0 -5
  149. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/000_intro.asciidoc +0 -23
  150. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/100_chapter_document.asciidoc +0 -33
  151. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/200_chapter_document.asciidoc +0 -26
  152. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/900_sources.asciidoc +0 -81
  153. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references.asciidoc +0 -23
  154. data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
  155. data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +0 -136
  156. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +0 -60
  157. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +0 -59
  158. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
  159. data/lib/starter_web/pages/public/previewer/_includes/attributes.asciidoc +0 -60
  160. data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +0 -19
  161. data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
  162. data/lib/starter_web/pages/public/previewer/_includes/documents/rouge/100_language_examples.asciidoc +0 -119
  163. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -39
  164. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -47
  165. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/120_relative_sizes.asciidoc +0 -47
  166. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/200_rotate.asciidoc +0 -71
  167. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/300_flip.asciidoc +0 -31
  168. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -39
  169. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -61
  170. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -55
  171. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/600_md_color_palette.asciidoc +0 -95
  172. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -95
  173. data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -95
  174. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +0 -41
  175. data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +0 -857
  176. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -47
  177. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -47
  178. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/200_rotate.asciidoc +0 -71
  179. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/300_flip.asciidoc +0 -30
  180. data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -31
  181. data/lib/starter_web/pages/public/previewer/iframer.adoc +0 -93
  182. data/lib/starter_web/pages/public/previewer/justified_gallery.html +0 -41
  183. data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +0 -574
  184. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +0 -220
  185. data/lib/starter_web/pages/public/previewer/rouge.adoc +0 -133
  186. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +0 -191
@@ -1,73 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/infiniteScroll.yml
3
- # User configuration for J1 infiniteScroll
4
- #
5
- # Product/Info:
6
- # https://jekyll.one
7
- #
8
- # Copyright (C) 2021 Juergen Adams
9
- #
10
- # J1 Template is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
- # ------------------------------------------------------------------------------
13
-
14
- # ------------------------------------------------------------------------------
15
- # About this configuration (used for J1 CC only)
16
- #
17
- about_config:
18
-
19
- title: infiniteScroll
20
- scope: Default settings
21
- location: _data/modules/defaults/infiniteScroll.yml
22
-
23
- # ------------------------------------------------------------------------------
24
- # Default configuration settings
25
- #
26
- settings:
27
-
28
- # ----------------------------------------------------------------------------
29
- # GENERAL gallery settings
30
- #
31
- # enabled
32
- # ----------------------------------------------------------------------------
33
- # Enables|Disables the use of a gallery
34
- #
35
- # xhr_data_path
36
- # ----------------------------------------------------------------------------
37
- # All data items displayed by a gallery are being read from a
38
- # JSON file automatically generated from that configuration.
39
- # AJAX get method is used to supply the gallery with respective
40
- # the HTML code at the time the gallery is initialized (by the
41
- # J1 Adapter for J1 Justified Gallery).
42
- #
43
- # values: string
44
- # default: /assets/data/galleries.json
45
- #
46
- # instance_type
47
- # ----------------------------------------------------------------------------
48
- # Specifies if a modules can be run as a single instance
49
- # (only) or run in multiple instances.
50
- #
51
- # NOTE: The parameter instance_type controls how MODULE runner
52
- # manages configuration options.
53
- #
54
- # values: single|multiple
55
- # default: single
56
- #
57
- # rowHeight
58
- # ----------------------------------------------------------------------------
59
- # All data items displayed by a gallery are being read from a
60
- # JSON file automatically generated from that configuration.
61
- #
62
- # values: string
63
- # default: /assets/data/galleries.json
64
- #
65
- # ----------------------------------------------------------------------------
66
-
67
- enabled: false
68
- history: false
69
- checkLastPage: true
70
- check_status: true
71
-
72
- # ------------------------------------------------------------------------------
73
- # END config
@@ -1,66 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/infiniteScroll.yml
3
- # User configuration for J1 infiniteScroll
4
- #
5
- # Product/Info:
6
- # https://jekyll.one
7
- #
8
- # Copyright (C) 2021 Juergen Adams
9
- #
10
- # J1 Template is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
- # ------------------------------------------------------------------------------
13
-
14
- # ------------------------------------------------------------------------------
15
- # About this configuration (used for J1 CC only)
16
- #
17
- about_config:
18
-
19
- title: infiniteScroll
20
- scope: User settings
21
- location: _data/modules/infiniteScroll.yml
22
-
23
- # ------------------------------------------------------------------------------
24
- # User configuration settings
25
- #
26
- settings:
27
- enabled: true
28
-
29
- scrollers:
30
-
31
- # ==========================================================================
32
- # Image Galleries
33
- #
34
-
35
- # --------------------------------------------------------------------------
36
- # News Panel
37
- #
38
- - scroller:
39
- enabled: true
40
- id: home_news_panel
41
- data_path: /assets/data/news_panel_posts
42
- pages: "page${pageNumber}/index.html"
43
- lastPage: 4
44
- history: false
45
- scrollThreshold: 10
46
- scrollOffset: 470
47
- checkLastPage: true
48
- check_status: true
49
-
50
- # --------------------------------------------------------------------------
51
- # Article Navigator
52
- #
53
- - scroller:
54
- enabled: true
55
- id: article_navigator
56
- data_path: /assets/data/article_navigator
57
- pages: "page${pageNumber}/index.html"
58
- lastPage: 4
59
- history: false
60
- scrollThreshold: 10
61
- scrollOffset: 470
62
- checkLastPage: true
63
- check_status: true
64
-
65
- # ------------------------------------------------------------------------------
66
- # END config
@@ -1,128 +0,0 @@
1
- ---
2
- title: Series Post 1
3
- tagline: testing series elements
4
-
5
- categories: [ Examples ]
6
- tags: [ Series, Test ]
7
-
8
- series: test-series
9
- image: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
10
- regenerate: false
11
-
12
- resources: []
13
- resource_options:
14
- - toccer:
15
- collapseDepth: 3
16
- - attic:
17
- padding_top: 400
18
- padding_bottom: 50
19
- opacity: 0.5
20
- slides:
21
- - url: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
22
- alt: admin-dashboard-bootstrap
23
- ---
24
-
25
- // Page Initializer
26
- // =============================================================================
27
- // Enable the Liquid Preprocessor
28
- :page-liquid:
29
-
30
- // Set (local) page attributes here
31
- // -----------------------------------------------------------------------------
32
- // :page--attr: <attr-value>
33
-
34
- // Place an excerpt at the most top position
35
- // -----------------------------------------------------------------------------
36
- [role="dropcap mt-3"]
37
- This post is a *test series element*. Post series can help to split larger
38
- posts into a group of smaller articles. This may helpful, if a large post
39
- should be split into several *main chapters* but grouped together.
40
-
41
- excerpt__end
42
-
43
- // Load Liquid procedures
44
- // -----------------------------------------------------------------------------
45
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
46
-
47
- // Load page attributes
48
- // -----------------------------------------------------------------------------
49
- {% include {{load_attributes}} scope="none" %}
50
-
51
-
52
- // Page content
53
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54
-
55
- // Include sub-documents
56
- // -----------------------------------------------------------------------------
57
-
58
- == The Extremes of Good and Evil
59
-
60
- .Release Loeb Classical Library, Harvard University Press, edition, 1931
61
- The title *About the Ends of Goods and Evils* requires explanation. It was
62
- Aristotle who put the ethical problem in the form of the question, What is the
63
- T𝜆o or End, the supreme end of man’s endeavour, in the attainment of which his
64
- Good or Well-being lies?
65
-
66
- For Aristotle, Telos connoted not only *aim*, but *completion*; and he found
67
- the answer to his question in the complete development and right exercise of
68
- the faculties of man’s nature, and particularly of the distinctively human
69
- faculty of Reason. The life of the Intellect was the Best, the Chief Good; and
70
- lesser Goods were Means to the attainment of this End.
71
-
72
- Thus was introduced the notion of an ascending scale of Goods, and this affected
73
- the interpretation of the term Telos. Telos came to be understood as denoting
74
- not so much the end or aim of endeavour as the end or extreme point of a series,
75
- the topmost good. To this was naturally opposed an extreme of minus value,
76
- the topmost, or rather bottommost, evil.
77
-
78
- Hence arose the expressions 𝜏𝜆o 𝛾𝛼𝜃𝜈, 𝜏𝜆o 𝜅𝛼𝜅𝜈, *End of Goods, of Evils*, which
79
- occur in Philodemus, Rhetoric I, 218.8 ff. (Südhans), and are translated by
80
- Cicero finis bonorum et malorum.
81
-
82
- As a title for his book he throws this phrase into the plural, meaning
83
- *different views as to the Chief Good and Evil*. Hence in title and to some
84
- extent in method, the de Finibus may be compared with such modern works a
85
- Martineau’s Types of Ethical Theory and Sidgwick’s Methods of Ethics.
86
-
87
- [quote, Cicero · Paragraph 1.10.32, Translation by H. Rackham · Issue 1914 - De Finibus]
88
- ____
89
- But I must explain to you how all this mistaken idea of denouncing
90
- pleasure and praising pain was born and I will give you a complete
91
- account of the system, and expound the actual teachings of the great
92
- explorer of the truth, the master-builder of human happiness.
93
-
94
- No one rejects, dislikes, or avoids pleasure itself, because it is
95
- pleasure, but because those who do not know how to pursue pleasure
96
- rationally encounter consequences that are extremely painful. Nor
97
- again is there anyone who loves or pursues or desires to obtain pain
98
- of itself, because it is pain, but because occasionally circumstances
99
- occur in which toil and pain can procure him some great pleasure.
100
-
101
- To take a trivial example, which of us ever undertakes laborious
102
- physical exercise, except to obtain some advantage from it? But who
103
- has any right to find fault with a man who chooses to enjoy a pleasure
104
- that has no annoying consequences, or one who avoids a pain that
105
- produces no resultant pleasure?
106
- ____
107
-
108
- This he sets out to prove as follows: every animal, as soon as it is born,
109
- seeks for pleasure, and delights in it as the Chief Good, while it recoils
110
- from pain as the Chief Evil, and so far as possible avoids it. This it does
111
- as long as it remains unperverted, at the prompting of Nature’s own unbiased
112
- and honest verdict.
113
-
114
- Hence Epicurus refuses to admit any necessity for argument or discussion to
115
- prove that pleasure is desirable and pain to be avoided. These facts, he
116
- thinks, are perceived by the senses, as that fire is hot, snow white, honey
117
- sweet, none of which things need be proved by elaborate argument: it is enough
118
- merely to draw attention to them.
119
-
120
- For there is a difference, he holds, between formal syllogistic proof of a
121
- thing and a mere notice or reminder: the former is the method for discovering
122
- abstruse and recondite truths, the latter for indicating facts that are obvious
123
- and evident.
124
-
125
- Strip mankind of sensation, and nothing remains; it follows that Nature herself
126
- is the judge of that which is in accordance with or contrary to nature. What
127
- does Nature perceive or what does she judge of, beside pleasure and pain, to
128
- guide her actions of desire and of avoidance?
@@ -1,131 +0,0 @@
1
- ---
2
- title: Series Post 2
3
- tagline: testing series elements
4
-
5
- categories: [ Examples ]
6
- tags: [ Series, Test ]
7
-
8
- series: test-series
9
- image: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
10
-
11
- regenerate: false
12
-
13
- resources: []
14
- resource_options:
15
- - toccer:
16
- collapseDepth: 3
17
- - attic:
18
- padding_top: 400
19
- padding_bottom: 50
20
- opacity: 0.5
21
- slides:
22
- - url: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
23
- alt: admin-dashboard-bootstrap
24
- ---
25
-
26
- // Page Initializer
27
- // =============================================================================
28
- // Enable the Liquid Preprocessor
29
- :page-liquid:
30
-
31
- // Set (local) page attributes here
32
- // -----------------------------------------------------------------------------
33
- // :page--attr: <attr-value>
34
-
35
- // Place an excerpt at the most top position
36
- // -----------------------------------------------------------------------------
37
- [role="dropcap mt-3"]
38
- This post is a *test series element*. Post series can help to split larger
39
- posts into a group of smaller articles. This may helpful, if a large post
40
- should be split into several *main chapters* but grouped together.
41
-
42
- excerpt__end
43
-
44
- // Load Liquid procedures
45
- // -----------------------------------------------------------------------------
46
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
47
-
48
- // Load page attributes
49
- // -----------------------------------------------------------------------------
50
- {% include {{load_attributes}} scope="none" %}
51
-
52
-
53
- // Page content
54
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
-
56
- // Include sub-documents
57
- // -----------------------------------------------------------------------------
58
-
59
- == The Extremes of Good and Evil
60
-
61
- .Release Loeb Classical Library, Harvard University Press, edition, 1931
62
- The title *About the Ends of Goods and Evils* requires explanation. It was
63
- Aristotle who put the ethical problem in the form of the question, What is the
64
- T𝜆o or End, the supreme end of man’s endeavour, in the attainment of which his
65
- Good or Well-being lies?
66
-
67
- For Aristotle, Telos connoted not only *aim*, but *completion*; and he found
68
- the answer to his question in the complete development and right exercise of
69
- the faculties of man’s nature, and particularly of the distinctively human
70
- faculty of Reason. The life of the Intellect was the Best, the Chief Good; and
71
- lesser Goods were Means to the attainment of this End.
72
-
73
- //////////
74
- Thus was introduced the notion of an ascending scale of Goods, and this affected
75
- the interpretation of the term Telos. Telos came to be understood as denoting
76
- not so much the end or aim of endeavour as the end or extreme point of a series,
77
- the topmost good. To this was naturally opposed an extreme of minus value,
78
- the topmost, or rather bottommost, evil.
79
-
80
- Hence arose the expressions 𝜏𝜆o 𝛾𝛼𝜃𝜈, 𝜏𝜆o 𝜅𝛼𝜅𝜈, *End of Goods, of Evils*, which
81
- occur in Philodemus, Rhetoric I, 218.8 ff. (Südhans), and are translated by
82
- Cicero finis bonorum et malorum.
83
-
84
- As a title for his book he throws this phrase into the plural, meaning
85
- *different views as to the Chief Good and Evil*. Hence in title and to some
86
- extent in method, the de Finibus may be compared with such modern works a
87
- Martineau’s Types of Ethical Theory and Sidgwick’s Methods of Ethics.
88
-
89
- [quote, Cicero · Paragraph 1.10.32, Translation by H. Rackham · Issue 1914 - De Finibus]
90
- ____
91
- But I must explain to you how all this mistaken idea of denouncing
92
- pleasure and praising pain was born and I will give you a complete
93
- account of the system, and expound the actual teachings of the great
94
- explorer of the truth, the master-builder of human happiness.
95
-
96
- No one rejects, dislikes, or avoids pleasure itself, because it is
97
- pleasure, but because those who do not know how to pursue pleasure
98
- rationally encounter consequences that are extremely painful. Nor
99
- again is there anyone who loves or pursues or desires to obtain pain
100
- of itself, because it is pain, but because occasionally circumstances
101
- occur in which toil and pain can procure him some great pleasure.
102
-
103
- To take a trivial example, which of us ever undertakes laborious
104
- physical exercise, except to obtain some advantage from it? But who
105
- has any right to find fault with a man who chooses to enjoy a pleasure
106
- that has no annoying consequences, or one who avoids a pain that
107
- produces no resultant pleasure?
108
- ____
109
-
110
- This he sets out to prove as follows: every animal, as soon as it is born,
111
- seeks for pleasure, and delights in it as the Chief Good, while it recoils
112
- from pain as the Chief Evil, and so far as possible avoids it. This it does
113
- as long as it remains unperverted, at the prompting of Nature’s own unbiased
114
- and honest verdict.
115
-
116
- Hence Epicurus refuses to admit any necessity for argument or discussion to
117
- prove that pleasure is desirable and pain to be avoided. These facts, he
118
- thinks, are perceived by the senses, as that fire is hot, snow white, honey
119
- sweet, none of which things need be proved by elaborate argument: it is enough
120
- merely to draw attention to them.
121
-
122
- For there is a difference, he holds, between formal syllogistic proof of a
123
- thing and a mere notice or reminder: the former is the method for discovering
124
- abstruse and recondite truths, the latter for indicating facts that are obvious
125
- and evident.
126
-
127
- Strip mankind of sensation, and nothing remains; it follows that Nature herself
128
- is the judge of that which is in accordance with or contrary to nature. What
129
- does Nature perceive or what does she judge of, beside pleasure and pain, to
130
- guide her actions of desire and of avoidance?
131
- //////////
@@ -1,131 +0,0 @@
1
- ---
2
- title: Series Post 3
3
- tagline: testing series elements
4
-
5
- categories: [ Examples ]
6
- tags: [ Series, Test ]
7
-
8
- series: test-series
9
- image: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
10
-
11
- regenerate: false
12
-
13
- resources: []
14
- resource_options:
15
- - toccer:
16
- collapseDepth: 3
17
- - attic:
18
- padding_top: 400
19
- padding_bottom: 50
20
- opacity: 0.5
21
- slides:
22
- - url: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
23
- alt: admin-dashboard-bootstrap
24
- ---
25
-
26
- // Page Initializer
27
- // =============================================================================
28
- // Enable the Liquid Preprocessor
29
- :page-liquid:
30
-
31
- // Set (local) page attributes here
32
- // -----------------------------------------------------------------------------
33
- // :page--attr: <attr-value>
34
-
35
- // Place an excerpt at the most top position
36
- // -----------------------------------------------------------------------------
37
- [role="dropcap mt-3"]
38
- This post is a *test series element*. Post series can help to split larger
39
- posts into a group of smaller articles. This may helpful, if a large post
40
- should be split into several *main chapters* but grouped together.
41
-
42
- excerpt__end
43
-
44
- // Load Liquid procedures
45
- // -----------------------------------------------------------------------------
46
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
47
-
48
- // Load page attributes
49
- // -----------------------------------------------------------------------------
50
- {% include {{load_attributes}} scope="none" %}
51
-
52
-
53
- // Page content
54
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
-
56
- // Include sub-documents
57
- // -----------------------------------------------------------------------------
58
-
59
- == The Extremes of Good and Evil
60
-
61
- .Release Loeb Classical Library, Harvard University Press, edition, 1931
62
- The title *About the Ends of Goods and Evils* requires explanation. It was
63
- Aristotle who put the ethical problem in the form of the question, What is the
64
- T𝜆o or End, the supreme end of man’s endeavour, in the attainment of which his
65
- Good or Well-being lies?
66
-
67
- For Aristotle, Telos connoted not only *aim*, but *completion*; and he found
68
- the answer to his question in the complete development and right exercise of
69
- the faculties of man’s nature, and particularly of the distinctively human
70
- faculty of Reason. The life of the Intellect was the Best, the Chief Good; and
71
- lesser Goods were Means to the attainment of this End.
72
-
73
- //////////
74
- Thus was introduced the notion of an ascending scale of Goods, and this affected
75
- the interpretation of the term Telos. Telos came to be understood as denoting
76
- not so much the end or aim of endeavour as the end or extreme point of a series,
77
- the topmost good. To this was naturally opposed an extreme of minus value,
78
- the topmost, or rather bottommost, evil.
79
-
80
- Hence arose the expressions 𝜏𝜆o 𝛾𝛼𝜃𝜈, 𝜏𝜆o 𝜅𝛼𝜅𝜈, *End of Goods, of Evils*, which
81
- occur in Philodemus, Rhetoric I, 218.8 ff. (Südhans), and are translated by
82
- Cicero finis bonorum et malorum.
83
-
84
- As a title for his book he throws this phrase into the plural, meaning
85
- *different views as to the Chief Good and Evil*. Hence in title and to some
86
- extent in method, the de Finibus may be compared with such modern works a
87
- Martineau’s Types of Ethical Theory and Sidgwick’s Methods of Ethics.
88
-
89
- [quote, Cicero · Paragraph 1.10.32, Translation by H. Rackham · Issue 1914 - De Finibus]
90
- ____
91
- But I must explain to you how all this mistaken idea of denouncing
92
- pleasure and praising pain was born and I will give you a complete
93
- account of the system, and expound the actual teachings of the great
94
- explorer of the truth, the master-builder of human happiness.
95
-
96
- No one rejects, dislikes, or avoids pleasure itself, because it is
97
- pleasure, but because those who do not know how to pursue pleasure
98
- rationally encounter consequences that are extremely painful. Nor
99
- again is there anyone who loves or pursues or desires to obtain pain
100
- of itself, because it is pain, but because occasionally circumstances
101
- occur in which toil and pain can procure him some great pleasure.
102
-
103
- To take a trivial example, which of us ever undertakes laborious
104
- physical exercise, except to obtain some advantage from it? But who
105
- has any right to find fault with a man who chooses to enjoy a pleasure
106
- that has no annoying consequences, or one who avoids a pain that
107
- produces no resultant pleasure?
108
- ____
109
-
110
- This he sets out to prove as follows: every animal, as soon as it is born,
111
- seeks for pleasure, and delights in it as the Chief Good, while it recoils
112
- from pain as the Chief Evil, and so far as possible avoids it. This it does
113
- as long as it remains unperverted, at the prompting of Nature’s own unbiased
114
- and honest verdict.
115
-
116
- Hence Epicurus refuses to admit any necessity for argument or discussion to
117
- prove that pleasure is desirable and pain to be avoided. These facts, he
118
- thinks, are perceived by the senses, as that fire is hot, snow white, honey
119
- sweet, none of which things need be proved by elaborate argument: it is enough
120
- merely to draw attention to them.
121
-
122
- For there is a difference, he holds, between formal syllogistic proof of a
123
- thing and a mere notice or reminder: the former is the method for discovering
124
- abstruse and recondite truths, the latter for indicating facts that are obvious
125
- and evident.
126
-
127
- Strip mankind of sensation, and nothing remains; it follows that Nature herself
128
- is the judge of that which is in accordance with or contrary to nature. What
129
- does Nature perceive or what does she judge of, beside pleasure and pain, to
130
- guide her actions of desire and of avoidance?
131
- //////////
@@ -1,132 +0,0 @@
1
- ---
2
- title: Series Post 4
3
- tagline: testing series elements
4
-
5
- categories: [ Examples ]
6
- tags: [ Series, Test ]
7
-
8
- series: test-series
9
- image: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
10
-
11
- regenerate: false
12
-
13
- resources: []
14
- resource_options:
15
- - toccer:
16
- collapseDepth: 3
17
- - attic:
18
- padding_top: 400
19
- padding_bottom: 50
20
- opacity: 0.5
21
- slides:
22
- - url: /assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg
23
- alt: admin-dashboard-bootstrap
24
- ---
25
-
26
- // Page Initializer
27
- // =============================================================================
28
- // Enable the Liquid Preprocessor
29
- :page-liquid:
30
-
31
- // Set (local) page attributes here
32
- // -----------------------------------------------------------------------------
33
- // :page--attr: <attr-value>
34
-
35
- // Place an excerpt at the most top position
36
- // -----------------------------------------------------------------------------
37
- [role="dropcap mt-3"]
38
- This post is a *test series element*. Post series can help to split larger
39
- posts into a group of smaller articles. This may helpful, if a large post
40
- should be split into several *main chapters* but grouped together.
41
-
42
-
43
- excerpt__end
44
-
45
- // Load Liquid procedures
46
- // -----------------------------------------------------------------------------
47
- {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
48
-
49
- // Load page attributes
50
- // -----------------------------------------------------------------------------
51
- {% include {{load_attributes}} scope="none" %}
52
-
53
-
54
- // Page content
55
- // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
-
57
- // Include sub-documents
58
- // -----------------------------------------------------------------------------
59
-
60
- == The Extremes of Good and Evil
61
-
62
- .Release Loeb Classical Library, Harvard University Press, edition, 1931
63
- The title *About the Ends of Goods and Evils* requires explanation. It was
64
- Aristotle who put the ethical problem in the form of the question, What is the
65
- T𝜆o or End, the supreme end of man’s endeavour, in the attainment of which his
66
- Good or Well-being lies?
67
-
68
- For Aristotle, Telos connoted not only *aim*, but *completion*; and he found
69
- the answer to his question in the complete development and right exercise of
70
- the faculties of man’s nature, and particularly of the distinctively human
71
- faculty of Reason. The life of the Intellect was the Best, the Chief Good; and
72
- lesser Goods were Means to the attainment of this End.
73
-
74
- //////////
75
- Thus was introduced the notion of an ascending scale of Goods, and this affected
76
- the interpretation of the term Telos. Telos came to be understood as denoting
77
- not so much the end or aim of endeavour as the end or extreme point of a series,
78
- the topmost good. To this was naturally opposed an extreme of minus value,
79
- the topmost, or rather bottommost, evil.
80
-
81
- Hence arose the expressions 𝜏𝜆o 𝛾𝛼𝜃𝜈, 𝜏𝜆o 𝜅𝛼𝜅𝜈, *End of Goods, of Evils*, which
82
- occur in Philodemus, Rhetoric I, 218.8 ff. (Südhans), and are translated by
83
- Cicero finis bonorum et malorum.
84
-
85
- As a title for his book he throws this phrase into the plural, meaning
86
- *different views as to the Chief Good and Evil*. Hence in title and to some
87
- extent in method, the de Finibus may be compared with such modern works a
88
- Martineau’s Types of Ethical Theory and Sidgwick’s Methods of Ethics.
89
-
90
- [quote, Cicero · Paragraph 1.10.32, Translation by H. Rackham · Issue 1914 - De Finibus]
91
- ____
92
- But I must explain to you how all this mistaken idea of denouncing
93
- pleasure and praising pain was born and I will give you a complete
94
- account of the system, and expound the actual teachings of the great
95
- explorer of the truth, the master-builder of human happiness.
96
-
97
- No one rejects, dislikes, or avoids pleasure itself, because it is
98
- pleasure, but because those who do not know how to pursue pleasure
99
- rationally encounter consequences that are extremely painful. Nor
100
- again is there anyone who loves or pursues or desires to obtain pain
101
- of itself, because it is pain, but because occasionally circumstances
102
- occur in which toil and pain can procure him some great pleasure.
103
-
104
- To take a trivial example, which of us ever undertakes laborious
105
- physical exercise, except to obtain some advantage from it? But who
106
- has any right to find fault with a man who chooses to enjoy a pleasure
107
- that has no annoying consequences, or one who avoids a pain that
108
- produces no resultant pleasure?
109
- ____
110
-
111
- This he sets out to prove as follows: every animal, as soon as it is born,
112
- seeks for pleasure, and delights in it as the Chief Good, while it recoils
113
- from pain as the Chief Evil, and so far as possible avoids it. This it does
114
- as long as it remains unperverted, at the prompting of Nature’s own unbiased
115
- and honest verdict.
116
-
117
- Hence Epicurus refuses to admit any necessity for argument or discussion to
118
- prove that pleasure is desirable and pain to be avoided. These facts, he
119
- thinks, are perceived by the senses, as that fire is hot, snow white, honey
120
- sweet, none of which things need be proved by elaborate argument: it is enough
121
- merely to draw attention to them.
122
-
123
- For there is a difference, he holds, between formal syllogistic proof of a
124
- thing and a mere notice or reminder: the former is the method for discovering
125
- abstruse and recondite truths, the latter for indicating facts that are obvious
126
- and evident.
127
-
128
- Strip mankind of sensation, and nothing remains; it follows that Nature herself
129
- is the judge of that which is in accordance with or contrary to nature. What
130
- does Nature perceive or what does she judge of, beside pleasure and pain, to
131
- guide her actions of desire and of avoidance?
132
- //////////