codemargaret / bridgetown

A Webpack-aware, Ruby-powered static site generator for the modern Jamstack era

Home Page:https://www.bridgetownrb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Build Status Gem Version Licensed MIT Join the Discord Chat PRs welcome!


Special Thanks to Our Founding Members! ๐Ÿ™ ๐ŸŽ‰

Say howdy ๐Ÿ‘‹ to our growing list of the first twenty sponsors of Bridgetown on GitHub. You too can join this list and sponsor Bridgetown!

pilotcph andrewmcodes miatrinity marcoroth mtomov
@cabgfx @andrewmcodes @miatrinity @marcoroth_ @mtomov
Website Website Website Website
johnchambers
@johnchambers You Next?

Background

Bridgetown started life as a fork of the granddaddy of static site generators, Jekyll. Spearheaded by Portland-based web studio Whitefusion and with a brand new set of project goals and a future roadmap, our pledge is to ramp up adding new features at a steady and predictable pace, grow the open source community around the project, and ensure a lively future for a top-tier Ruby-based static site generator moving forward.

Start Here

Get Up to Speed

Testing Locally

If you'd like to hack away on Bridgetown directly, you'll need to clone this repo and ensure the test suite passes. Note that this is a "monorepo", meaning that multiple Rubygem codebases are stored within a single repo.

$ git clone git@github.com:bridgetownrb/bridgetown.git
$ cd bridgetown
$ bundle # install development gems
$ bundle exec rake # run the full test suite

After making changes in bridgetown-core, if you want to run a single unit test, you can use the command:

$ script/test test/test_foo.rb

If you are only updating a Cucumber .feature file, you can use the command:

$ script/cucumber features/foo.feature

Both script/test and script/cucumber can be run without arguments to run its entire respective suite.

To switch one of your website repos to using the local gem, add the local gem path to the site's Gemfile as follows:

gem "bridgetown-core", path: "/path/to/bridgetown/bridgetown-core"

Need help?

If you don't find the answer to your problem in our docs, ask the community for help.

Code of Conduct

In order to have a more open and welcoming community, Bridgetown adheres to a code of conduct adapted from the Contributor Covenant.

Please adhere to this code of conduct in any interactions you have in the Bridgetown community. It is strictly enforced on all official Bridgetown repositories, websites, and resources. If you encounter someone violating these terms, please let one of our core team members know and we will address it as soon as possible.

Contributors

Bridgetown is built by:

jaredcwhite jaredmoody andrewmcodes ParamagicDev MikeRogers0
@jaredcwhite @jaredmoody @andrewmcodes @ParamagicDev @MikeRogers0
Portland, OR Portland, OR Wilmington, NC Providence, RI Ny-ร…lesund, Svalbard
You Next?
Anywhere

Interested in joining the Bridgetown Core Team? Send a DM to Jared on the Bridgetown Community forum and let's chat!

License

The gem is available as open source under the terms of the MIT LICENSE file.

About

A Webpack-aware, Ruby-powered static site generator for the modern Jamstack era

https://www.bridgetownrb.com

License:MIT License


Languages

Language:Ruby 76.7%Language:Gherkin 14.6%Language:CSS 2.7%Language:Liquid 2.4%Language:HTML 1.7%Language:JavaScript 0.9%Language:Shell 0.6%Language:Dockerfile 0.2%Language:CoffeeScript 0.0%Language:PHP 0.0%