--- pagination: data: collections.decks size: 1 permalink: /decks/{{ pagination.items[0].fileSlug }}/index.html --- {% for deck in pagination.items %} {{ deck.data.title if deck.data.title else site.title }} {% bounce { path: '/css/style.css', check_path: 'src/css' } %} {% if env.environment.isProd %} {% endif %} {% bounce { path: '/reveal.js/reveal.css', check_path: 'node_modules/reveal.js/dist/reveal.css' } %} {% bounce { path: '/css/reveal-maia.css', check_path: 'src/css' } %} {% bounce { path: '/reveal.js/plugin/highlight/monokai.css', check_path: 'node_modules/reveal.js/plugin/highlight/monokai.css' } %}
{% endfor %}