-
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…
-
`bridgetown plugins new` seems to produce old code:
> spec.add_dependency "bridgetown", ">= 1.2.0", "< 2.0"
**Bridgetown Version**:
bridgetown 2.0.0.beta2 "(TBD!)"
**To Reproduce**
```shell…
-
I'm following the README.md guide but unable to start bridgetown in localhost due to a message:
```
[Bridgetown] Stopping auxiliary processes...
[Bridgetown] Exception raised: Liquid::SyntaxErr…
-
Two things have happened in the last year or two:
* Vanilla CSS has gotten [really, really good](https://www.spicyweb.dev/css-nouveau/) (shameless plug!).
* esbuild has gotten better at transpilin…
-
when adding this line:
`keep_files: [".git"]`
to bridgetown.config.yml
the subdirectory `_bridgetown` is not being created, and static files are not available. however, there is no error in the l…
-
## Summary
Allow selection of package manager (npm, yarn) during setup.
## Motivation
NPM, with all its flaws, is still the most popular package manager. Also, the package managers come and g…
-
I'm trying to create simple signup form on the homepage of the site:
```html
Notify me
```
However, I'm running into this NameError:
```ruby
NameError: uninitialize…
-
Hello, I am interested if `node-runner` reuse the node instance between functions run?
```
# node is running and waiting for input?
runner = NodeRunner.new(
-
## Motivation
GitHub Pages is currently not the easiest to setup with a number of gotchas.
## Suggestion
Add docs on how to deploy with GH pages!
## Deploying to GitHub pages with Brid…
-
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…