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
@@ -0,0 +1,9 @@
1
+ ---
2
+ title: Projects
3
+ date: 2020-03-01 01:23:45 -0800
4
+ permalink: /projects/ # trailing slash makes it an `index.html` file inside the `/projects/` directory, rather than a `projects.html` file in the root
5
+ ---
6
+
7
+ <p>These projects are the bomb. Well, not really a bomb, but <em>da bomb</em>, y'know, like awesome but more explosive or something. Anyway check em out and make happy noises <em>en masse</em>.</p>
8
+
9
+ {% include projects.html %}
data/_pages/signin.md ADDED
@@ -0,0 +1,31 @@
1
+ ---
2
+ title: "Sign In"
3
+ date: 2019-05-01 01:23:45 -0800
4
+ permalink: /signin
5
+ ---
6
+
7
+ This is a demo page of what a form page might look like. You probably need a static identity/authentication/authorization provider like [Userbase](https://userbase.com/ "Go to userbase.com") to make this work.
8
+
9
+ <form method="post" action="#">
10
+ <div class="row gtr-uniform">
11
+ <div class="col-6 off-3">
12
+ <input type="text" name="username" id="username" value="" placeholder="Name">
13
+ </div>
14
+ <!-- Break -->
15
+ <div class="col-6 off-3">
16
+ <input type="text" name="pwd" id="pwd" value="" placeholder="Password">
17
+ </div>
18
+ <!-- Break -->
19
+ <div class="col-6 off-3">
20
+ <input type="checkbox" id="stay-signedin" name="stay-signedin" checked="">
21
+ <label for="stay-signedin">Keep me signed in for 2 weeks</label>
22
+ </div>
23
+ <!-- Break -->
24
+ <div class="col-6 off-3">
25
+ <ul class="actions">
26
+ <li><input type="submit" value="Sign In" class="primary"></li>
27
+ <li><input type="reset" value="Reset"></li>
28
+ </ul>
29
+ </div>
30
+ </div>
31
+ </form>
data/_pages/tags.html ADDED
@@ -0,0 +1,133 @@
1
+ ---
2
+ title: Tags
3
+ date: 2020-02-03 01:23:45 -0800
4
+ permalink: /tags/ # trailing slash makes it an `index.html` file inside the `/tags/` directory, rather than a `tags.html` file in the root
5
+ # TODO: add tag pages for project- and page-specific tags, or merge project/page tags into site tags collection
6
+ # NOTE: site.tags is a collection of documents for which tag.first is the tag itself
7
+ ---
8
+
9
+ {%-if site.plugins contains 'jekyll-archives'-%}{%-assign archives_available = true-%}
10
+ {%-else-%}{%-assign archives_available = false-%}{%-endif-%}
11
+ {%-assign sorted_tags = site.tags | sort-%}
12
+ {%-assign published_projects = site.projects | where: 'published', true-%}
13
+ {%-assign published_pages = site.pages | where: 'published', true-%}
14
+ {%-assign project_tags = published_projects | map: 'tags' | join: '-----' | split: '-----' | uniq-%}
15
+ {%-assign page_tags = published_pages | map: 'tags' | join: '-----' | split: '-----' | uniq-%}
16
+ {%-assign merged_tags = project_tags | concat: page_tags | uniq | sort-%}
17
+
18
+ <p>These are the tags used on <a href="{{-site.url-}}">{{-site.title-}}</a> &nbsp;(number of &nbsp;<i class="far fa-sticky-note" style="font-size: 0.9em;"></i>&nbsp;posts{%-if published_projects != empty or published_pages != empty %} / &nbsp;<i class="fas fa-project-diagram" style="font-size: 0.7em;"></i>&nbsp;projects{%-if published_pages != empty %} / &nbsp;<i class="far fa-file-alt" style="font-size: 0.8em;"></i>&nbsp;pages{%-endif-%}{%-endif-%}).</p>
19
+ <div class="row gtr-uniform">
20
+ <div class="col-8 col-12-small">
21
+ <h2>Site-wide Tags</h2>
22
+ <ul>
23
+ {%-for tag in sorted_tags %}
24
+ {%-assign projects = published_projects | where_exp: 'project', "project.tags contains tag.first"-%}
25
+ {%-assign pages = published_pages | where_exp: 'pg', "pg.tags contains tag.first"-%}
26
+ <li>
27
+ {% if archives_available-%}
28
+ <a href="/tags/{{-tag | first | slugify-}}" title="Articles tagged '{{-tag | first-}}'">{{-tag | first-}}</a>
29
+ &nbsp; ({{-tag | last | size }}{%-if projects != empty or pages != empty %} / {{ projects | size }}{%-if pages != empty %} / {{ pages | size-}}{%-endif-%}{%-endif-%})
30
+ {%-else-%}
31
+ <strong id="{{-tag | first-}}" title="Articles tagged '{{-tag | first-}}'">{{-tag | first-}}</strong>
32
+ &nbsp; ({{-tag | last | size }}{%-if projects != empty or pages != empty %} / {{ projects | size }}{%-if pages != empty %} / {{ pages | size-}}{%-endif-%}{%-endif-%})
33
+ <ul class="compact">
34
+ {% for post in tag.last-%}
35
+ {% include list_item.html li_class="post" title_template="Check out the ':item_title' post"-%}
36
+ {%-endfor %}
37
+ {% for project in projects-%}
38
+ {% include list_item.html li_class="project" title_template="Check out the ':item_title' project"-%}
39
+ {%-endfor %}
40
+ {% for page in pages-%}
41
+ {% include list_item.html li_class="page" title_template="Check out the ':item_title' page"-%}
42
+ {%-endfor %}
43
+ </ul>
44
+ {%-endif-%}
45
+ </li>
46
+ {%-endfor %}
47
+ </ul>
48
+
49
+ {% if project_tags != empty-%}
50
+ <h2 class="tight" title="These are project tags that don't appear as site-wide, post tags"><i class="fas fa-project-diagram" style="font-size: 0.7em;"></i>&nbsp; Project-specific</h2>
51
+ {% if site.show.alt_archive_links-%}
52
+ <ul>
53
+ {% for tag in project_tags-%}
54
+ {%-if site.tags contains tag-%}{%-continue-%}{%-endif-%}
55
+ {%-assign projects = published_projects | where_exp: 'project', "project.tags contains tag"-%}
56
+ <li><a href="/tags/{{-tag | slugify-}}" title="'{{-tag | capitalize-}}' projects">{{-tag-}}</a> &nbsp;({{-projects.size-}})</li>
57
+ {%-endfor %}
58
+ </ul>
59
+ {%-else-%}
60
+ {% for tag in project_tags-%}
61
+ {%-if site.tags contains tag-%}{%-continue-%}{%-endif-%}
62
+ {%-assign projects = published_projects | where_exp: 'project', "project.tags contains tag"-%}
63
+ <h3 class="tight" title="'{{-tag | capitalize-}}' projects">{{-tag-}}</h3>
64
+ <ol>
65
+ {% for project in projects-%}
66
+ {% include list_item.html title_template="Check out the ':item_title' project"-%}
67
+ {%-endfor %}
68
+ </ol>
69
+ {%-endfor %}
70
+ {% endif-%}
71
+ {% endif %}
72
+
73
+ {% if page_tags != empty-%}
74
+ <h2 class="tight" title="These are page tags that don't appear as site-wide, post tags"><i class="far fa-file-alt" style="font-size: 0.8em;"></i>&nbsp; Page-specific</h2>
75
+ {% if site.show.alt_archive_links-%}
76
+ <ul>
77
+ {% for tag in page_tags-%}
78
+ {% if site.tags contains tag-%}{%-continue-%}{%-endif-%}
79
+ {%-assign site_pages = published_pages | where_exp: 'page', "page.tags contains tag"-%}
80
+ <li><a href="/tags/{{-tag | slugify-}}" title="'{{-tag | capitalize-}}' pages">{{-tag-}}</a> &nbsp;({{-site_pages.size-}})</li>
81
+ {%-endfor %}
82
+ </ul>
83
+ {%-else-%}
84
+ {% for tag in page_tags-%}
85
+ {%-if site.tags contains tag-%}{%-continue-%}{%-endif-%}
86
+ {%-assign pages = published_pages | where_exp: 'pg', "pg.tags contains tag"-%}
87
+ <h3 class="tight" title="'{{-tag | capitalize-}}' pages">{{-tag-}}</h3>
88
+ <ol>
89
+ {% for pg in pages-%}
90
+ <li><a href="{{-pg.url-}}" title="Check out the '{{-pg.title-}}' page">{{-pg.title-}}</a></li>
91
+ {%-endfor %}
92
+ </ol>
93
+ {%-endfor %}
94
+ {% endif-%}
95
+ {% endif %}
96
+ </div>
97
+ <aside class="column col-4 col-12-small">
98
+ <h2>Tag Cloud</h2>
99
+ <ul class="inline tags">
100
+ {%-for tag in site.tags %}
101
+ <li>
102
+ {%-if archives_available-%}
103
+ <a href="/tags/{{-tag | first | slugify-}}" title="Articles tagged '{{-tag | first-}}'" class="pill button" style="font-size: {{ tag | last | size | times:10 | plus:75-}}%; margin: 0.1rem;">{{-tag | first }} ({{-tag | last | size-}})</a>
104
+ {%-else-%}
105
+ <span title="Articles tagged '{{-tag | first-}}'" class="pill button" style="font-size: {{ tag | last | size | times:10 | plus:75-}}%; margin: 0.1rem;">{{-tag | first }} ({{-tag | last | size-}})</span>
106
+ {%-endif-%}
107
+ </li>
108
+ {%-endfor %}
109
+ {% if project_tags != empty-%}
110
+ {% for tag in project_tags %}
111
+ {% if site.tags contains tag-%}{%-continue-%}{%-endif-%}
112
+ {%-assign projects = published_projects | where_exp: 'project', "project.tags contains tag"-%}
113
+ {% if site.show.alt_archive_links-%}
114
+ <li><a href="/tags/{{-tag | slugify-}}" title="Projects tagged '{{-tag-}}'" class="pill button" style="font-size: {{ projects.size | times:10 | plus:75-}}%; margin: 0.1rem;">{{-tag }} ({{-projects.size-}})</a></li>
115
+ {%-else-%}
116
+ <li title="Projects tagged '{{-tag-}}'" class="pill button" style="font-size: {{ projects.size | times:10 | plus:75-}}%; margin: 0.1rem;">{{-tag }} ({{-projects.size-}})</li>
117
+ {% endif-%}
118
+ {% endfor %}
119
+ {% endif %}
120
+ {% if page_tags != empty-%}
121
+ {% for tag in page_tags %}
122
+ {% if site.tags contains tag or tag == ""-%}{%-continue-%}{%-endif-%}
123
+ {%-assign site_pages = published_pages | where_exp: 'page', "page.tags contains tag"-%}
124
+ {% if site.show.alt_archive_links-%}
125
+ <li><a href="/tags/{{-tag | slugify-}}" title="Pages tagged '{{-tag-}}'" class="pill button" style="font-size: {{ site_pages.size | times:10 | plus:75-}}%; margin: 0.1rem;">{{-tag }} ({{-site_pages.size-}})</a></li>
126
+ {%-else-%}
127
+ <li title="Pages tagged '{{-tag-}}'" class="pill button" style="font-size: {{ site_pages.size | times:10 | plus:75-}}%; margin: 0.1rem;">{{-tag }} ({{-site_pages.size-}})</li>
128
+ {% endif-%}
129
+ {% endfor %}
130
+ {% endif %}
131
+ </ul>
132
+ </aside>
133
+ </div>
data/_pages/terms.md ADDED
@@ -0,0 +1,44 @@
1
+ ---
2
+ # defaults assumed for these jekyll variables: layout, excerpt
3
+ # ideally, name the file similar to title (slugified - replace spaces with underscores & remove punctuation)
4
+ title: "Terms of Use"
5
+ subtitle: "Last updated on July 22, 2019"
6
+ author: [julia]
7
+ editor: [aurelius]
8
+ date: 2019-07-22 01:23:45 -0800
9
+ last_modified_at:
10
+ categories: [site]
11
+ tags: [meta, terms]
12
+ series: "Site information"
13
+ website: ""
14
+ summary: "Our Terms of Use were last updated on July 22, 2019. Use of our website indicates agreement with our Terms of Use. Please read them fully to understand your rights and obligations under these terms."
15
+ permalink: "/terms.html"
16
+ published: true
17
+ # NOTE that the first paaragraph below is the excerpt, if no excerpt is defined here in the front matter. However, projects generally use the summary in place of the excert text.
18
+ ---
19
+
20
+ ## [ NOTE: these are sample terms found on the internet. Research and draft your own terms. ]
21
+ You should read these Terms of Use (“Terms”, “Terms of Use”) before using this website operated by [Name].In this Terms of Use [Name] shall also be referred to as (‘us’, ‘we’, or ‘our’).
22
+ Your access to and use of our website is conditional on your acceptance of these Terms of Use and compliance with these Terms. These Terms of Use apply to all visitors, users and any others who access or use the website. You agree to be bound by these Terms of Use when you access or use the website. If you disagree with the Terms of Use or with any part of these Terms then you may not access the website.
23
+
24
+ {:.tight.small-caps}
25
+ ### Termination
26
+ We may suspend or terminate your access to our website at any time, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms of Use. Should your access to our website be terminated all provisions of the Terms of Use which by their nature should survive termination including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability shall survive termination.
27
+
28
+ {:.tight.small-caps}
29
+ ### Links
30
+ Our website may contain links to other websites or services that are not owned or controlled by [Name]. [Name] has no control over, and therefore assumes no responsibility for, the content, privacy policies, or practices of any third party websites or services. You acknowledge and are in agreement that [Name] is not responsible or liable, either directly or indirectly, for any loss or damage or caused or allegedly caused by the use of or reliance on any such content, goods or services available on or through any such websites or services. It is advised that you read the terms and conditions and privacy policies of any third-party websites or services that you visit.
31
+
32
+ {:.tight.small-caps}
33
+ ### Governing Law
34
+ These Terms of Use shall be governed in accordance with the laws of [Country]. Should we fail to enforce any right or provision of these Terms of Use, such failure will not be considered a waiver of those rights. In the event that any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will still remain in effect. These Terms make up the entire agreement between us regarding use of our website and replace any prior agreements we might have between us regarding your use of our website
35
+
36
+ {:.tight.small-caps}
37
+ ### Changes
38
+ We reserve the right to modify or replace these Terms of Use at any time. It is your responsibility to regularly review the Terms of Use, including the date of “Last Updated.” Your continued access and use of our website after any changes indicates your agreement to be bound by the revised terms. Your only right with respect to any dissatisfaction with these Terms of Use is to stop visiting and using our website.
39
+
40
+ {:.tight.small-caps}
41
+ ### Contact Us
42
+ If you have any questions about these Terms of Use, please contact us at <a href="[obfuscated]" data-code="{{ site.contact.obfuscated_email }}" class="u-email eml-protected" title="{{ site.contact.email_title | default: 'Send us an email!' }}">[contact email]</a> or
43
+
44
+ [mailing address]
@@ -0,0 +1,27 @@
1
+ ---
2
+ handle: augustus
3
+ name: Augustus Minimus
4
+ blurb: ""
5
+ title: "Author: Augustus Minimus" # used for the HTML page title tag
6
+ website: https://augustus.example.com/
7
+ position: "The Master of the Mini Muffins"
8
+ company: "Ghengis Khan Family Productions"
9
+ company_url: https://www.ghengiskhanfamilyproductions.com/
10
+ images:
11
+ default:
12
+ file: pic04.jpg
13
+ banner:
14
+ file: pic11.jpg
15
+ alt_text: "Augustus contemplates the meaning of life on Mount Olympus."
16
+ title: "Don't you wish you could look down on the world like this?"
17
+ alt_text: "An upbeat photo of Augustus staring at the camera sternly."
18
+ title: "Augustus glowers straight into your soul."
19
+ roles: [author]
20
+ published: true
21
+ ---
22
+
23
+ Augustus Minimus is no small man, by any measure. Tall, wide, long, round, all adjectives that fit. He's a big dude. However, he loves to make mini muffins, you know, those regular muffins that are made too small to be satisfying one at a time? Yeah, he's the master of those.
24
+
25
+ ### Explorations
26
+
27
+ Augustus loves finding new ingredients for his mini muffins. Chocolate is so old hat, why not licorice pumpernickel tomato basil muffins? Yes, he's made them. What about tuna carpaccio rutabaga walnut? Yes, they've been done. Needless to say, these are not yummy in the conventional sense. Or any sense, really.
@@ -0,0 +1,29 @@
1
+ ---
2
+ handle: aurelius
3
+ name: Aurelius Maximus
4
+ blurb: ""
5
+ title: "Co-Founder: Aurelius Maximus" # used for the HTML page title tag
6
+ series: The Partytime Collective
7
+ location: "Los Angeles, CA"
8
+ website: https://aurelius.example.com/
9
+ position: Project Manager
10
+ company: Caesar, Caesar, and Hermione, LLC.
11
+ company_url: https://www.caesarcaesarandhermione.com/
12
+ images:
13
+ default:
14
+ file: "pic05.jpg"
15
+ avatar:
16
+ file: "pic05-avatar.jpg"
17
+ title: "Dapper-hatted Aureluis contemplates the meaning of life."
18
+ alt_text: "A photo of Aurelius looking left wearing a dapper hat."
19
+ caption: "Aurelius focuses his concentration on the impending aha moment barreling straight at him."
20
+ roles: [editor, author]
21
+ published: true
22
+ comment: "Aurelius is decidedly not left-handed, even though he's looking left."
23
+ ---
24
+
25
+ Aurelius Maximus drove a chariot in his young adulthood, but earned his stripes building the Coliseum. Now he's a project manager for Caesar, Caesar, and Hermione, LLC.
26
+
27
+ ### Projects
28
+
29
+ Aurelius likes to work on construction projects of the grand variety. He's known for getting high production by providing abundant water and gruel to -slaves- workers.
data/_people/julia.md ADDED
@@ -0,0 +1,36 @@
1
+ ---
2
+ handle: julia
3
+ name: Julia Caesar
4
+ blurb: "Julia loves eruditing on her lovely Voltairian students."
5
+ title: "Co-Founder: Julia Caesar" # used for the HTML page title tag
6
+ series: The Partytime Collective
7
+ location: "New York City"
8
+ website: https://jula-caesar.example.com/
9
+ position: Erudite Prison Warden
10
+ company: Ghengis Khan Family Productions
11
+ company_url: https://www.ghengiskhanfamilyproductions.com/
12
+ social:
13
+ twitter: julia-caesar
14
+ facebook: caesardejulia
15
+ linkedin: juliamcaesar
16
+ instagram: julia_thecatfacedassassin
17
+ medium: juliacaesar
18
+ images:
19
+ default:
20
+ file: "pic01.jpg"
21
+ title: "Julia wishes upon a star and finds it to instead be a chandelier hanging in the distance."
22
+ thumbnail:
23
+ file: "pic01-thumb.jpg"
24
+ alt_text: "A photo of Julia looking like Rachel from 'Friends'"
25
+ caption: "Julia is not Rachel from 'Friends'. Don't ask her if she is, she hates that."
26
+ roles: [owner, editor, author] # not used yet
27
+ summary: "Julia Caesar ruminates on classical Greek and Ugaritic texts and recites them for her inmates to instill a love of these fascinating writings in her wards. She finds the captive audience entranced by her loquaciousness and luminary guidance. Julia enjoys making salad dressings and talking politics, when she's not out taking in the grand vistas of Roma." # the summary is shown instead of the exerpt when site.show.authors is false but site.show.post_authors is true
28
+ published: true
29
+ comment: "Hi, no one can see me!"
30
+ ---
31
+
32
+ Julia Caesar ruminates on classical Greek and Ugaritic texts and recites them for her inmates to instill a love of these fascinating writings in her wards. She finds the captive audience entranced by her loquaciousness and luminary guidance.
33
+
34
+ ### Interests
35
+
36
+ Julia enjoys making salad dressings, #lolligag's and talking politics, when she's not out taking in the grand vistas of Roma.
@@ -0,0 +1,26 @@
1
+ ---
2
+ handle: petunia
3
+ name: "Petunia Axegarden"
4
+ blurb: "Lover of gardens who won't dare not stop to smell the roses."
5
+ title: "Editor: Petunia Axegarden" # used for the HTML page title tag
6
+ series: The Partytime Collective
7
+ website: https://petunia.example.com/
8
+ position: "Horticultural Overlord"
9
+ company: "Caesar, Caesar, and Hermione, LLC."
10
+ company_url: https://www.caesarcaesarandhermione.com/
11
+ social:
12
+ twitter: petunia-axegarden-2000 # will show despite petunia not being published
13
+ images:
14
+ default:
15
+ file: pic03.jpg
16
+ alt_text: "A photo of Petunia."
17
+ roles: [editor]
18
+ published: false
19
+ comment: "Petunia still needs to finish her bio"
20
+ ---
21
+
22
+ Petunia Axegarden got her name from taking an axe to her family's garden, after which, it was no longer a garden, but a grief-stricken field. The irony of her first name is not lost on her.
23
+
24
+ ### Side Projects
25
+
26
+ Gardening. no really, gardening, as repentence for her teenage angst-filled horticultural murder spree.
@@ -0,0 +1,47 @@
1
+ ---
2
+ title: "Interdum aenean"
3
+ author: petunia
4
+ date: 2020-01-01 08:01:02 -0800
5
+ last_modified_at:
6
+ categories: [jekyll, editorial]
7
+ tags: []
8
+ series: "build-a-blog"
9
+ images:
10
+ default:
11
+ file: pic01.jpg
12
+ alt_text: "i'm some alt text for this image."
13
+ caption: "Woohoo! This photo has a caption! What a great caption! Too excited! Can't use enough exclamation points!"
14
+ title: "Within minutes, and to her real horror, Julia realized she was encapsulated by the title attribute of the default image of this post."
15
+ # NOTE that the first paaragraph below is the excerpt, if no excerpt is defined here in the front matter.
16
+ ---
17
+
18
+
19
+ Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam.
20
+
21
+ ## Aenean eget sagittis
22
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla est quam, efficitur nec tincidunt ac, finibus in leo. Ut volutpat tellus vitae velit viverra ultrices. Quisque nec congue massa, ultrices sagittis est. Quisque gravida suscipit mattis. Quisque volutpat leo lectus, nec tincidunt tellus sagittis eget. Proin nec dictum nunc. Aliquam odio urna, ultricies congue ante eget, sagittis semper lorem. Suspendisse condimentum lobortis nisl accumsan lobortis. Donec quis lacus eu neque egestas fermentum. Donec viverra lectus ac tellus bibendum pretium. Fusce feugiat tincidunt turpis, id facilisis quam rhoncus sit amet. Aenean eget sagittis est. Etiam velit dolor, facilisis ac quam sit amet, egestas pretium nisl.
23
+
24
+ ## Fusce ut ornare lacus
25
+ !["Frankly my dear, I don't give a damn!"]({{site.image_path}}pic02.jpg "Dear Scarlett, From Rhett"){:.image.right}
26
+ Nullam consequat enim ut lacinia dapibus. Duis vitae eros ex. Phasellus fringilla mauris turpis, maximus vehicula mi ornare vel. Fusce ut ornare lacus. Etiam mattis varius lectus a mattis. Fusce in dapibus odio. Nam ut lobortis dui, sed malesuada nulla. Mauris eleifend tristique dui et molestie. Nullam hendrerit lacinia diam tempus ornare. Cras in vulputate ex, nec tempor sem. Cras a tellus rhoncus purus suscipit pretium vitae at dui. Aliquam a aliquam mauris. Cras sodales sagittis tellus a efficitur.
27
+
28
+ <div class="row">
29
+ <div class="col-4 col-12-medium">
30
+ <h3>Interdum sapien gravida</h3>
31
+ <p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit.</p>
32
+ </div>
33
+ <div class="col-4 col-12-medium">
34
+ <h3>Faucibus consequat lorem</h3>
35
+ <p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit.</p>
36
+ </div>
37
+ <div class="col-4 col-12-medium">
38
+ <h3>Accumsan montes viverra</h3>
39
+ <p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit.</p>
40
+ </div>
41
+ </div>
42
+
43
+ {% capture text %}
44
+ ## Phasellus viverra
45
+ Ut consectetur molestie risus suscipit porttitor. Phasellus viverra ex nec varius interdum. Mauris nec justo id odio convallis condimentum. Nunc est tortor, dignissim id porttitor at, condimentum non mi. Sed id elementum purus, ut euismod neque. Phasellus vel rhoncus leo. Phasellus eget imperdiet tortor. Suspendisse feugiat neque vel pulvinar placerat. Etiam posuere fringilla lacus, id rutrum massa aliquam at.
46
+ {% endcapture %}
47
+ {{ text | markdownify }}
@@ -0,0 +1,38 @@
1
+ ---
2
+ title: "Nulla amet dolore"
3
+ author: aurelius
4
+ date: 2020-01-02 08:01:02 -0800
5
+ last_modified_at:
6
+ categories: [editorial]
7
+ tags: [nulla, amet, lolligag, whizbang]
8
+ location: "Feugiat Valley"
9
+ images:
10
+ default:
11
+ file: "pic02.jpg"
12
+ alt_text: "this photo has no caption and uses the default title for all images related to this post."
13
+ title: "i'm the default title attribute for all photos related to this post!"
14
+ # NOTE that the first paaragraph below is the excerpt, if no excerpt is defined here in the front matter.
15
+ ---
16
+
17
+ Nullam non quam sem. Duis hendrerit lectus justo, id tristique sem eleifend in. Nunc feugiat hendrerit dui quis sodales. Aenean euismod ultrices eros, id ornare lectus aliquam vitae. Ut sit amet molestie elit. Aenean molestie commodo ipsum. Morbi scelerisque pulvinar accumsan. Fusce massa purus, cursus in mi sit amet, venenatis sagittis lacus.
18
+
19
+ ## Nunc'in it!
20
+ Nunc mollis interdum velit, nec eleifend quam iaculis et. Praesent tempor rutrum urna ac mollis. Duis luctus, quam quis viverra eleifend, turpis tellus tincidunt quam, in tempus odio est nec tellus. Donec aliquet suscipit bibendum. Sed fermentum sagittis pretium. Fusce gravida volutpat ullamcorper. Duis eget neque id urna ornare venenatis. Morbi bibendum risus quis turpis sollicitudin, a tristique turpis gravida. Nulla a lacinia tellus. Curabitur consequat eros nec tellus tristique, eget egestas urna ornare. Phasellus egestas odio urna, ut vehicula neque viverra sit amet.
21
+
22
+ ### Curabitur consequat eros
23
+
24
+ {:.table-wrapper}
25
+ | Name | Description | Price |
26
+ | :--- | :----: | ---: |
27
+ | Item1 | Ante turpis integer aliquet porttitor. | 29.99 |
28
+ | Item2 | Vis ac commodo adipiscing arcu aliquet. | 19.99 |
29
+ | Item3 | Morbi faucibus arcu accumsan lorem. | 29.99 |
30
+ | Item4 | Vitae integer tempus condimentum. | 9.99 |
31
+ | Item5 | Ante turpis integer aliquet porttitor. | 39.99 |
32
+ ||| 199.00 |
33
+
34
+
35
+ ## Proin augue nisl, scelerisque ac augue id
36
+ ![Lo and behold!]({{site.image_path}}pic03.jpg "Corkscrew piping works wonders on winter wonderland."){:.small.image.left}
37
+ Aliquam maximus maximus rhoncus. Nullam ante turpis, pellentesque vitae enim in, scelerisque volutpat massa. Donec quis vulputate nulla. Sed elit nisl, posuere non risus vitae, vestibulum mollis neque. Nunc facilisis tristique ligula, in consequat est mollis id. Curabitur ultrices pretium laoreet. Aenean auctor mattis lobortis. Vivamus porta mi ut ante lobortis, nec semper eros auctor. Nam vitae nisl et urna pulvinar ullamcorper. Cras iaculis volutpat augue, vitae pretium massa sagittis fringilla. Nunc tristique justo in augue pellentesque iaculis. Proin augue nisl, scelerisque ac augue id, vehicula sodales arcu.
38
+
@@ -0,0 +1,122 @@
1
+ ---
2
+ title: "Tempus ullamcorper"
3
+ subtitle:
4
+ author: [julia, petunia]
5
+ date: 2020-01-03 08:01:02 -0800
6
+ last_modified_at: 2020-01-29 19:20:21 -0800
7
+ categories: [jekyll, chortle puffs]
8
+ tags: [tempus, ullamcorper, whizbang]
9
+ series: "build-a-blog"
10
+ website: https://tempus-ullamcorper.example.com/
11
+ # NOTE: this post is using the shortcut style for specifying *one* image for
12
+ # use everywhere related with this post
13
+ thumbnail: pic03-thumb.jpg
14
+ image: pic03.jpg
15
+ alt_text: "I'm an image's alt text, used by screen readers to describe this image."
16
+ image_title: "I'm an image title."
17
+ caption: "I'm an image caption."
18
+ excerpt: "Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore. Proin aliquam facilisis ante interdum. Sed nulla amet lorem feugiat tempus aliquam."
19
+ ---
20
+
21
+ ## Tempus ullamcorpervarius
22
+
23
+ {:.pullquote data-pullquote="Praesent tempor ligula elementum dui volutpat posuere."}
24
+ Tempus ullamcorpervarius purus. Sed sodales sapien at varius interdum. Curabitur ut lacinia turpis. Aliquam egestas euismod erat. Mauris magna sapien, maximus in blandit eget, egestas vitae nisi. Mauris ultrices bibendum velit, at dapibus purus hendrerit id. Praesent ullamcorper finibus mauris, nec gravida enim placerat nec. Praesent tempor ligula elementum dui volutpat posuere.
25
+
26
+ ### Laoreet quis porta
27
+ Proin imperdiet, est eget tincidunt convallis, elit velit ultrices massa, ac sollicitudin ligula ligula sed mi. Maecenas sollicitudin tempor urna nec aliquam. Sed ligula purus, suscipit mollis erat rhoncus, eleifend auctor ligula. Quisque quis pulvinar nibh. Nulla aliquam risus non consectetur sollicitudin. Aliquam erat volutpat. Ut euismod turpis ullamcorper neque mollis porttitor. Sed libero massa, ultricies ac augue sit amet, mattis scelerisque tortor. Proin aliquet tellus eget justo pellentesque ultricies. Nulla mollis sem turpis, vel bibendum nibh congue et. Suspendisse lobortis in lacus eget scelerisque. Vestibulum erat nulla, laoreet quis porta ac, tristique in nisl.
28
+
29
+ <aside class="pullquote"><p>Two options: data-pullquote attribute or aside block.</p></aside>
30
+
31
+ Mauris quis semper nibh, ac dictum urna. Maecenas ac porta tortor. Suspendisse tincidunt mattis sem et venenatis. Praesent eget est viverra, placerat elit quis, finibus nisi. Pellentesque et ex et quam lobortis mattis. Curabitur vulputate urna nec leo interdum, sed interdum lacus posuere. Praesent at massa quis mauris fermentum iaculis eget in felis.
32
+
33
+ ### Jekyll's theme.rb
34
+ ``` ruby
35
+ # frozen_string_literal: true
36
+
37
+ module Jekyll
38
+ class Theme
39
+ extend Forwardable
40
+ attr_reader :name
41
+
42
+ def_delegator :gemspec, :version, :version
43
+
44
+ def initialize(name)
45
+ @name = name.downcase.strip
46
+ Jekyll.logger.debug "Theme:", name
47
+ Jekyll.logger.debug "Theme source:", root
48
+ end
49
+
50
+ def root
51
+ # Must use File.realpath to resolve symlinks created by rbenv
52
+ # Otherwise, Jekyll.sanitized path with prepend the unresolved root
53
+ @root ||= File.realpath(gemspec.full_gem_path)
54
+ rescue Errno::ENOENT, Errno::EACCES, Errno::ELOOP
55
+ raise "Path #{gemspec.full_gem_path} does not exist, is not accessible "\
56
+ "or includes a symbolic link loop"
57
+ end
58
+
59
+ # The name of theme directory
60
+ def basename
61
+ @basename ||= File.basename(root)
62
+ end
63
+
64
+ def includes_path
65
+ @includes_path ||= path_for "_includes"
66
+ end
67
+
68
+ def layouts_path
69
+ @layouts_path ||= path_for "_layouts"
70
+ end
71
+
72
+ def sass_path
73
+ @sass_path ||= path_for "_sass"
74
+ end
75
+
76
+ def assets_path
77
+ @assets_path ||= path_for "assets"
78
+ end
79
+
80
+ def runtime_dependencies
81
+ gemspec.runtime_dependencies
82
+ end
83
+
84
+ private
85
+
86
+ def path_for(folder)
87
+ path = realpath_for(folder)
88
+ path if path && File.directory?(path)
89
+ end
90
+
91
+ def realpath_for(folder)
92
+ # This resolves all symlinks for the theme subfolder and then ensures that the directory
93
+ # remains inside the theme root. This prevents the use of symlinks for theme subfolders to
94
+ # escape the theme root.
95
+ # However, symlinks are allowed to point to other directories within the theme.
96
+ Jekyll.sanitized_path(root, File.realpath(Jekyll.sanitized_path(root, folder.to_s)))
97
+ rescue Errno::ENOENT, Errno::EACCES, Errno::ELOOP => e
98
+ log_realpath_exception(e, folder)
99
+ nil
100
+ end
101
+
102
+ def log_realpath_exception(err, folder)
103
+ return if err.is_a?(Errno::ENOENT)
104
+
105
+ case err
106
+ when Errno::EACCES
107
+ Jekyll.logger.error "Theme error:", "Directory '#{folder}' is not accessible."
108
+ when Errno::ELOOP
109
+ Jekyll.logger.error "Theme error:", "Directory '#{folder}' includes a symbolic link loop."
110
+ end
111
+ end
112
+
113
+ def gemspec
114
+ @gemspec ||= Gem::Specification.find_by_name(name)
115
+ rescue Gem::LoadError
116
+ raise Jekyll::Errors::MissingDependencyException,
117
+ "The #{name} theme could not be found."
118
+ end
119
+ end
120
+ end
121
+ ```
122
+