-
Mixed content ✔️
Metadata/SEO tests
-
I'd like to request that the dev server performs a hot reload on file save. It is noted in the docs that the developer needs to make changes, save, then reload.
[source](https://elderguide.com/tec…
-
I've added the plugin configuration like below, everything else in `elder.config.js` is unchanged from demo project.
```
'@elderjs/plugin-images': {
debug: true, // help with debugging
…
-
Some services like GitLab have the project's name to the url (`https://username.gitlab.io/project/`). I'm using a environment variable in my links to deal with the project's name being in the link.
…
-
I'd like to have the `blog/` page broken up to where I have
- `https://my-site.com/blog/` is containing all of the created posts
- `https://my-site.com/blog/this-is-a-post` is a specific post.
…
-
Hi we are having a huge amount of blogs to list on our website and we want to implement pagination for the index page, Are there any best practices for Elderjs. What direction should I take, is there …
-
As the current state of the plugin, whenever we set `addVanillaLazy: false` no image will be shown in chrome as it will use the fallback img tag whereas the current output of plugin images still using…
-
Have anyone tried authenticated pages in ElderJS, I'm thinking out loud here:
My requirement is to show a certain part of the page to only authenticated users and give them the ability to comment, …
-
Hello,
In my plugin, i have to use `allRequests` hook because i need to modify allRequest before it generate permalink.
At the moment in `allRequest` hooks, i have to check the config from ` set…
-
```
✦ ❯ yarn run build
yarn run v1.22.10
$ node ./src/cleanPublic.js && npm run build:rollup && npm run build:html
Clearing out public folder.
> opo-website@2.0.0 build:rollup
> rollup -c
…