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

If you have a permalink of `/:foo/:bar/:title/`, you'll get actual `foo` and `bar` folders if the `foo` and `bar` permalink placeholders lambdas haven't been registered, and there are no warning...

bug

From: https://gist.github.com/cmer/5e835483015f361aa1f0cf55df3f3ee9 ``` [error]: Unhandled exception in YARD::Handlers::Ruby::ExtendHandler: in `lib/bridgetown-core.rb`:265: 265: Psych.extend Bridgetown::CoreExt::Psych::SafeLoadFile unless Psych.respond_to?(:safe_load_file) [error]: ProxyMethodError: Proxy cannot call method #mixins on object 'Psych' raise ProxyMethodError, "Proxy cannot call...

bug
documentation

It's always important to keep an eye on which questions/gotchas come up over and over again. It's often a sign that there's some DX which needs improvement. So in the...

enhancement

There's currently a converter for "SmartyPants" (aka swap in smart quotes in text), but as far as I can tell it's not a real converter — aka it doesn't actually...

process

(Follow-up because this wouldn't be addressed until after we merge in #268) The video isn't yet available publicly, but having watched Joel Hawksley's presentation on how GitHub is using ViewComponent,...

I have spent many months fantasizing about this idea, so I'm just going create an issue here because it's absolutely going to happen at some point if I have anything...

## Summary Before deploying a website, it may be helpful to do some accessibility testing. ## Motivation Ensure that sites built with Bridgetown are accessible and make sure automated checks...

UPDATE: see #283 ---- Looking through the generated docs from Yard: https://rubydoc.info/gems/bridgetown-core/ Right now any useful information contained therein is very spotty and some files have no documentation whatsoever. We...

documentation

We have Git. We can read a site repository and understand the content in context. Imagine a `bridgetown changes` command that provides a user-friendly, well-formatted list of additions, changes, and...

enhancement

In conversation with @pascalwengerter, I was realizing that for a couple plugins which are essential for nearly every website, it's left up to you to figure out how to add...

good first issue