@thegetty/quire-cli 0.20.2 → 0.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (369) hide show
  1. package/index.js +20 -0
  2. package/package.json +1 -1
  3. package/CHANGELOG.md +0 -46
  4. package/bin/.DS_Store +0 -0
  5. package/bin/go-iiif/.DS_Store +0 -0
  6. package/bin/index.js +0 -2
  7. package/bin/starters/README.md +0 -0
  8. package/bin/starters/default/.circleci/config.yml +0 -98
  9. package/bin/starters/default/.gitignore +0 -14
  10. package/bin/starters/default/.nojekyll +0 -0
  11. package/bin/starters/default/CHANGELOG.md +0 -38
  12. package/bin/starters/default/README.md +0 -25
  13. package/bin/starters/default/bin/deploy.sh +0 -25
  14. package/bin/starters/default/config/_default/config.yml +0 -53
  15. package/bin/starters/default/config/development/config.yml +0 -14
  16. package/bin/starters/default/config/environments/dev.yml +0 -14
  17. package/bin/starters/default/config/environments/github.yml +0 -15
  18. package/bin/starters/default/config/environments/netlify.yml +0 -18
  19. package/bin/starters/default/config/epub.yml +0 -15
  20. package/bin/starters/default/config/pdf.yml +0 -16
  21. package/bin/starters/default/config/site.yml +0 -13
  22. package/bin/starters/default/config.yml +0 -53
  23. package/bin/starters/default/content/about.md +0 -20
  24. package/bin/starters/default/content/bibliography.md +0 -7
  25. package/bin/starters/default/content/catalogue/1.md +0 -28
  26. package/bin/starters/default/content/catalogue/2.md +0 -29
  27. package/bin/starters/default/content/catalogue/3.md +0 -20
  28. package/bin/starters/default/content/catalogue/4.md +0 -22
  29. package/bin/starters/default/content/catalogue/catalogue-index.md +0 -8
  30. package/bin/starters/default/content/contents.md +0 -7
  31. package/bin/starters/default/content/contributors.md +0 -7
  32. package/bin/starters/default/content/cover.md +0 -11
  33. package/bin/starters/default/content/essay.md +0 -80
  34. package/bin/starters/default/content/intro.md +0 -21
  35. package/bin/starters/default/content/search-index.md +0 -8
  36. package/bin/starters/default/data/figures.yml +0 -90
  37. package/bin/starters/default/data/objects.yml +0 -49
  38. package/bin/starters/default/data/publication.yml +0 -149
  39. package/bin/starters/default/data/references.yml +0 -11
  40. package/bin/starters/default/static/css/custom.css +0 -0
  41. package/bin/starters/default/static/data/sample-geojson.json +0 -16
  42. package/bin/starters/default/static/downloads/.gitkeep +0 -0
  43. package/bin/starters/default/static/downloads/output.epub +0 -0
  44. package/bin/starters/default/static/downloads/output.mobi +0 -0
  45. package/bin/starters/default/static/downloads/output.pdf +0 -0
  46. package/bin/starters/default/static/img/contributors/judith-keller.jpg +0 -0
  47. package/bin/starters/default/static/img/cover.png +0 -0
  48. package/bin/starters/default/static/img/figures/duo.jpg +0 -0
  49. package/bin/starters/default/static/img/figures/evans-burroughs.jpg +0 -0
  50. package/bin/starters/default/static/img/figures/evans-child.jpg +0 -0
  51. package/bin/starters/default/static/img/figures/evans-graveyard.jpg +0 -0
  52. package/bin/starters/default/static/img/figures/evans-hymns.jpg +0 -0
  53. package/bin/starters/default/static/img/figures/evans-legionnaire.jpg +0 -0
  54. package/bin/starters/default/static/img/figures/evans-refugee.jpg +0 -0
  55. package/bin/starters/default/static/img/figures/evans-sons.jpg +0 -0
  56. package/bin/starters/default/static/img/figures/evans-video-still.jpg +0 -0
  57. package/bin/starters/default/static/img/figures/evans-washroom.jpg +0 -0
  58. package/bin/starters/default/static/img/figures/evans.jpg +0 -0
  59. package/bin/starters/default/static/img/figures/family.jpg +0 -0
  60. package/bin/starters/default/static/img/figures/lange-house.jpg +0 -0
  61. package/bin/starters/default/static/img/figures/lange.jpg +0 -0
  62. package/bin/starters/default/static/img/figures/mother-b.jpg +0 -0
  63. package/bin/starters/default/static/img/figures/mother-c.jpg +0 -0
  64. package/bin/starters/default/static/img/figures/mother.jpg +0 -0
  65. package/bin/starters/default/static/img/figures/pickers.jpg +0 -0
  66. package/bin/starters/default/static/img/logo-getty.png +0 -0
  67. package/bin/starters/default/static/img/pattern-spiral-overlay.png +0 -0
  68. package/bin/starters/default/static/js/custom.js +0 -4
  69. package/bin/themes/README.md +0 -0
  70. package/bin/themes/default/.circleci/config.yml +0 -62
  71. package/bin/themes/default/.eslintrc.js +0 -16
  72. package/bin/themes/default/.gitignore +0 -13
  73. package/bin/themes/default/.scss-lint.yml +0 -239
  74. package/bin/themes/default/CHANGELOG.md +0 -73
  75. package/bin/themes/default/LICENSE.md +0 -20
  76. package/bin/themes/default/README.md +0 -112
  77. package/bin/themes/default/archetypes/default.md +0 -2
  78. package/bin/themes/default/cypress.json +0 -7
  79. package/bin/themes/default/layouts/404.html +0 -0
  80. package/bin/themes/default/layouts/_default/baseof.html +0 -43
  81. package/bin/themes/default/layouts/_default/single.html +0 -26
  82. package/bin/themes/default/layouts/contents/single.html +0 -37
  83. package/bin/themes/default/layouts/cover/single.html +0 -128
  84. package/bin/themes/default/layouts/data/search-index.html +0 -65
  85. package/bin/themes/default/layouts/entry/single.html +0 -372
  86. package/bin/themes/default/layouts/essay/single.html +0 -24
  87. package/bin/themes/default/layouts/partials/analytics.html +0 -29
  88. package/bin/themes/default/layouts/partials/cite-this.html +0 -348
  89. package/bin/themes/default/layouts/partials/contents-list/card-image.html +0 -13
  90. package/bin/themes/default/layouts/partials/contents-list/closing-tags.html +0 -59
  91. package/bin/themes/default/layouts/partials/contents-list/contents-list.html +0 -179
  92. package/bin/themes/default/layouts/partials/contents-list/file-dir.html +0 -7
  93. package/bin/themes/default/layouts/partials/contents-list/file-path.html +0 -10
  94. package/bin/themes/default/layouts/partials/contents-list/list-item-type.html +0 -9
  95. package/bin/themes/default/layouts/partials/contents-list/list-item-types/abstract.html +0 -17
  96. package/bin/themes/default/layouts/partials/contents-list/list-item-types/brief.html +0 -7
  97. package/bin/themes/default/layouts/partials/contents-list/list-item-types/default.html +0 -9
  98. package/bin/themes/default/layouts/partials/contents-list/list-item-types/grid.html +0 -30
  99. package/bin/themes/default/layouts/partials/contents-list/section-heading.html +0 -5
  100. package/bin/themes/default/layouts/partials/contents-list.html +0 -207
  101. package/bin/themes/default/layouts/partials/contributor-info.html +0 -78
  102. package/bin/themes/default/layouts/partials/contributor-list.html +0 -102
  103. package/bin/themes/default/layouts/partials/copyright.html +0 -155
  104. package/bin/themes/default/layouts/partials/debug-contents.html +0 -8
  105. package/bin/themes/default/layouts/partials/dublin-core.html +0 -21
  106. package/bin/themes/default/layouts/partials/error-message.html +0 -19
  107. package/bin/themes/default/layouts/partials/figure-caption.html +0 -1
  108. package/bin/themes/default/layouts/partials/figure-fallback.html +0 -31
  109. package/bin/themes/default/layouts/partials/figure-image.html +0 -44
  110. package/bin/themes/default/layouts/partials/figure-label.html +0 -15
  111. package/bin/themes/default/layouts/partials/figure-soundcloud.html +0 -25
  112. package/bin/themes/default/layouts/partials/figure-table.html +0 -44
  113. package/bin/themes/default/layouts/partials/figure-vimeo.html +0 -24
  114. package/bin/themes/default/layouts/partials/figure-website.html +0 -21
  115. package/bin/themes/default/layouts/partials/figure-youtube.html +0 -23
  116. package/bin/themes/default/layouts/partials/figures/caption.html +0 -44
  117. package/bin/themes/default/layouts/partials/figures/label.html +0 -35
  118. package/bin/themes/default/layouts/partials/figures/media-types/fallback.html +0 -32
  119. package/bin/themes/default/layouts/partials/figures/media-types/image.html +0 -54
  120. package/bin/themes/default/layouts/partials/figures/media-types/soundcloud.html +0 -35
  121. package/bin/themes/default/layouts/partials/figures/media-types/table.html +0 -53
  122. package/bin/themes/default/layouts/partials/figures/media-types/vimeo.html +0 -32
  123. package/bin/themes/default/layouts/partials/figures/media-types/website.html +0 -24
  124. package/bin/themes/default/layouts/partials/figures/media-types/youtube.html +0 -29
  125. package/bin/themes/default/layouts/partials/footer-buttons.html +0 -29
  126. package/bin/themes/default/layouts/partials/head.html +0 -46
  127. package/bin/themes/default/layouts/partials/icon.html +0 -20
  128. package/bin/themes/default/layouts/partials/icons-cc.html +0 -86
  129. package/bin/themes/default/layouts/partials/icons.html +0 -54
  130. package/bin/themes/default/layouts/partials/json-ld.html +0 -117
  131. package/bin/themes/default/layouts/partials/link-list-arrow.html +0 -16
  132. package/bin/themes/default/layouts/partials/link-list.html +0 -11
  133. package/bin/themes/default/layouts/partials/menu-header.html +0 -25
  134. package/bin/themes/default/layouts/partials/menu.html +0 -69
  135. package/bin/themes/default/layouts/partials/metadata.html +0 -27
  136. package/bin/themes/default/layouts/partials/navbar.html +0 -173
  137. package/bin/themes/default/layouts/partials/open-graph.html +0 -43
  138. package/bin/themes/default/layouts/partials/page-abstract.html +0 -7
  139. package/bin/themes/default/layouts/partials/page-bibliography.html +0 -59
  140. package/bin/themes/default/layouts/partials/page-class.html +0 -9
  141. package/bin/themes/default/layouts/partials/page-contributor.html +0 -48
  142. package/bin/themes/default/layouts/partials/page-header.html +0 -22
  143. package/bin/themes/default/layouts/partials/page-title.html +0 -9
  144. package/bin/themes/default/layouts/partials/page-tombstone.html +0 -36
  145. package/bin/themes/default/layouts/partials/pdf-info.html +0 -20
  146. package/bin/themes/default/layouts/partials/pdf-title-pages.html +0 -39
  147. package/bin/themes/default/layouts/partials/scripts.html +0 -5
  148. package/bin/themes/default/layouts/partials/search.html +0 -52
  149. package/bin/themes/default/layouts/partials/site-title.html +0 -9
  150. package/bin/themes/default/layouts/partials/tests/check-node-modules.html +0 -9
  151. package/bin/themes/default/layouts/partials/tests/check-page-one-class.html +0 -21
  152. package/bin/themes/default/layouts/partials/tests/check-page-weights.html +0 -49
  153. package/bin/themes/default/layouts/partials/tests/run.html +0 -13
  154. package/bin/themes/default/layouts/partials/twitter-card.html +0 -23
  155. package/bin/themes/default/layouts/shortcodes/q-bibliography.html +0 -61
  156. package/bin/themes/default/layouts/shortcodes/q-cite.html +0 -79
  157. package/bin/themes/default/layouts/shortcodes/q-class.html +0 -3
  158. package/bin/themes/default/layouts/shortcodes/q-contributor.html +0 -327
  159. package/bin/themes/default/layouts/shortcodes/q-contributors.html +0 -11
  160. package/bin/themes/default/layouts/shortcodes/q-figure-group.html +0 -457
  161. package/bin/themes/default/layouts/shortcodes/q-figure-new.html +0 -70
  162. package/bin/themes/default/layouts/shortcodes/q-figure-zoom.html +0 -408
  163. package/bin/themes/default/layouts/shortcodes/q-figure.html +0 -86
  164. package/bin/themes/default/layouts/sitemap.xml +0 -24
  165. package/bin/themes/default/layouts/splash/single.html +0 -67
  166. package/bin/themes/default/package-lock.json +0 -13198
  167. package/bin/themes/default/package.json +0 -96
  168. package/bin/themes/default/source/css/application.scss +0 -30
  169. package/bin/themes/default/source/css/bulma-components.scss +0 -21
  170. package/bin/themes/default/source/css/colors.scss +0 -16
  171. package/bin/themes/default/source/css/components/_all.scss +0 -15
  172. package/bin/themes/default/source/css/components/container.sass +0 -35
  173. package/bin/themes/default/source/css/components/quire-buttons.scss +0 -95
  174. package/bin/themes/default/source/css/components/quire-citation.scss +0 -77
  175. package/bin/themes/default/source/css/components/quire-contents-list.scss +0 -329
  176. package/bin/themes/default/source/css/components/quire-contributors.scss +0 -131
  177. package/bin/themes/default/source/css/components/quire-copyright.scss +0 -28
  178. package/bin/themes/default/source/css/components/quire-cover.scss +0 -216
  179. package/bin/themes/default/source/css/components/quire-deepzoom.scss +0 -181
  180. package/bin/themes/default/source/css/components/quire-entry.scss +0 -651
  181. package/bin/themes/default/source/css/components/quire-figure.scss +0 -589
  182. package/bin/themes/default/source/css/components/quire-map.scss +0 -17
  183. package/bin/themes/default/source/css/components/quire-menu.scss +0 -209
  184. package/bin/themes/default/source/css/components/quire-navbar.scss +0 -366
  185. package/bin/themes/default/source/css/components/quire-page.scss +0 -920
  186. package/bin/themes/default/source/css/components/quire-popup.scss +0 -233
  187. package/bin/themes/default/source/css/components/quire-search.scss +0 -121
  188. package/bin/themes/default/source/css/epub.scss +0 -549
  189. package/bin/themes/default/source/css/fonts.scss +0 -159
  190. package/bin/themes/default/source/css/layout.scss +0 -186
  191. package/bin/themes/default/source/css/print.scss +0 -613
  192. package/bin/themes/default/source/css/utilities.scss +0 -345
  193. package/bin/themes/default/source/css/variables.scss +0 -144
  194. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.eot +0 -0
  195. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff +0 -0
  196. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff2 +0 -0
  197. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.eot +0 -0
  198. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff +0 -0
  199. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff2 +0 -0
  200. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.eot +0 -0
  201. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff +0 -0
  202. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff2 +0 -0
  203. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.eot +0 -0
  204. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff +0 -0
  205. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff2 +0 -0
  206. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.eot +0 -0
  207. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.woff +0 -0
  208. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.woff2 +0 -0
  209. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.eot +0 -0
  210. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.woff +0 -0
  211. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.woff2 +0 -0
  212. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.eot +0 -0
  213. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.woff +0 -0
  214. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.woff2 +0 -0
  215. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.eot +0 -0
  216. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.woff +0 -0
  217. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.woff2 +0 -0
  218. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.eot +0 -0
  219. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.woff +0 -0
  220. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.woff2 +0 -0
  221. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.eot +0 -0
  222. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.woff +0 -0
  223. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.woff2 +0 -0
  224. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.eot +0 -0
  225. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.woff +0 -0
  226. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.woff2 +0 -0
  227. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.eot +0 -0
  228. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.woff +0 -0
  229. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.woff2 +0 -0
  230. package/bin/themes/default/source/img/cover.png +0 -0
  231. package/bin/themes/default/source/img/fullscreen.png +0 -0
  232. package/bin/themes/default/source/img/icons/arrow_forward.png +0 -0
  233. package/bin/themes/default/source/img/icons/baseline-headset-24px.png +0 -0
  234. package/bin/themes/default/source/img/icons/baseline-videocam-24px.png +0 -0
  235. package/bin/themes/default/source/img/icons/baseline-website-24px.png +0 -0
  236. package/bin/themes/default/source/img/icons/cc-by-nc-nd.png +0 -0
  237. package/bin/themes/default/source/img/icons/cc-by-nc-sa.png +0 -0
  238. package/bin/themes/default/source/img/icons/cc-by-nc.png +0 -0
  239. package/bin/themes/default/source/img/icons/cc-by-nd.png +0 -0
  240. package/bin/themes/default/source/img/icons/cc-by-sa.png +0 -0
  241. package/bin/themes/default/source/img/icons/cc-by.png +0 -0
  242. package/bin/themes/default/source/img/icons/cc-zero.png +0 -0
  243. package/bin/themes/default/source/img/icons/close.png +0 -0
  244. package/bin/themes/default/source/img/icons/down-arrow.png +0 -0
  245. package/bin/themes/default/source/img/icons/download.png +0 -0
  246. package/bin/themes/default/source/img/icons/favicon.ico +0 -0
  247. package/bin/themes/default/source/img/icons/home.png +0 -0
  248. package/bin/themes/default/source/img/icons/left-arrow.png +0 -0
  249. package/bin/themes/default/source/img/icons/link.png +0 -0
  250. package/bin/themes/default/source/img/icons/nav.png +0 -0
  251. package/bin/themes/default/source/img/icons/right-arrow.png +0 -0
  252. package/bin/themes/default/source/img/icons/search.png +0 -0
  253. package/bin/themes/default/source/img/icons/start.png +0 -0
  254. package/bin/themes/default/source/img/layers-2x.png +0 -0
  255. package/bin/themes/default/source/img/layers.png +0 -0
  256. package/bin/themes/default/source/img/marker-icon.png +0 -0
  257. package/bin/themes/default/source/img/pattern-spiral-overlay.png +0 -0
  258. package/bin/themes/default/source/img/promo-screenshots/classic-catalogue.png +0 -0
  259. package/bin/themes/default/source/img/promo-screenshots/classic-entry.png +0 -0
  260. package/bin/themes/default/source/img/promo-screenshots/classic-essay.png +0 -0
  261. package/bin/themes/default/source/img/promo-screenshots/modern-contents.png +0 -0
  262. package/bin/themes/default/source/img/promo-screenshots/modern-cover.png +0 -0
  263. package/bin/themes/default/source/img/promo-screenshots/modern-essay.png +0 -0
  264. package/bin/themes/default/source/js/application.js +0 -604
  265. package/bin/themes/default/source/js/deepzoom.js +0 -186
  266. package/bin/themes/default/source/js/epub.js +0 -9
  267. package/bin/themes/default/source/js/fullscreen.js +0 -190
  268. package/bin/themes/default/source/js/helper.js +0 -197
  269. package/bin/themes/default/source/js/map.js +0 -94
  270. package/bin/themes/default/source/js/navigation.js +0 -59
  271. package/bin/themes/default/source/js/popup.js +0 -307
  272. package/bin/themes/default/source/js/search.js +0 -35
  273. package/bin/themes/default/source/js/soundcloud-api.js +0 -1
  274. package/bin/themes/default/static/css/epub.css +0 -401
  275. package/bin/themes/default/static/fonts/MaterialIcons-Regular.eot +0 -0
  276. package/bin/themes/default/static/fonts/MaterialIcons-Regular.woff +0 -0
  277. package/bin/themes/default/static/fonts/MaterialIcons-Regular.woff2 +0 -0
  278. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.eot +0 -0
  279. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.woff +0 -0
  280. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.woff2 +0 -0
  281. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.eot +0 -0
  282. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.woff +0 -0
  283. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.woff2 +0 -0
  284. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.eot +0 -0
  285. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.woff +0 -0
  286. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.woff2 +0 -0
  287. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.eot +0 -0
  288. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.woff +0 -0
  289. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.woff2 +0 -0
  290. package/bin/themes/default/static/fonts/notosans-bold.eot +0 -0
  291. package/bin/themes/default/static/fonts/notosans-bold.woff +0 -0
  292. package/bin/themes/default/static/fonts/notosans-bold.woff2 +0 -0
  293. package/bin/themes/default/static/fonts/notosans-bolditalic.eot +0 -0
  294. package/bin/themes/default/static/fonts/notosans-bolditalic.woff +0 -0
  295. package/bin/themes/default/static/fonts/notosans-bolditalic.woff2 +0 -0
  296. package/bin/themes/default/static/fonts/notosans-italic.eot +0 -0
  297. package/bin/themes/default/static/fonts/notosans-italic.woff +0 -0
  298. package/bin/themes/default/static/fonts/notosans-italic.woff2 +0 -0
  299. package/bin/themes/default/static/fonts/notosans-regular.eot +0 -0
  300. package/bin/themes/default/static/fonts/notosans-regular.woff +0 -0
  301. package/bin/themes/default/static/fonts/notosans-regular.woff2 +0 -0
  302. package/bin/themes/default/static/fonts/notoserif-bold.eot +0 -0
  303. package/bin/themes/default/static/fonts/notoserif-bold.woff +0 -0
  304. package/bin/themes/default/static/fonts/notoserif-bold.woff2 +0 -0
  305. package/bin/themes/default/static/fonts/notoserif-bolditalic.eot +0 -0
  306. package/bin/themes/default/static/fonts/notoserif-bolditalic.woff +0 -0
  307. package/bin/themes/default/static/fonts/notoserif-bolditalic.woff2 +0 -0
  308. package/bin/themes/default/static/fonts/notoserif-italic.eot +0 -0
  309. package/bin/themes/default/static/fonts/notoserif-italic.woff +0 -0
  310. package/bin/themes/default/static/fonts/notoserif-italic.woff2 +0 -0
  311. package/bin/themes/default/static/fonts/notoserif-regular.eot +0 -0
  312. package/bin/themes/default/static/fonts/notoserif-regular.woff +0 -0
  313. package/bin/themes/default/static/fonts/notoserif-regular.woff2 +0 -0
  314. package/bin/themes/default/static/img/baseline-website-24px.png +0 -0
  315. package/bin/themes/default/static/img/cover.png +0 -0
  316. package/bin/themes/default/static/img/fullscreen.png +0 -0
  317. package/bin/themes/default/static/img/fullscreen@2x.png +0 -0
  318. package/bin/themes/default/static/img/icons/arrow_forward.png +0 -0
  319. package/bin/themes/default/static/img/icons/baseline-headset-24px.png +0 -0
  320. package/bin/themes/default/static/img/icons/baseline-videocam-24px.png +0 -0
  321. package/bin/themes/default/static/img/icons/baseline-website-24px.png +0 -0
  322. package/bin/themes/default/static/img/icons/cc-by-nc-nd.png +0 -0
  323. package/bin/themes/default/static/img/icons/cc-by-nc-sa.png +0 -0
  324. package/bin/themes/default/static/img/icons/cc-by-nc.png +0 -0
  325. package/bin/themes/default/static/img/icons/cc-by-nd.png +0 -0
  326. package/bin/themes/default/static/img/icons/cc-by-sa.png +0 -0
  327. package/bin/themes/default/static/img/icons/cc-by.png +0 -0
  328. package/bin/themes/default/static/img/icons/cc-zero.png +0 -0
  329. package/bin/themes/default/static/img/icons/close.png +0 -0
  330. package/bin/themes/default/static/img/icons/down-arrow.png +0 -0
  331. package/bin/themes/default/static/img/icons/download.png +0 -0
  332. package/bin/themes/default/static/img/icons/favicon.ico +0 -0
  333. package/bin/themes/default/static/img/icons/home.png +0 -0
  334. package/bin/themes/default/static/img/icons/left-arrow.png +0 -0
  335. package/bin/themes/default/static/img/icons/link.png +0 -0
  336. package/bin/themes/default/static/img/icons/nav.png +0 -0
  337. package/bin/themes/default/static/img/icons/right-arrow.png +0 -0
  338. package/bin/themes/default/static/img/icons/search.png +0 -0
  339. package/bin/themes/default/static/img/icons/soundcloud.png +0 -0
  340. package/bin/themes/default/static/img/icons/start.png +0 -0
  341. package/bin/themes/default/static/img/icons/vimeo.png +0 -0
  342. package/bin/themes/default/static/img/icons/website.png +0 -0
  343. package/bin/themes/default/static/img/icons/youtube.png +0 -0
  344. package/bin/themes/default/static/img/layers-2x.png +0 -0
  345. package/bin/themes/default/static/img/layers.png +0 -0
  346. package/bin/themes/default/static/img/marker-icon.png +0 -0
  347. package/bin/themes/default/static/img/pattern-spiral-overlay.png +0 -0
  348. package/bin/themes/default/tests/.gitkeep +0 -0
  349. package/bin/themes/default/tests/e2e/.eslintrc.js +0 -9
  350. package/bin/themes/default/tests/e2e/fixtures/blns.json +0 -483
  351. package/bin/themes/default/tests/e2e/plugins/index.js +0 -22
  352. package/bin/themes/default/tests/e2e/specs/quire-contents.spec.js +0 -52
  353. package/bin/themes/default/tests/e2e/specs/quire-contributors.spec.js +0 -66
  354. package/bin/themes/default/tests/e2e/specs/quire-entry.spec.js +0 -104
  355. package/bin/themes/default/tests/e2e/specs/quire-essay.spec.js +0 -105
  356. package/bin/themes/default/tests/e2e/specs/quire-menu.spec.js +0 -38
  357. package/bin/themes/default/tests/e2e/specs/quire-modal.spec.js +0 -69
  358. package/bin/themes/default/tests/e2e/specs/quire-next-back-buttons.spec.js +0 -27
  359. package/bin/themes/default/tests/e2e/specs/quire-page.spec.js +0 -28
  360. package/bin/themes/default/tests/e2e/specs/quire-search.spec.js +0 -48
  361. package/bin/themes/default/tests/e2e/specs/quire-splash.spec.js +0 -38
  362. package/bin/themes/default/tests/e2e/support/commands.js +0 -25
  363. package/bin/themes/default/tests/e2e/support/index.js +0 -20
  364. package/bin/themes/default/theme.toml +0 -22
  365. package/bin/themes/default/tsconfig.json +0 -5
  366. package/bin/themes/default/webpack/webpack.config.dev.js +0 -128
  367. package/bin/themes/default/webpack/webpack.config.epub.js +0 -140
  368. package/bin/themes/default/webpack/webpack.config.pdf.js +0 -135
  369. package/bin/themes/default/webpack/webpack.config.prod.js +0 -133
