-
-
- {{ title or metadata.title }}
- {#- Atom and JSON feeds included by default #}
-
- {#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #}
+
+
+
+ {{ title or metadata.title }}
+
+ {#- Atom and JSON feeds included by default #}
+
+
+ {#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #}
{# Open Graph Metadata #}
-
-
-
-
+
+
+
+
- {#- #}
- {#-
+ {#- #}
+ {#-
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" %}
+ {#- 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" %}
{% include "public/css/gallery.css" %}
- {% endcss %}
- {#- Or add from node_modules #}
- {%- css %}{% include "public/css/prism-holi-theme.css" %}{% endcss %}
- {#- Render the CSS bundle using Inlined CSS (for the fastest site performance in production) #}
-
- {#- Renders the CSS bundle using a separate file, if you can't set CSP directive style-src: 'unsafe-inline' #}
- {#- #}
-
-
- Skip to main content
-
- {{ metadata.title }}
- {#- Read more about `eleventy-navigation` at https://www.11ty.dev/docs/plugins/navigation/ #}
-
-
-
- {{ content | safe }}
-
-