bridgetown icon indicating copy to clipboard operation
bridgetown copied to clipboard

A next-generation progressive site generator & fullstack framework, powered by Ruby

Results 110 bridgetown issues
Sort by recently updated
recently updated
newest added

With the rapid developments in new and future CSS and seeing how Tailwind has struggled mightily to maintain relevance in the face of it (the `:has` pseudo-class alone has the...

process

Except for cases where we explicitly expect a standard hash to be supplied as an argument rather than kwarg-style calls, we should standardize around the more modern destructuring syntax.

process
ruby3

I'm looking at: https://starters.wolfgangrittner.dev/scripts And I'm realizing how unbelievably awesome it would be if you could create a new Bridgetown app in a single file. Certainly not something for production...

It'd be great to have a plugin to convert colon codes like `:+1:` into 👍. There's already support out there in the Kramdown and Jekyll ecosystems, so just need to...

enhancement

This is a class that was used heavily by both `Document` and `Page`, but once we've migrated to the new resource content engine, it won't really be necessary any longer....

process
resource engine

**May 2022 Update:** [See Below](https://github.com/bridgetownrb/bridgetown/issues/367#issuecomment-1124516677) ---- ~~As an alternative (not a replacement!)~~ to Bridgetown's YAML format for the configuration file, we could offer a Ruby-based configuration file (`bridgetown.config.rb`). It might...

enhancement
good first issue

Currently it seems that if you want to use `webpack_path` with an image in `frontend/images/`, it's not possible if the same image isn't used in a JS or CSS file...

bug

When generating a resource from a "builder origin" via the `add_resource` method, you can specify the collection and use the special front matter DSL. But when the `Bridgetown::Model::Base.find` method is...

resource engine

## Summary Add a configuration option that allows the default template engine to process files without frontmatter. ## Motivation Many basic sites don't need front matter. Requiring an empty front-matter...

good first issue

I just realized in the mad dash to get the new website out the door in March, we didn't get around to implementing a dark mode, and then I forgot...

documentation