-
I realized this plugin is missing some key functionality to support Bridgetown fully. To support [i18n](https://www.bridgetownrb.com/docs/internationalization), the simplest thing to do would be to ig…
-
Here https://github.com/bridgetownrb/node-runner/blob/master/lib/node_runner.js#L3
We have wrapper `try-catch` block.
But is there any specific reason why ` Promise.resolve()` doesn't have `ca…
-
**Update:** see https://github.com/bridgetownrb/bridgetown/issues/409#issuecomment-991376145
----
There may be opportunities to improve the UX of our command line tooling, and I'd love to explor…
-
## Summary
This feature adds an option to configure a resource collection that includes multiple other collections, kind of like a `timeline` concept. it can be used to easily create an overarching…
-
Hi everybody! A proof-of-concept implementation of what I'm calling the "Liquid Components" spec has just landed in the Bridgetown project.
**PR**: https://github.com/bridgetownrb/bridgetown/pull/2…
-
So I'm trying to upgrade from 1.3.4 to 2.0.0.beta2 (and then to the latest commit on github) do see if I encounter issues.
I have an error during boot (`uninitialized constant Bridgetown::Rack::Ro…
-
Hello, I am interested if `node-runner` reuse the node instance between functions run?
```
# node is running and waiting for input?
runner = NodeRunner.new(
-
as mentioned by @joemasilotti in #7 it would be very neat to have a config option that generates
- a single feed.xml endpoint
- including all posts
- including all custom collections
```
feed:…
-
## Current Behavior
Right now, the search in the hub content displays a list of result without a lot of context (only a title and an excerpt) as seen below:
![Capture d’écran du 2024-01-23 12-42…
-
For the life of me, I can't figure out where usage of hooks go when working with them directly. A proper example would be greatly helpful here. If they belong in the initializer or a config. I figure…