2018-08-24 15:30:40 +00:00
|
|
|
global:
|
|
|
|
# Note that in the case of CSS, we are replacing the version of Bulma used by
|
|
|
|
# Octavia with our own re-mixed version (and Octavia's was a replacement for
|
|
|
|
# Bulma theme's own inclusion of the Bulma CSS framework. If we had to override
|
|
|
|
# an override from Octavia or Bulma (something defined in their overrides or
|
|
|
|
# global, outside of the Bulma build), we would make our stylesheet and
|
|
|
|
# uncomment this:
|
|
|
|
# css:
|
|
|
|
# theme:
|
|
|
|
# patternlibrary/agaric/css/overrides.css: {}
|
|
|
|
# TODO: Replace JS with a JavaScript compiled from sources.
|
|
|
|
js:
|
|
|
|
patternlibrary/agaric/js/ScrollMagic.min.js: {}
|
|
|
|
patternlibrary/agaric/js/slick.min.js: {}
|
|
|
|
patternlibrary/agaric/js/bulma-carousel.min.js: {}
|
|
|
|
patternlibrary/agaric/js/script.js: {}
|
2018-12-20 20:36:28 +00:00
|
|
|
https://unpkg.com/ionicons@4.5.0/dist/ionicons.js: {}
|
2018-08-24 15:30:40 +00:00
|
|
|
dependencies:
|
|
|
|
- octavia/global
|
2019-01-15 16:19:19 +00:00
|
|
|
|
|
|
|
prism:
|
|
|
|
version: 1.15.0
|
|
|
|
css:
|
|
|
|
theme:
|
|
|
|
patternlibrary/agaric/css/prism.css: {}
|
|
|
|
js:
|
|
|
|
patternlibrary/agaric/js/prism.js: {}
|