-
Hi - thankyou for sharing such a great template.
I'm converting my blog from wordpress and using your template. A lot of my titles have colons in them, like:
title: "Updated: Blah blah blah!"
…
-
https://github.com/google/eleventy-high-performance-blog/blob/main/_11ty/apply-csp.js#L71
`const headersPath = "./_site/_headers";`
This forces **Netlify** use. I'd rather use a modified DOM or SED …
-
I personally do not use Eleventy’s 18n plugin, but anyway it would be nice if this plugin could give the possibility to choose to display the navigation bar in a different language, according to the p…
-
Just tried adding this plugin and it's failing with a `Command failed with exit code 1` every time once it hits my main index.html file
```
4:27:58 PM -> Icons: "_site/index.html" file was success…
-
**Describe the bug**
> TypeError: Cannot read property 'length' of undefined
When I forget to add the `tags` key to a blog post that is being added to a custom collection in `.eleventy.js`, I'm un…
-
# Add Search to Your Static Site with Lunr.js (Hugo, Vanilla JS) - aaronluna.dev
Introduction If you DuckDuckGo or bing! the phrase “add search to static site”, you will find hundreds of articles exp…
-
### Is your feature request related to a problem? Please describe.
My site is styled with TailwindCSS, which means whenever I change **/index.liquid** (for example), I need **/assets/styles/main.css*…
-
Hey. Not sure what happened but a yarn upgrade on my existing and currently working 11ty site now is causing errors.
```
Error with passthrough copy: (more in DEBUG output)
> Having trouble copy…
-
If I'm editing a `*.njk` file using a static site generator like [Eleventy](https://www.11ty.io), I have a need to include YAML front matter in the file, like so:
```njk
---
layout: main
---
…
-
The content of other pages is not accessible inside webc pages.
## Repro
1. Create a new Eleventy + WebC project
2. Add some markdown files with "posts" tag
3. Add a `.webc` page that renders …