Jared White

Results 127 issues of Jared White

[GitPod](https://www.gitpod.io/) is pretty rad and seems to be a bit ahead of GitHub Codespaces in some ways. I just remote updated some gems and content on a Bridgetown site and...

documentation
good first issue
process

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

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

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

Currently most of the documentation pages assume the user is employing Liquid templates, and any information pertaining to how you do things in ERB and beyond is…well, siloed away in...

documentation