Awesome Bridgetown
A curated list of awesome things related to Bridgetown
Bridgetown is a Webpack-aware, Ruby-powered static site generator for the modern Jamstack era. Bridgetown takes your content and frontend assets, renders Markdown and Liquid templates, and exports a complete website ready to be served by Jamstack services like Netlify or traditional web servers like Nginx.
Contents
Official Resources
- Official Site
- Official Documentation
- Official Blog
- Official Bridgetown organization
- Official Repo
- Official Twitter
Official Plugins
- bridgetownrb/bridgetown-sample-plugin - Sample code for creating new Bridgetown plugins.
- bridgetownrb/bridgetown-quick-search - A Liquid + Web Component for Bridgetown sites which performs search queries with Lunr.js.
- bridgetownrb/bridgetown-cloudinary - Embed or access images with transformations using Cloudinary and Bridgetown.
- bridgetownrb/bridgetown-seo-tag - A Bridgetown plugin to add metadata tags for search engines and social networks to better index and display your site's content.
- bridgetownrb/bridgetown-feed - A Bridgetown plugin to generate an Atom feed of your Bridgetown posts.
- bridgetownrb/rubocop-bridgetown - A RuboCop extension to enforce common code style in Bridgetown plugins.
Official Automation's
- bridgetownrb/automations - A collection of helpful automation's that can be applied to Bridgetown websites.
- bridgetownrb/node-runner - A simple way to execute JavaScript in a Ruby context via Node.
Community Resources
Automation's
- bridgetown-plugin-tailwindcss - An automation for adding TailwindCSS.
- bridgetown-automation-cypress - An automation for adding Cypress.
- bridgetown-automation-turbolinks - An automation for adding Turbolinks.
- bridgetown-automation-docker-compose - An automation for adding Docker Compose.
Starters
- bridgetown-netlify-cms - A template that integrates with Netlify CMS.
- example-bridgetown-preact - An example site and automation that showcases integration of Preact and React Hook Form
Themes
- bulmatown - A Bulma CSS starter theme.
Plugins
- bridgetown-inline-svg - SVG optimizer and inliner.
- bridgetown-plausible-tag - A Bridgetown plugin to integrate Plausible analytics.
Content
Blog Posts
- Creating a blog with Bridgetown and Netlify CMS
- Build and deploy a static site with Ruby, Bridgetown, TailwindCSS, and Netlify
- 4 New Tools to Watch in the Jamstack Ecosystem
- How to inline SVG files in your Bridgetown site