{#- Atom and JSON feeds included by default #} {#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #} {#- #} {#- CSS bundles are provided via the `eleventy-plugin-bundle` plugin: 1. You can add to them using `{% css %}` 2. You can get from them using `{% getBundle "css" %}` or `{% getBundleFileUrl "css" %}` 3. You can do the same for JS: {% js %}{% endjs %} and 4. Learn more: https://github.com/11ty/eleventy-plugin-bundle #} {#- Add an arbitrary string to the bundle #} {%- css %}* { box-sizing: border-box; }{% endcss %} {#- Add the contents of a file to the bundle #} {%- css %}{% include "public/css/index.css" %}{% endcss %} {#- Or add from node_modules #} {# {%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %} #} {#- Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #}
Skip to main content