-
Does anyone have a starter theme using this plugin?
I have Vite generating a hashed css/SCSS file, but I can't seem to get the same working for javascript.
Any demos available?
-
It seems that after first deploy (successfully) and pulishing some posts, it will get an error.
I got the error on the Netlify when Manage theme with Digital Garden Plug-in in obsidian.
Deploy error…
-
### Site URL
https://eleventy-classic-blog-starter.netlify.app/
### Source code URL
https://github.com/TigersWay/eleventy-classic-blog-starter
### Authors (GitHub usernames)
_No response_
### Op…
-
Build-time error (not runtime):
```
[11ty] Problem writing Eleventy templates: (more in DEBUG output)
[11ty] 1. Having trouble rendering liquid template ./src/tests/liquid-md.md (via TemplateCont…
-
**Describe the bug**
when running `eleventy --config=.eleventy.config.js --watch --serve` the watcher is doing two weird things.
I have a custom sass handler to deal with `scss` files (because I …
-
`{% metagen title="New Title" %}` throws an invalid syntax error. `{% metagen "title=New Title" %} doesn't throw an error however only the default meta tags are generated with no title.
Current…
-
See https://github.com/11ty/eleventy/issues/1084 for the 1.0 release. Because these can be easily migrated to:
```js
module.exports = ``;
```
in *.11ty.js files, I personally don’t think this …
-
Hi,
you have a beautiful website and I tried to clone it, but it aint working:
```
/usr/local/bin/node /usr/local/lib/node_modules/yarn/bin/yarn.js install
yarn install v1.22.10
[1/4] 🔍 Res…
-
## What part of the documentation isn’t clear?
Core concepts
## How could the documentation be improved?
When getting Indiekit set up for the first time, I was uncertain whether to select the…
-
In package.json you have a script setup for "postbuild" but it never gets called. I think that should get called during the "build" script since I believe that is what is used for production.
Addit…