@@ -1,239 +0,0 @@
1
- scss_files: "**/*.scss"
2
- plugin_directories: ['.scss-linters']
3
-
4
- # Default severity of all linters.
5
- severity: warning
6
-
7
- linters:
8
- BangFormat:
9
- enabled: true
10
- space_before_bang: true
11
- space_after_bang: false
12
-
13
- BemDepth:
14
- enabled: false
15
- max_elements: 1
16
-
17
- BorderZero:
18
- enabled: true
19
- convention: zero # or `none`
20
-
21
- ChainedClasses:
22
- enabled: false
23
-
24
- ColorKeyword:
25
- enabled: true
26
-
27
- ColorVariable:
28
- enabled: true
29
-
30
- Comment:
31
- enabled: true
32
- style: silent
33
-
34
- DebugStatement:
35
- enabled: true
36
-
37
- DeclarationOrder:
38
- enabled: false
39
-
40
- DisableLinterReason:
41
- enabled: false
42
-
43
- DuplicateProperty:
44
- enabled: true
45
-
46
- ElsePlacement:
47
- enabled: true
48
- style: same_line # or 'new_line'
49
-
50
- EmptyLineBetweenBlocks:
51
- enabled: true
52
- ignore_single_line_blocks: true
53
-
54
- EmptyRule:
55
- enabled: true
56
-
57
- ExtendDirective:
58
- enabled: false
59
-
60
- FinalNewline:
61
- enabled: true
62
- present: true
63
-
64
- HexLength:
65
- enabled: true
66
- style: short # or 'long'
67
-
68
- HexNotation:
69
- enabled: true
70
- style: lowercase # or 'uppercase'
71
-
72
- HexValidation:
73
- enabled: true
74
-
75
- IdSelector:
76
- enabled: true
77
-
78
- ImportantRule:
79
- enabled: true
80
-
81
- ImportPath:
82
- enabled: true
83
- leading_underscore: false
84
- filename_extension: false
85
-
86
- Indentation:
87
- enabled: true
88
- allow_non_nested_indentation: false
89
- character: space # or 'tab'
90
- width: 2
91
-
92
- LeadingZero:
93
- enabled: true
94
- style: include_zero # or 'include_zero'
95
-
96
- MergeableSelector:
97
- enabled: true
98
- force_nesting: true
99
-
100
- NameFormat:
101
- enabled: true
102
- allow_leading_underscore: true
103
- convention: hyphenated_lowercase # or 'camel_case', or 'snake_case', or a regex pattern
104
-
105
- NestingDepth:
106
- enabled: true
107
- max_depth: 5
108
- ignore_parent_selectors: false
109
-
110
- PlaceholderInExtend:
111
- enabled: false
112
-
113
- PropertyCount:
114
- enabled: false
115
- include_nested: false
116
- max_properties: 10
117
-
118
- PropertySortOrder:
119
- enabled: true
120
- ignore_unspecified: false
121
- min_properties: 2
122
- separate_groups: false
123
-
124
- PropertySpelling:
125
- enabled: true
126
- extra_properties: []
127
- disabled_properties: []
128
-
129
- PropertyUnits:
130
- enabled: true
131
- global: [
132
- 'ch', 'em', 'ex', 'rem', # Font-relative lengths
133
- 'cm', 'in', 'mm', 'pc', 'pt', 'px', 'q', # Absolute lengths
134
- 'vh', 'vw', 'vmin', 'vmax', # Viewport-percentage lengths
135
- 'deg', 'grad', 'rad', 'turn', # Angle
136
- 'ms', 's', # Duration
137
- 'Hz', 'kHz', # Frequency
138
- 'dpi', 'dpcm', 'dppx', # Resolution
139
- '%'] # Other
140
- properties: {}
141
-
142
- PseudoElement:
143
- enabled: true
144
-
145
- QualifyingElement:
146
- enabled: true
147
- allow_element_with_attribute: false
148
- allow_element_with_class: false
149
- allow_element_with_id: false
150
-
151
- SelectorDepth:
152
- enabled: true
153
- max_depth: 3
154
-
155
- SelectorFormat:
156
- enabled: true
157
- convention: hyphenated_BEM # or 'strict_BEM', or 'hyphenated_BEM', or 'snake_case', or 'camel_case', or a regex pattern
158
-
159
- Shorthand:
160
- enabled: true
161
- allowed_shorthands: [1, 2, 3]
162
-
163
- SingleLinePerProperty:
164
- enabled: true
165
- allow_single_line_rule_sets: true
166
-
167
- SingleLinePerSelector:
168
- enabled: true
169
-
170
- SpaceAfterComma:
171
- enabled: true
172
- style: one_space # or 'no_space', or 'at_least_one_space'
173
-
174
- SpaceAfterPropertyColon:
175
- enabled: true
176
- style: one_space # or 'no_space', or 'at_least_one_space', or 'aligned'
177
-
178
- SpaceAfterPropertyName:
179
- enabled: true
180
-
181
- SpaceAfterVariableName:
182
- enabled: true
183
-
184
- SpaceAroundOperator:
185
- enabled: true
186
- style: one_space # or 'at_least_one_space', or 'no_space'
187
-
188
- SpaceBeforeBrace:
189
- enabled: true
190
- style: space # or 'new_line'
191
- allow_single_line_padding: false
192
-
193
- SpaceBetweenParens:
194
- enabled: true
195
- spaces: 0
196
-
197
- StringQuotes:
198
- enabled: true
199
- style: double_quotes # or double_quotes
200
-
201
- TrailingSemicolon:
202
- enabled: true
203
-
204
- TrailingWhitespace:
205
- enabled: true
206
-
207
- TrailingZero:
208
- enabled: false
209
-
210
- TransitionAll:
211
- enabled: false
212
-
213
- UnnecessaryMantissa:
214
- enabled: true
215
-
216
- UnnecessaryParentReference:
217
- enabled: true
218
-
219
- UrlFormat:
220
- enabled: true
221
-
222
- UrlQuotes:
223
- enabled: true
224
-
225
- VariableForProperty:
226
- enabled: false
227
- properties: []
228
-
229
- VendorPrefix:
230
- enabled: true
231
- identifier_list: base
232
- additional_identifiers: []
233
- excluded_identifiers: []
234
-
235
- ZeroUnit:
236
- enabled: true
237
-
238
- Compass::*:
239
- enabled: false
@@ -1,73 +0,0 @@
1
- # Quire Starter Theme Change Log
2
-
3
- All notable changes to the `quire-starter-theme` will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
7
-
8
- ## [Unreleased]
9
-
10
- ### Added
11
-
12
- - Better Chicago/MLA citation handling for different numbers of authors and editors, as well as series titles and numbers
13
- - Progress bar height variable, default is 2px
14
- - Better default layouts for cover and splash pages without content
15
-
16
- ### Changed
17
-
18
- - The active page is now marked in the menu with an "active" class at build time, rather than client-side with JS
19
- - Hide navbar page labels on mobile
20
- - Made entry image shorter on mobile to increase target area for scrolling page
21
- - Citation URLs now specified in publication.yml with fallback to baseURL
22
- - Bibliography heading specified in config.yml rather thank being hard-coded in
23
-
24
- ### Fixed
25
-
26
- - Erroneous closing of figure modal
27
- - Bad scroll positions on some anchor links
28
- - Display of contributors in sidebar menu
29
- - Bad variable for tracking "page one" of publication
30
- - Spacing on page classes
31
- - Anchorizing of element IDs for contributors
32
- - Icon styling for citationPopupStyle: icon
33
- - Plate images, captions and grid page number positioning in pdf
34
-
35
-
36
- ## [0.18.0] - 2020-02-03
37
- ### Added
38
- + Cypress testing suite
39
- + CircleCI configuration to run Cypress Tests automatically on each pull request
40
- + Tests for all major JS functions and elements
41
-
42
- ### Changed
43
- * Handling of references for bibliographies. Now use `id` instead of `short`.
44
-
45
- ### Fixed
46
- * search.html to fix ref warning
47
- + relURL to href and src
48
- * JS bug fixes
49
- - Removed use of deprecated Hugo variables in templates
50
- * logic in footer buttons and home page link
51
-
52
- ### Security
53
- * Updated NodeJS/NPM dependencies
54
-
55
- ## [0.17.0] - 2019-08-01
56
- ### Added
57
- + Support for tabled figures
58
- + Option to add in custom JavaScript
59
-
60
- ### Changed
61
- + Improved q-contributor shortcode
62
- + Improved display of citations from the q-cite shortcode
63
- + Improvements to page layouts online and in pdf
64
-
65
- ### Fixed
66
- + Displays image tools and information in fullscreen mode
67
-
68
- ### Security
69
- * Updated NodeJS/NPM dependencies
70
-
71
- [Unreleased]: https://github.com/gettypubs/quire-starter-theme/compare/v0.18.0...HEAD
72
- [0.18.0]: https://github.com/gettypubs/quire-starter-theme/compare/v0.17.0...v0.18.0
73
- [0.17.0]: https://github.com/gettypubs/quire-starter-theme/releases/tag/v0.17.0
@@ -1,20 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 YOUR_NAME_HERE
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of
6
- this software and associated documentation files (the "Software"), to deal in
7
- the Software without restriction, including without limitation the rights to
8
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
- the Software, and to permit persons to whom the Software is furnished to do so,
10
- subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,112 +0,0 @@
1
- # Quire
2
-
3
- Developed by Getty, Quire is a new, multiformat publishing tool available for immediate access and use. Quire is in a limited beta, © J. Paul Getty Trust, and not yet released as open-source software. For a free license to use Quire, please complete [this form](https://docs.google.com/forms/d/e/1FAIpQLScKOJEq9ivhwizmdazjuhxBII-s-5SUsnerWmyF8VteeeRBhA/viewform).
4
-
5
- For information on **installing, updating, and uninstalling Quire (macOS + Windows) and Quire commands** please refer to the [Quire documentation](https://quire.getty.edu/documentation/install-uninstall/).
6
-
7
- ## Quire Default Theme
8
-
9
- This default theme is a full-featured theme designed to showcase and make use of Quire’s core features out of the box, and is included by default when starting a new Quire project with the `quire new` command. The default theme includes support for a variety of page types: page, contents, cover, essay, entry, and splash. Also included are two sub-themes, "modern" (first three screenshots below) and "classic" (second three screenshots below), which can be controlled with the `$theme` variable as documented below.
10
-
11
- ![test](source/img/promo-screenshots/modern-cover.png)
12
-
13
- ![test](source/img/promo-screenshots/modern-contents.png)
14
-
15
- ![test](source/img/promo-screenshots/modern-essay.png)
16
-
17
- ![test](source/img/promo-screenshots/classic-essay.png)
18
-
19
- ![test](source/img/promo-screenshots/classic-catalogue.png)
20
-
21
- ![test](source/img/promo-screenshots/classic-entry.png)
22
-
23
- ## Defined Variables
24
-
25
- This default theme includes a number of style variables intended to allow for relatively easy customization without having to dig into the stylesheets and CSS markup. They are explained below and can be found and changed in `/source/css/variables.scss` file. Take special note of thee `$theme` variable which can be set to "modern" or "classic", and the `$accent-color` variable which will give your publication a distinct feel in coloring all links, buttons and other navigation elements.
26
-
27
- | Variable Type | Variable | Expected Value | Description |
28
- | ------------- | -------- | -------------- | ----------- |
29
- | Primary | $accent-color | color value | The color of buttons, links and navigation elements |
30
- | | $content-background-color | color value | Main text area background color |
31
- | | $secondary-background-color | color value | Additional background color, only for modern version of the theme |
32
- | | $theme | "modern", "classic" | Shifts the overall feel and typography of the publication |
33
- | | $navbar | "normal", "accent" | Predefined options for your navbar, white or the accent color |
34
- | Page typography | $quire-base-font-size | unit value | 16px default |
35
- | | $quire-page-paragraph-style | "line-space", "indent" | Paragraph display styles, either a line space and no indent, or an indent and no line space |
36
- | Cover typography | $quire-cover-text-color | color value | |
37
- | | $quire-cover-text-scale | integer | Use decimal numbers such as .8 or 1.3 to shift the text larger or smaller |
38
- | Menu colors | $quire-menu-color | color value | |
39
- | | $quire-menu-text-color | color value | |
40
- | Image viewer colors (pop-up figure viewer & entry page viewer) | $quire-entry-image-color | color value | The background of the image viewer on entry pages |
41
- | | $quire-entry-image-icons-color | color value | |
42
- | Highlight color | $quire-hover-color | color value | Used on active links and when hovering over table rows |
43
- | Print/PDF output | $print-width | unit value | 8.5in default|
44
- | | $print-height | unit value | 11in default |
45
- | | $print-bleed | unit value | .125in default |
46
- | | $print-base-font-size | unit value | 8.5pt default |
47
- | | $print-text-color | color value | Specifying a plain black will avoid excessive color printing costs |
48
- | | $print-splash-color | color value | Background color for full-bleed splash pages |
49
- | | $print-entry-image-color | color value | Background color for full-bleed image pages |
50
- | | $print-entry-image-display | "all", "first" | Output "all" the images associated with an object on an entry page, or only the "first", main image |
51
- | Fonts | $quire-primary-font | font name | This theme includes three embedded, open license fonts, (Noto Sans, Noto Serif, and IBM Plex Sans Condensed) and also uses the widely available Times. While other fonts can be specified for use, do so with caution and line spacing, element width and margin can all shift from font to font. |
52
- | | $quire-headings-font | font name | See above |
53
- | | $quire-footnotes-font | font name | See above |
54
- | | $quire-navigation-font | font name | See above |
55
- | Navbar | $quire-navbar-color | color value | |
56
- | | $quire-navbar-hover-color | color value | |
57
- | | $quire-navbar-text-color | color value | |
58
- | Cover colors | $quire-cover-color-1 | color value | The cover includes a gradient of two colors, specified here, and a white/transparent wave graphic specified in the cover.md of the content files |
59
- | | $quire-cover-color-2 | color value | |
60
- | Layout sizes | $quire-menu-width | unit value | 352px default |
61
- | | $navbar-height | unit value | 3rem default |
62
- | | $quire-entry-header-height | unit value | 6rem default, determines the relative height of the entry page image viewer when in horizontal viewing mode |
63
- | | $quire-map-height | unit value | 500px default |
64
- | | $quire-deepzoom-height | unit value | 500px default |
65
-
66
- ## Special Classes
67
-
68
- | Class | Description |
69
- | ----- | ----------- |
70
- | page-one | For PDF output, should be used on the page/chapter where you want page 1 to start, `class: page-one`, often an Introduction or first essay rather than the Contents pages or other frontmatter |
71
- | backmatter | Can be applied to Markdown text with the `q-class` shortcode and text will be styled smaller, like the default footnotes style
72
- | is-pulled-left, is-pulled-right | Can be applied to figures or figure groups with their shortcodes, will make figures roughly half-column width and will float them to the left or right of the text |
73
- | brief, list, abstract, grid | Can be applied to pages with a `type: contents`, will alter how the contents are displayed |
74
- | side-by-side, landscape | Can be applied to pages with a `type: entry`, will alter how the image viewer is displayed |
75
-
76
-
77
- ## Configuration Parameters
78
-
79
- Outside of the theme files themselves, a Quire project will also have a config.yml file which includes a number of parameters the theme relies on.
80
-
81
- | Parameter | Expected Value | Description |
82
- | --------- | -------------- | ----------- |
83
- | searchEnabled | boolean | Turn on or off the built-in text search capability for users |
84
- | licenseIcons | boolean | Whether or not to display Creative Commons license icons |
85
- | pageLabelDivider | string | ". " default, etermines the text/spacing to be inserted between page .label and page .title |
86
- | citationPageLocationDivider | string | ", " default, determines the text/spacing to be inserted between the citation and the page number in the q-cite shortcode |
87
- | displayBiblioShort| boolean | Whether a bibilography generated with the q-cite or q-bibliography shorcodes should display the short form of the reference, along with the long. |
88
- | imageDir | string | "img" default, the directory in the `/static/` directory where you put your images |
89
- | tocType | "full", "short" | "short" will hide all sub-section pages |
90
- | menuType | "full", "short" | "short" will hide all sub-section pages |
91
- | prevPageButtonText | string | "Back" default |
92
- | nextPageButtonText | string | "Next" default |
93
- | entryPageSideBySideLayout | boolean | Entry pages can have a side-by-side layout with image on the left and text on the right, this can be controlled by `class: side-by-side` in the page YAML, or globally with this parameter |
94
- | entryPageObjectLinkText | string | "View in Collection" default |
95
- | figureLabelLocation | "on-top", "below" | Whether the figure label is "on-top" of the image in the upper left corner, or "below" it with the caption |
96
- | figureModal | boolean | If figures should be clickable to open into a full-screen modal window |
97
- | figureModalIcons | boolean | Whether to display icons with the figure modal links |
98
- | figureZoom | boolean | Whether figures should zoom or not inside the modal |
99
-
100
- ## Development Info
101
-
102
- The default theme is paired with the [default starter](https://github.com/thegetty/quire/starters/default) demo content, and is included when running `quire new`.
103
-
104
- Consult [the Quire documentation](https://quire.getty.edu/) for more detailed information on publishing with Quire.
105
-
106
- ### Testing
107
-
108
- The testing framework used for the `default-theme` is [Cypress](https://www.cypress.io/). The cypress tests are run for every pull request through circleci. However if you are developing the `default-theme` you can run the tests locally also. This is possible by running `npm install` and then running `npm run test:e2e:local` from the `default-theme`directory.
109
-
110
- ## License
111
-
112
- Copyright © 2021, J Paul Getty Trust.
@@ -1,2 +0,0 @@
1
- +++
2
- +++
@@ -1,7 +0,0 @@
1
- {
2
- "baseUrl": "http://localhost:1313",
3
- "fileServerFolder": "/",
4
- "pluginsFile": "tests/e2e/plugins/index.js",
5
- "chromeWebSecurity": false,
6
- "video": false
7
- }
File without changes
@@ -1,43 +0,0 @@
1
- {{/*
2
- Baseof template. All other files inherit from this layout, so edit it with care.
3
- The "main" bock has been added below to make it easy to slot in content from
4
- different layouts into this template, just wrap your file in {{ define "main" }}
5
- / {{ end }} tags.
6
- */}}
7
-
8
- {{- $js := "js/application.js" | relURL -}}
9
- {{- $figureModal := .Site.Params.figureModal -}}
10
-
11
- {{- partial "tests/run.html" . -}}
12
-
13
- <!DOCTYPE html>
14
- <html lang="{{ .Site.Data.publication.language }}">
15
- {{ partial "head.html" . }}
16
- <body>
17
- {{ partial "icons.html" . }}
18
- {{- if eq .Site.Params.licenseIcons true -}}
19
- {{ partial "icons-cc.html" . }}
20
- {{- end -}}
21
- {{- if eq .Site.Params.pdf true -}}
22
- {{ partial "pdf-info.html" . }}
23
- {{- end -}}
24
- <div class="quire no-js" id="container">
25
- <div class="quire__secondary remove-from-epub"
26
- id="site-menu"
27
- aria-expanded="false"
28
- role="contentinfo">
29
- {{ partial "menu.html" . }}
30
- </div>
31
-
32
- <div class="quire__primary" id="{{ with .Section }}{{ . | urlize }}-{{ end }}{{ .File.BaseFileName | lower }}">
33
- {{ partial "navbar.html" . }}
34
-
35
- {{ block "main" . }}
36
-
37
- {{ end }}
38
- </div>
39
- {{ partial "search.html" . }}
40
- </div>
41
- {{ partial "scripts.html" (dict "context" . "figureModal" $figureModal) }}
42
- </body>
43
- </html>
@@ -1,26 +0,0 @@
1
- {{/*
2
- Single page default template. Normal page content will appear in the
3
- .Content outlet below.
4
- */}}
5
-
6
- {{ define "main" }}
7
- <article class="{{ partial "page-class.html" . }} quire-page" id="main" role="main">
8
- {{ partial "page-header.html" . }}
9
- {{ if .Content }}
10
- <section class="section quire-page__content" id="content">
11
- <div class="container">
12
- <div class="content">
13
- {{ .Content }}
14
- {{ partial "page-bibliography.html" . }}
15
- </div>
16
- </div>
17
- </section>
18
- {{ end }}
19
- <section class="section quire-page__content">
20
- <div class="container">
21
- {{ partial "footer-buttons.html" . }}
22
- </div>
23
- </section>
24
- </article>
25
- {{ end }}
26
-
@@ -1,37 +0,0 @@
1
- {{/*
2
- Table of Contents (TOC) page template. Page content from the markdown will
3
- appear in the .Content outlet below. The Table of Contents list will appear
4
- below that. It is scoped to show the contents of the full site. Pages can be
5
- removed from the TOC indivudally by adding "toc: false" to the page yaml.
6
- */}}
7
-
8
- {{ define "main" }}
9
- <div class="{{ partial "page-class.html" . }} quire-contents" id="main" role="main">
10
- {{ partial "page-header.html" . }}
11
-
12
- <section class="section quire-page__content" id="content">
13
-
14
- {{- if .Content -}}
15
- <div class="container">
16
- <div class="content">
17
- {{ .Content }}
18
- </div>
19
- </div>
20
- {{- end -}}
21
-
22
- {{ $class := .Params.class }}
23
- <div class="container {{ if in $class "grid" }}is-fullhd{{ end }}">
24
- <div class="quire-contents-list {{ if in $class "grid" }} grid{{ else if in $class "abstract" }} abstract{{ else if in $class "brief" }} brief{{ else }} list{{ end }}">
25
- {{ if .Section }}
26
- {{ $scope := .File.Dir }}
27
- {{- partial "contents-list/contents-list.html" (dict "site" .Site "contentsScope" $scope "contentsLocation" ".Params.toc" "contentsPage" . ) -}}
28
- {{ else }}
29
- {{ $scope := "" }}
30
- {{- partial "contents-list/contents-list.html" (dict "site" .Site "contentsScope" $scope "contentsLocation" ".Params.toc" "contentsPage" . ) -}}
31
- {{ end }}
32
- </div>
33
- {{ partial "footer-buttons.html" . }}
34
- </div>
35
- </section>
36
- </div>
37
- {{ end }}