jekyll-theme-editorial 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (234) hide show
  1. checksums.yaml +7 -0
  2. data/404.html +6 -0
  3. data/LICENSE.txt +63 -0
  4. data/README.md +1213 -0
  5. data/_config.yml +306 -0
  6. data/_data/categories.yml +38 -0
  7. data/_data/comments/posts/amet-varius-aliquam/20200511110657-jimbob-hexagonpants.yml +8 -0
  8. data/_data/comments/posts/amet-varius-aliquam/20200513010934-isabella-roundtoes.yml +15 -0
  9. data/_data/comments/posts/amet-varius-aliquam/20200514191919-hakira-tusunaba.yaml +8 -0
  10. data/_data/comments/posts/amet-varius-aliquam/20200515235959-jimbob-hexagonpants.yml +8 -0
  11. data/_data/features.yml +15 -0
  12. data/_data/menus.yml +42 -0
  13. data/_data/scripts.yml +13 -0
  14. data/_data/social.yml +140 -0
  15. data/_data/tags.yml +50 -0
  16. data/_data/taxonomy.yml +87 -0
  17. data/_includes/404.html +20 -0
  18. data/_includes/archives_menu.html +61 -0
  19. data/_includes/article.html +47 -0
  20. data/_includes/articles.html +42 -0
  21. data/_includes/author.html +73 -0
  22. data/_includes/authors.html +21 -0
  23. data/_includes/authors_byline.html +63 -0
  24. data/_includes/banner.html +10 -0
  25. data/_includes/categories.html +15 -0
  26. data/_includes/comment.html +43 -0
  27. data/_includes/comment_form.html +43 -0
  28. data/_includes/comments.html +20 -0
  29. data/_includes/contact.html +42 -0
  30. data/_includes/custom_head.html +6 -0
  31. data/_includes/date_modified.html +6 -0
  32. data/_includes/disqus_comments.html +19 -0
  33. data/_includes/feature.html +7 -0
  34. data/_includes/features.html +10 -0
  35. data/_includes/footer.html +4 -0
  36. data/_includes/head.html +20 -0
  37. data/_includes/item_authors.html +27 -0
  38. data/_includes/item_date.html +32 -0
  39. data/_includes/item_image.html +30 -0
  40. data/_includes/list_item.html +12 -0
  41. data/_includes/menu.html +110 -0
  42. data/_includes/mini-posts.html +32 -0
  43. data/_includes/modal.html +12 -0
  44. data/_includes/more_button.html +3 -0
  45. data/_includes/newsletter_signup.html +22 -0
  46. data/_includes/page_header.html +77 -0
  47. data/_includes/pages.html +79 -0
  48. data/_includes/pagination.html +22 -0
  49. data/_includes/post_header.html +52 -0
  50. data/_includes/post_nav.html +14 -0
  51. data/_includes/posts.html +62 -0
  52. data/_includes/projects.html +90 -0
  53. data/_includes/responsive_banner.html +20 -0
  54. data/_includes/scripts.html +22 -0
  55. data/_includes/search.html +11 -0
  56. data/_includes/section_header.html +3 -0
  57. data/_includes/series.html +32 -0
  58. data/_includes/sidebar.html +11 -0
  59. data/_includes/signin_button.html +4 -0
  60. data/_includes/site_header.html +9 -0
  61. data/_includes/social_media.html +14 -0
  62. data/_includes/social_media_list.html +14 -0
  63. data/_includes/submenu.html +25 -0
  64. data/_includes/tags.html +15 -0
  65. data/_layouts/archive.html +32 -0
  66. data/_layouts/author.html +19 -0
  67. data/_layouts/category.html +23 -0
  68. data/_layouts/default.html +29 -0
  69. data/_layouts/home.html +6 -0
  70. data/_layouts/page.html +16 -0
  71. data/_layouts/post.html +35 -0
  72. data/_layouts/project.html +24 -0
  73. data/_layouts/tag.html +23 -0
  74. data/_pages/about.md +37 -0
  75. data/_pages/archives.html +134 -0
  76. data/_pages/categories.html +94 -0
  77. data/_pages/elements.html +403 -0
  78. data/_pages/people.html +26 -0
  79. data/_pages/posts.html +11 -0
  80. data/_pages/privacy.md +52 -0
  81. data/_pages/projects.html +9 -0
  82. data/_pages/signin.md +31 -0
  83. data/_pages/tags.html +133 -0
  84. data/_pages/terms.md +44 -0
  85. data/_people/augustus.md +27 -0
  86. data/_people/aurelius.md +29 -0
  87. data/_people/julia.md +36 -0
  88. data/_people/petunia.md +26 -0
  89. data/_posts/2020-01-01-Interdum-aenean.md +47 -0
  90. data/_posts/2020-01-02-mulla-amet-dolore.md +38 -0
  91. data/_posts/2020-01-03-tempus-ullamcorper.md +122 -0
  92. data/_posts/2020-01-04-feugiat-lorem-aenean.md +35 -0
  93. data/_posts/2020-01-04-sed-etiam-facilis.md +72 -0
  94. data/_posts/2020-02-01-amet-varius-aliquam.md +27 -0
  95. data/_posts/2020-02-03-cranky-polar-bears-play-hooky-from-fishing-school.md +35 -0
  96. data/_posts/2020-02-07-high-septon-or-should-we-all-just-go-marching-along.md +43 -0
  97. data/_posts/2020-02-14-stupid-computers-and-the-games-they-play-with-our-emotions.md +30 -0
  98. data/_posts/2020-02-28-look-at-my-great-tatoos-everybody.md +31 -0
  99. data/_projects/feugiat_valley.md +32 -0
  100. data/_projects/ipsum_flats.md +42 -0
  101. data/_projects/lorem_heights.md +36 -0
  102. data/_projects/tempus_hills.md +37 -0
  103. data/_samples/page-template.md +48 -0
  104. data/_samples/people-template.md +51 -0
  105. data/_samples/post-template.md +38 -0
  106. data/_samples/project-template.md +47 -0
  107. data/_sass/base/_page.scss +42 -0
  108. data/_sass/base/_reset.scss +70 -0
  109. data/_sass/base/_typography.scss +186 -0
  110. data/_sass/components/_actions.scss +57 -0
  111. data/_sass/components/_box.scss +20 -0
  112. data/_sass/components/_button.scss +79 -0
  113. data/_sass/components/_contact.scss +41 -0
  114. data/_sass/components/_features.scss +150 -0
  115. data/_sass/components/_form.scss +173 -0
  116. data/_sass/components/_icon.scss +27 -0
  117. data/_sass/components/_icons.scss +24 -0
  118. data/_sass/components/_image.scss +68 -0
  119. data/_sass/components/_list.scss +50 -0
  120. data/_sass/components/_mini-posts.scss +25 -0
  121. data/_sass/components/_pagination.scss +64 -0
  122. data/_sass/components/_posts.scss +173 -0
  123. data/_sass/components/_row.scss +25 -0
  124. data/_sass/components/_section.scss +39 -0
  125. data/_sass/components/_table.scss +75 -0
  126. data/_sass/layout/_banner.scss +69 -0
  127. data/_sass/layout/_footer.scss +12 -0
  128. data/_sass/layout/_header.scss +54 -0
  129. data/_sass/layout/_main.scss +67 -0
  130. data/_sass/layout/_menu.scss +92 -0
  131. data/_sass/layout/_sidebar.scss +217 -0
  132. data/_sass/layout/_wrapper.scss +7 -0
  133. data/_sass/libs/_breakpoints.scss +223 -0
  134. data/_sass/libs/_functions.scss +90 -0
  135. data/_sass/libs/_html-grid.scss +149 -0
  136. data/_sass/libs/_mixins.scss +78 -0
  137. data/_sass/libs/_vars.scss +44 -0
  138. data/_sass/libs/_vendor.scss +376 -0
  139. data/_sass/main.scss +61 -0
  140. data/assets/css/fontawesome-all.min.css +7 -0
  141. data/assets/css/fonts.css +140 -0
  142. data/assets/css/github.css +61 -0
  143. data/assets/css/main.css +2276 -0
  144. data/assets/css/user.css +640 -0
  145. data/assets/images/logo.png +0 -0
  146. data/assets/images/pic01-thumb.jpg +0 -0
  147. data/assets/images/pic01.jpg +0 -0
  148. data/assets/images/pic02.jpg +0 -0
  149. data/assets/images/pic03-thumb.jpg +0 -0
  150. data/assets/images/pic03.jpg +0 -0
  151. data/assets/images/pic04.jpg +0 -0
  152. data/assets/images/pic05-avatar.jpg +0 -0
  153. data/assets/images/pic05-thumb.jpg +0 -0
  154. data/assets/images/pic05.jpg +0 -0
  155. data/assets/images/pic06.jpg +0 -0
  156. data/assets/images/pic07.jpg +0 -0
  157. data/assets/images/pic08.jpg +0 -0
  158. data/assets/images/pic09.jpg +0 -0
  159. data/assets/images/pic10.jpg +0 -0
  160. data/assets/images/pic11.jpg +0 -0
  161. data/assets/images/placeholder.png +0 -0
  162. data/assets/js/breakpoints.min.js +2 -0
  163. data/assets/js/browser.min.js +2 -0
  164. data/assets/js/comments.js +189 -0
  165. data/assets/js/email-obfuscation.js +54 -0
  166. data/assets/js/jquery.min.js +2 -0
  167. data/assets/js/main.js +263 -0
  168. data/assets/js/util.js +592 -0
  169. data/assets/webfonts/OpenSans-Bold.eot +0 -0
  170. data/assets/webfonts/OpenSans-Bold.svg +21062 -0
  171. data/assets/webfonts/OpenSans-Bold.ttf +0 -0
  172. data/assets/webfonts/OpenSans-Bold.woff +0 -0
  173. data/assets/webfonts/OpenSans-BoldItalic.eot +0 -0
  174. data/assets/webfonts/OpenSans-BoldItalic.svg +21121 -0
  175. data/assets/webfonts/OpenSans-BoldItalic.ttf +0 -0
  176. data/assets/webfonts/OpenSans-BoldItalic.woff +0 -0
  177. data/assets/webfonts/OpenSans-Italic.eot +0 -0
  178. data/assets/webfonts/OpenSans-Italic.svg +21164 -0
  179. data/assets/webfonts/OpenSans-Italic.ttf +0 -0
  180. data/assets/webfonts/OpenSans-Italic.woff +0 -0
  181. data/assets/webfonts/OpenSans-Light.eot +0 -0
  182. data/assets/webfonts/OpenSans-Light.svg +21034 -0
  183. data/assets/webfonts/OpenSans-Light.ttf +0 -0
  184. data/assets/webfonts/OpenSans-Light.woff +0 -0
  185. data/assets/webfonts/OpenSans-LightItalic.eot +0 -0
  186. data/assets/webfonts/OpenSans-LightItalic.svg +21161 -0
  187. data/assets/webfonts/OpenSans-LightItalic.ttf +0 -0
  188. data/assets/webfonts/OpenSans-LightItalic.woff +0 -0
  189. data/assets/webfonts/OpenSans-Regular.eot +0 -0
  190. data/assets/webfonts/OpenSans-Regular.svg +21064 -0
  191. data/assets/webfonts/OpenSans-Regular.ttf +0 -0
  192. data/assets/webfonts/OpenSans-Regular.woff +0 -0
  193. data/assets/webfonts/OpenSans-SemiBold.eot +0 -0
  194. data/assets/webfonts/OpenSans-SemiBold.svg +21055 -0
  195. data/assets/webfonts/OpenSans-SemiBold.ttf +0 -0
  196. data/assets/webfonts/OpenSans-SemiBold.woff +0 -0
  197. data/assets/webfonts/OpenSans-SemiBoldItalic.eot +0 -0
  198. data/assets/webfonts/OpenSans-SemiBoldItalic.svg +21154 -0
  199. data/assets/webfonts/OpenSans-SemiBoldItalic.ttf +0 -0
  200. data/assets/webfonts/OpenSans-SemiBoldItalic.woff +0 -0
  201. data/assets/webfonts/RobotoSlab-Bold.eot +0 -0
  202. data/assets/webfonts/RobotoSlab-Bold.svg +334 -0
  203. data/assets/webfonts/RobotoSlab-Bold.ttf +0 -0
  204. data/assets/webfonts/RobotoSlab-Bold.woff +0 -0
  205. data/assets/webfonts/RobotoSlab-Bold.woff2 +0 -0
  206. data/assets/webfonts/RobotoSlab-Regular +0 -0
  207. data/assets/webfonts/RobotoSlab-Regular.svg +337 -0
  208. data/assets/webfonts/RobotoSlab-Regular.ttf +0 -0
  209. data/assets/webfonts/RobotoSlab-Regular.woff +0 -0
  210. data/assets/webfonts/RobotoSlab-Regular.woff2 +0 -0
  211. data/assets/webfonts/fa-brands-400.eot +0 -0
  212. data/assets/webfonts/fa-brands-400.svg +3633 -0
  213. data/assets/webfonts/fa-brands-400.ttf +0 -0
  214. data/assets/webfonts/fa-brands-400.woff +0 -0
  215. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  216. data/assets/webfonts/fa-regular-400.eot +0 -0
  217. data/assets/webfonts/fa-regular-400.svg +803 -0
  218. data/assets/webfonts/fa-regular-400.ttf +0 -0
  219. data/assets/webfonts/fa-regular-400.woff +0 -0
  220. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  221. data/assets/webfonts/fa-solid-900.eot +0 -0
  222. data/assets/webfonts/fa-solid-900.svg +5000 -0
  223. data/assets/webfonts/fa-solid-900.ttf +0 -0
  224. data/assets/webfonts/fa-solid-900.woff +0 -0
  225. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  226. data/favicon-apple-touch-114.png +0 -0
  227. data/favicon-apple-touch-144.png +0 -0
  228. data/favicon.icns +0 -0
  229. data/favicon.ico +0 -0
  230. data/favicon.png +0 -0
  231. data/index.md +28 -0
  232. data/robots.txt +8 -0
  233. data/staticman.yml +109 -0
  234. metadata +347 -0
