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

## 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...

This is a 🙋 feature or enhancement. ## Summary Adds the ability to pass a hash to `link_to` (or call `attributes_from_options` to use on any HTML tag) and have the...

**Bridgetown Version**: 1.1.0 **To Reproduce** I've added a repo which should be sufficient to reproduce this error: https://github.com/sandstrom/bridgetown-bug-repro1 But basically the steps are: 1. Install direnv and configure it for...

bug

This is a 🐛 bug fix (?) ## Summary As reported in #591, `postcss-load-config` introduced a breaking change in their latest major version update: `4.x`. Instead of loading the configuration...

I'm increasingly wary of defaults that account for years-old browsers as they result in ~~significant~~ size/performance penalties of built assets. Just one example: when autoprefixer is enabled and you add...

enhancement

Locale files have to be directly in src/_locales to work (e.g. src/_locales/en.yml), which limits the ability to organise multiple files. It looks like changing the load path in localizable.rb from...

## Summary Currently, paths for html pages are defined by the filename, or overwritten by frontmatter. With I18n, it would be quite useful to be able to localise this. This...

This is a 🙋 feature or enhancement. ## Summary Updates i18n fallback chain to include base languages for regional variants (e.g. fr-CA falls back to fr before en). Or, more...

As our output buffer code is heavily based on the Rails implementation, we should look into updating our code to mirror the speed gains Rails just facilitated when run on...

enhancement

## Summary Bridgetown currently supports code block syntax highlighting out of the box with the help of Kramdown/Rouge. However, there currently is no way to highlight specific lines within a...

enhancement