data/_config.yml ADDED
@@ -0,0 +1,306 @@
1
+ ###################
2
+ # Site settings
3
+ ###################
4
+ # title & subtitle appears in the top header of the page to consistently brand
5
+ # your site; these aren't page titles, which are set per-page
6
+ # tagline used by jekyll-seo-tag & optionally on the home page banner
7
+ # url the production URL of your site; note this won't be used in
8
+ # dev mode unless `JEKYLL_ENV=production` is prepended;
9
+ # override on per-page basis w/ `header_url` in front matter
10
+ title: Editorial # used by jekyll-seo-tag & jekyll-feed
11
+ subtitle: by HTML5 UP; Jekyllized by Middlebear
12
+ tagline: A free, responsive Jekyll blog template # used by jekyll-seo-tag
13
+ description: >- # used by jekyll-seo-tag & jekyll-feed
14
+ Write an awesome description for your new site under the 'description' key in
15
+ _config.yml. It will appear in your document head meta (for Google search
16
+ results) and in your feed.xml site description.
17
+ author: your-name # used by jekyll-seo-tag & jekyll-feed
18
+ email: your-email@example.com # used as contact email, unless obfuscated_email is present
19
+ baseurl: "" # leave as empty string unless site lives in a sub-path like '/blog/'
20
+ url: "https://middlebear.org" # used by jekyll-seo-tag & jekyll-feed
21
+ logo: "/assets/images/logo.png" # used by jekyll-seo-tag
22
+ lang: # default is en-us # used by jekyll-seo-tag
23
+ timezone: America/Los_Angeles # set this to a standardized TZ name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
24
+ date_format: # optional; set the way dates are formatted throughout the site - see https://ruby-doc.org/core/Time.html#method-i-strftime
25
+
26
+
27
+ ###################
28
+ # Build settings
29
+ ###################
30
+ theme: jekyll-theme-editorial # this theme! =)
31
+ permalink: /:collection/:title:output_ext # NOTE: changing this default hasn't been tested
32
+ # lsi: true # provides related posts functionality using classifier-reborn - unsupported by github pages
33
+
34
+
35
+
36
+ ###################
37
+ # Collections
38
+ ###################
39
+ collections: # The theme currently supports these 3 collections by default: [people, pages, projects]
40
+ people: # find/put people in `\_people`
41
+ output: true # set to `false` to not generate author pages for site authors
42
+ pages: # find/put pages in `\_pages`
43
+ output: true
44
+ projects: # find/put projects in `\_projects`
45
+ output: true
46
+
47
+
48
+
49
+ ###################
50
+ # Theme settings
51
+ # TODO: namespace these settings with theme name? e.g., jekyll-theme-editorial: ...
52
+ ###################
53
+ contact: # this info shows up in the contact area of the sidebar; leave any blank that you don't wish to share
54
+ name: "Name for contacting you"
55
+ heading: "Get in touch"
56
+ message: "You can obfuscate your email address to reduce spam. Click on the 'contact email' link below to reveal the real email."
57
+ email_key: 144 # choose a number between 0-255; use this key to generate obfuscated_email using the encodeEmail() function in the browser's javascript console
58
+ obfuscated_email: "90e9ffe5e2bdf5fdf1f9fcd0f5e8f1fde0fcf5bef3fffd" # https://andrewlock.net/simple-obfuscation-of-email-addresses-using-javascript/
59
+ phone: "(000) 000-0000" # shows up in the contacts section of the sidebar
60
+ address: # shows up in the contacts section of the sidebar
61
+ line1: "1 Infinite Loop"
62
+ city: "Cupertino"
63
+ state: "CA"
64
+ zipcode: "95014"
65
+ image_path: '/assets/images/' # site-wide default path for images
66
+ script_path: '/assets/js/' # site-wide default path for scripts
67
+ style_path: '/assets/css/' # site-wide default path for styles
68
+ # NOTE that if you want site author pages to not be generated, you have to set
69
+ # `output: false` under the people collection setting in Collections above
70
+ # ALSO NOTE that any link tags to authors will break if people are not output
71
+ # and jekyll-mentions will still @-link to non-existent author pages
72
+ show: # series of switches to customize what appears on the site
73
+ authors: true # single author blogs may want to disable showing the same author everywhere
74
+ post_authors: true # you may still want to show the author(s) at the bottom of posts
75
+ page_authors: true # you may still want to show the author(s) for pages
76
+ project_authors: true # you may still want to show the author(s) for projects
77
+ search: true # show search box
78
+ contact: true # show site contact information
79
+ email_address: true # show email address on contact form
80
+ newsletter: true # show newsletter sighup
81
+ comments: true # site-wide comments toggle
82
+ alt_archive_links: false # set to true when pages exist for tags/categories that only exist for projects and pages, not posts
83
+ more_button: true # show more button in sidebar and on article cards
84
+ include_summary: [projects] # collections for which to show the summary in the header
85
+ exclude_dates: [people, pages] # collections for which to not show dates in the header
86
+ related_posts_limit: 4 # site-wide number of related_posts to show
87
+ comments: # NOTE: only tested so far with the staticman commenting system
88
+ form_action: # this is where the comments form will post to; won't be used if staticman_url is supplied
89
+ email_title: "Send us a message!"
90
+ contact_text: "Send a message"
91
+ max_nesting: 3 # more than about 5 levels of replies makes comments hard to read
92
+ allow_markdown: true # NOTE: allowing markdown makes comments more susceptible to comment spam, due to links support
93
+ add_comment_message: # "Be the first to comment!"
94
+ analytics:
95
+ goatcounter: # goatcounter for personal websites is free
96
+ code: # required if using goatcounter for stats; leave blank otherwise
97
+ allow_local: false # set `true` to test analytics locally, otherwise stats won't be sent from localhost to goatcounter
98
+ staticman_url: # https://{{bridge_app_name}}.herokuapp.com/v2/entry/{{github-username}}/{{blog-repo}}/{{branch}}/comments
99
+ search: # site search parameters; NOTE: untested for now
100
+ url: # default: "/search"; where the search form POSTs to
101
+ form_method: # default: "post"; typically "post" or "get"--how the search form gets submitted
102
+ field_id: # default: "query"; the id attribute of the search field
103
+ field_name: # default: "search"; the name attribute of the search field
104
+ placeholder: # default: "Search"; the placeholder attribute of the search field
105
+ scripts: # these scripts entries can be moved to `_data/scripts.yml` for cleaner and more dynamic script inclusion
106
+ - file: jquery.min.js
107
+ - file: browser.min.js
108
+ - file: breakpoints.min.js
109
+ - file: util.js
110
+ - file: main.js
111
+ - file: email-obfuscation.js
112
+ - file: comments.js
113
+
114
+
115
+
116
+ ###################
117
+ # Page Defaults
118
+ ###################
119
+ defaults:
120
+ - scope:
121
+ path: ""
122
+ values:
123
+ layout: "default"
124
+ type: "pages"
125
+ comments: false
126
+ published: true
127
+ - scope:
128
+ path: ""
129
+ type: "posts"
130
+ image: /assets/images/default-card.png # default twitter card image for jekyll-seo-tag plugin
131
+ values:
132
+ layout: "post"
133
+ menus: 'posts' # used by jekyll-menus plugin
134
+ type: "posts"
135
+ body_class: "post" # overrides the class attribute on the html body tag
136
+ image_path: "/assets/images/"
137
+ author_bio: "<p>We're still working on a fabulous author bio and page. Check back later to learn more!</p>"
138
+ comments: true
139
+ published: true
140
+ - scope:
141
+ path: ""
142
+ type: "people"
143
+ values:
144
+ layout: "author"
145
+ menus: 'authors' # used by jekyll-menus plugin
146
+ type: "people"
147
+ image_path: "/assets/images/"
148
+ author_bio: "<p>We're still working on a fabulous author bio and page. Check back later to learn more!</p>"
149
+ comments: false
150
+ published: true
151
+ - scope:
152
+ path: ""
153
+ type: "pages"
154
+ values:
155
+ layout: "page"
156
+ type: "pages"
157
+ image_path: "/assets/images/"
158
+ comments: false
159
+ published: true
160
+ - scope:
161
+ path: ""
162
+ type: "projects"
163
+ values:
164
+ layout: "project"
165
+ menus: 'projects' # used by jekyll-menus plugin
166
+ type: "projects"
167
+ image_path: "/assets/images/"
168
+ comments: false
169
+ published: false
170
+ - scope:
171
+ path: "/assets/images"
172
+ values:
173
+ image: true
174
+
175
+
176
+
177
+ ###################
178
+ # Plugins
179
+ ###################
180
+ # NOTE: plugin detection relies on this array; make sure to list the plugins
181
+ # being used here, even if listed in the `Gemfile :jekyll_plugins` group
182
+ plugins:
183
+ - jekyll-feed
184
+ - jekyll-seo-tag
185
+ # - jekyll-remote-theme # to use this theme on github pages
186
+ # - jekyll-paginate
187
+ # - jekyll-mentions
188
+ # - jekyll-sitemap
189
+ # - jemoji
190
+ # - jekyll-archives # unsupported by github pages
191
+ # - jekyll-hashtags # unsupported by github pages
192
+ # - jekyll-menus # unsupported by github pages
193
+ # - jekyll-paginate-v2 # unsupported by github pages
194
+ # - jekyll-webmentions # unsupported by github pages
195
+
196
+
197
+ ###################
198
+ # Jekyll Feed - https://github.com/jekyll/jekyll-feed
199
+ ###################
200
+ feed:
201
+ excerpt_only: true
202
+ categories: # See jekyll-feed documentation for config options
203
+ collections: # See jekyll-feed documentation for config options
204
+
205
+
206
+ ###################
207
+ # Jekyll Mentions - https://github.com/jekyll/jekyll-mentions
208
+ ###################
209
+ jekyll-mentions: /people
210
+
211
+
212
+ ###################
213
+ # Remote Theme - https://github.com/benbalter/jekyll-remote-theme
214
+ # only needed on github pages, which automatically compiles jekyll for you
215
+ ###################
216
+ remote_theme: middlebear/jekyll-theme-editorial
217
+ # remote_theme: middlebear/jekyll-theme-editorial@0.1.0 # to lock to a given version
218
+
219
+
220
+ ###################
221
+ # Jekyll Paginate - https://jekyllrb.com/docs/pagination/
222
+ ###################
223
+ # paginate: 3
224
+ paginate_path: "/posts/:num/"
225
+
226
+
227
+ ###################
228
+ # Jekyll Paginate v2 (unsupported by github pages) - https://github.com/sverrirs/jekyll-paginate-v2
229
+ ###################
230
+ pagination:
231
+ enabled: false # Site-wide kill switch, disabled here it doesn't run at all
232
+ debug: false # Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages
233
+ per_page: 12 # How many objects per paginated page, used to be `paginate` (default: 0, means all)
234
+ # collection: 'posts' # The default document collection to paginate if nothing is specified ('posts' is default)
235
+ # permalink: '/page/:num/' # Pages are index.html inside this folder (default)
236
+ # permalink: '/page/:num.html' # Pages are simple html files
237
+ # permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
238
+ # title: ':title - page :num' # Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages)
239
+ # limit: 0 # Limit how many pagenated pages to create (default: 0, means all)
240
+ # sort_field: 'date' # Optional, defines the field that the posts should be sorted on (omit to default to 'date')
241
+ # sort_reverse: true # Optional, sorts the posts in reverse order (omit to default decending or sort_reverse: true)
242
+ # category: 'posts' # Optional, the default category to use, omit or just leave this as 'posts' to get a backwards-compatible behavior (all posts)
243
+ # tag: '' # Optional, the default tag to use, omit to disable
244
+ # locale: '' # Optional, the default locale to use, omit to disable (depends on a field 'locale' to be specified in the posts, in reality this can be any value, suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the ISO-639 language code )
245
+ # trail: # Optional, omit or set both before and after to zero to disable. Controls how the pagination trail for the paginated pages look like.
246
+ # before: 2
247
+ # after: 2
248
+ # extension: html # Optional, the default file extension for generated pages (e.g html, json, xml). Internally this is set to html by default
249
+ # indexpage: 'index' # Optional, the default name of the index file for generated pages (e.g. 'index.html'). Without file extension
250
+
251
+
252
+ ###################
253
+ # Jekyll Hashtags (unsupported by github pages) - https://github.com/mynux/jekyll-hashtags
254
+ ###################
255
+ # NOTE: the `/tags` base_url is only available if jekyll-archives is installed;
256
+ # use twitter or another base_url if jekyll-archives is not available
257
+ jekyll-hashtags:
258
+ # base_url: https://twitter.com/hashtag/
259
+ base_url: /tags
260
+
261
+
262
+ ###################
263
+ # Jekyll Archives (unsupported by github pages) - https://github.com/jekyll/jekyll-archives
264
+ ###################
265
+ archives_root: '/' # set this to the path prefix for all date-based archives pages, e.g., '/archives'
266
+ jekyll-archives:
267
+ enabled: [month, year, categories, tags]
268
+ layouts:
269
+ year: archive
270
+ month: archive
271
+ day: archive
272
+ category: category
273
+ tag: tag
274
+ permalinks:
275
+ year: '/:year/'
276
+ month: '/:year/:month/'
277
+ day: '/:year/:month/:day/'
278
+ tag: '/tags/:name/'
279
+ category: '/categories/:name/'
280
+
281
+
282
+ ###################
283
+ # Jekyll SEO Tag - https://github.com/jekyll/jekyll-seo-tag
284
+ ###################
285
+ twitter:
286
+ username: jekyllrb # This site's Twitter handle
287
+ card: summary # This site's default card type
288
+ facebook:
289
+ app_id: 1239284 # Facebook app ID for Facebook insights
290
+ publisher: 1232529 # Facebook page URL or ID of the publishing entity
291
+ admins: 1236093 # Facebook user ID for domain insights linked to a personal account
292
+ social: # use `_data/social.yml` to configure visible links to social media
293
+ name: "Your Name"
294
+ links:
295
+ - https://twitter.com/middlebear2
296
+ - https://gravatar.com/middlebear2
297
+ - https://github.com/middlebear
298
+ - https://rubygems.org/profiles/middlebear
299
+ - https://twitter.com/jekyllrb
300
+ - https://github.com/jekyll
301
+ webmaster_verifications:
302
+ google: UA-1234-1
303
+ bing: 1234
304
+ alexa: 1234
305
+ yandex: 1234
306
+ baidu: 1234
@@ -0,0 +1,38 @@
1
+ # these categories will show up as menu subitems under the main category page
2
+ # unfortunately, that means each new category needs to also be included here
3
+ # remove all items below to remove submenu items from the sidebar
4
+ # descriptions: not yet shown anywhere, but would be useful on the main categories page
5
+ - name: news
6
+ description: Current news items from across the world.
7
+ - name: politics
8
+ description: Local/national/international political systems, political parties, or legislation.
9
+ - name: business
10
+ description: Business happenings, the economy, markets, and trade.
11
+ - name: society
12
+ description: Social issues and community happenings.
13
+ - name: science
14
+ description: The pursuit of an understanding of the natural universe.
15
+ - name: technology
16
+ description: Science applied to human endeavors to advance our lives.
17
+ - name: culture
18
+ description: The societal patterns and fashions that binds us together.
19
+ - name: arts
20
+ description: Expressions to provoke thought and entertain.
21
+ - name: living
22
+ description: How we make lives, homes, communities and neighborhoods.
23
+ - name: chortle puffs
24
+ description: An asinine exemplar of a category.
25
+ - name: editorial
26
+ description: Opinions, and/or a certain Jekyll theme.
27
+ - name: jekyll
28
+ description: A certain static-site builder, but definitely not the fictional character.
29
+ - name: polar bears
30
+ description: WHO DOESN'T LIKE POLAR BEARS, right?
31
+ - name: yup polar bears again
32
+ description: What better than to have ANOTHER category for polar bears.
33
+ - name: vistas
34
+ description: You know, places to go look at the view. Definitely not the crappy Windows version.
35
+ - name: heavenly
36
+ description: Oh so purty!
37
+ - name: site
38
+ description: All the stuff pertaining to this site.
@@ -0,0 +1,8 @@
1
+ _id: mno56pqr-abcd-1234-0987-stuvefghijkl
2
+ _parent: '/posts/amet-varius-aliquam.html'
3
+ parent_id: ''
4
+ name: JimBob Hexagonpants
5
+ date: '2020-05-11T11:06:57.501Z'
6
+ email: ''
7
+ message: >-
8
+ It was **wonderful** hearing about this _great topic_. Let's have more great posts about this interesting field. When is the next one going to be?
@@ -0,0 +1,15 @@
1
+ _id: 123mno456-abcd-efgh-0987-ijkpqrstuv
2
+ _parent: '/posts/amet-varius-aliquam.html#comment-1'
3
+ parent_id: 'mno56pqr-abcd-1234-0987-stuvefghijkl'
4
+ name: Isabella Roundtoes
5
+ date: '2020-05-13T01:09:34.123Z'
6
+ email: 'isabella.roundtoes@whatchamacallit.example.com'
7
+ message: >-
8
+ @jimbob, what's the coolest part about this article to you? I think the title is pretty good, and then the body. But I also like the subtitle and image too. It's all good! So for me,
9
+
10
+ 1. title
11
+ 2. body
12
+ 3. subtitle
13
+ 4. image
14
+
15
+ It's all so *good*!
@@ -0,0 +1,8 @@
1
+ _id: zyx56pqr-abcd-1234-0987-stuvefghijkl
2
+ _parent: '/posts/amet-varius-aliquam.html'
3
+ parent_id: ''
4
+ name: Hakira Tusunaba
5
+ date: '2020-05-14T19:19:19.123Z'
6
+ email: ''
7
+ message: >-
8
+ How about some more praise for this post? It's such a great post, and why not, because it's so excellent. How could it not be, when it's on this site? What an awesome site this is. Just swell and groovy to boot! [Beware the spam link though](https://spam.example.com "i'm a spam link in yo' comments!")
@@ -0,0 +1,8 @@
1
+ _id: 321abc321-abcd-abcd-3210-abcdefghij
2
+ _parent: '/posts/amet-varius-aliquam.html#comment-1-1'
3
+ parent_id: '123mno456-abcd-efgh-0987-ijkpqrstuv'
4
+ name: JimBob Hexagonpants
5
+ date: '2020-05-15T23:59:59.999Z'
6
+ email: 'jimbob.hexagonpants@itsawidget.example.com'
7
+ message: >-
8
+ hey @isabella, are your toes really round? If so, that is amazing! I thought my pants were unique, but those toes, wow! Anyway, I agree about the post. It's spectacular and fantastic and spellbinding too.
@@ -0,0 +1,15 @@
1
+ # Features: items to be used in the features block on the home page
2
+ # icons are fontawesome class names to be used with the feature
3
+ # use an even number if possible
4
+ - name: "Fully <em>Responsive</em>"
5
+ description: Works on a range of devices and screen sizes, with a automatically collapsing menu sidebar at smaller sizes.
6
+ icon: solid fa-laptop-code
7
+ - name: Built on <em>HTML5 + CSS3</em>
8
+ description: Uses modern browser capabilities to reduce reliance on Javascript while delivering awesome features.
9
+ icon: solid fa-code
10
+ - name: Super <em>Customizable</em>
11
+ description: Beyond content, theme elements can be configured, and even removed entirely, using site config variables or Jekyll front matter.
12
+ icon: solid fa-cog
13
+ - name: <em>100% Free</em> under the <a href="/LICENSE.txt">Creative Commons</a>
14
+ description: Following HTML5 UP's <a href="https://html5up.net/license">original license</a>, the Editorial Jekyll theme is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">CC Attribution 3.0 license</a>.
15
+ icon: solid fa-gift
data/_data/menus.yml ADDED
@@ -0,0 +1,42 @@
1
+ # `jekyll-menus`site navigation is built from this hierarchical list
2
+ sidebar:
3
+ - url: /
4
+ title: Home
5
+ identifier: home
6
+ weight: 1
7
+ - url: /about
8
+ title: About
9
+ identifier: about
10
+ weight: 10
11
+ - url: /elements
12
+ title: Elements
13
+ identifier: elements
14
+ weight: 11
15
+ - url: /posts
16
+ title: Recent Posts
17
+ identifier: posts
18
+ weight: 20
19
+ # - url: /archives
20
+ # title: Archives
21
+ # identifier: archives
22
+ # weight: 21
23
+ - url: /categories
24
+ title: Categories
25
+ identifier: categories
26
+ weight: 30
27
+ - url: /tags
28
+ title: Tags
29
+ identifier: tags
30
+ weight: 31
31
+ - url: /projects
32
+ title: Projects
33
+ identifier: projects
34
+ weight: 40
35
+ - url: /people
36
+ title: Authors
37
+ identifier: authors
38
+ weight: 50
39
+ - url: /signin
40
+ title: Sign In
41
+ identifier: signin
42
+ weight: 60