Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vuepress | 22,021 | 977 | 90 | 2 days ago | 88 | August 14, 2023 | 598 | mit | JavaScript | |
📝 Minimalistic Vue-powered static site generator | ||||||||||
Eleventy | 15,388 | 553 | 639 | 5 days ago | 166 | April 26, 2023 | 476 | mit | JavaScript | |
A simpler site generator. Transforms a directory of templates (of varying types) into HTML. | ||||||||||
Zola | 11,921 | 2 days ago | 6 | June 19, 2017 | 237 | mit | Rust | |||
A fast static site generator in a single binary with everything built-in. https://www.getzola.org | ||||||||||
Pelican | 11,887 | 1,689 | 116 | 2 days ago | 60 | November 15, 2023 | 57 | agpl-3.0 | Python | |
Static site generator that supports Markdown and reST syntax. Powered by Python. | ||||||||||
Nextra | 9,292 | 79 | a day ago | 186 | October 24, 2023 | 272 | mit | TypeScript | ||
Simple, powerful and flexible site generation framework with everything you love from Next.js. | ||||||||||
Statiq.web | 1,601 | 5 | 2 months ago | 80 | September 26, 2023 | 195 | other | C# | ||
Statiq Web is a flexible static site generator written in .NET. | ||||||||||
Pagic | 1,587 | 12 | 15 | 2 months ago | 8 | April 03, 2017 | 10 | mit | JavaScript | |
A static site generator powered by Deno + React | ||||||||||
Lume | 1,538 | a day ago | 26 | mit | TypeScript | |||||
🔥 Static site generator for Deno 🦕 | ||||||||||
Awesome Jamstack | 1,283 | 2 months ago | ||||||||
Carefully curated list of awesome Jamstack resources | ||||||||||
Bridgetown | 1,020 | 40 | 10 days ago | 80 | August 29, 2023 | 76 | mit | Ruby | ||
A next-generation progressive site generator & fullstack framework, powered by Ruby |
Bridgetown is a next-generation, progressive site generator & fullstack framework, powered by Ruby. Bridgetown takes your content, API data, and frontend assets; renders templates in Markdown, Liquid, ERB, and many other formats; and exports a complete website ready to be served by fast CDNs like Render or traditional web servers like Caddy or Nginx.
Say howdy to our growing list of past & present sponsors of Bridgetown on GitHub! You too can join this list and sponsor Bridgetown.
@cabgfx | @andrewmcodes | @miatrinity | @marcoroth_ | @mtomov |
Website | Website | Website |
@johnchambers | @wout | @pascalwengerter | @DRBragg | @jasoncharnes |
Website | Website | Website | Website |
@leastbad | @asaaki | @scoutapm-sponsorships | @adrianvalenz | @bpo |
Website | Website | Website |
@williamkennedy | @eclectic-coding | @nbkkb7x | @jr180180 | @existentialmutt |
Website | Website | Website | Website |
@MikeRogers0 | @jespr | @jc00ke | @matoni109 | @rootnoob |
Website | Website |
@collindonnell | @AbuMareBear | @luctus | @pascallaliberte | @johlym |
Website | Website | Website | Website |
@subsevenx | @coreyaus | @joelhawksley | @onurozer | @oleingemann |
Website | Website | Website | Website |
@renuo | @maxveldink | @fuzzygroup | @monfresh | @posiczko |
Website | Website | Website | Website | Website |
@skvk | @Brem-LLC | @ttilberg | @swilgosz | @karloscarweber |
Website | Website | Website | Website |
You Next? |
Bridgetown development is spearheaded by Portland-based web studio Whitefusion. Contact us if you need commercial support for your Bridgetown content strategy, site design, or deployment. Also providing commercial support: Radioactive Toy based in the UK.
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 [email protected]: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"
If you don't find the answer to your problem in our docs, ask the community for help.
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.
Bridgetown is built by:
@jaredcwhite | @jaredmoody | @andrewmcodes | @ParamagicDev | @MikeRogers0 |
Portland, OR | Portland, OR | Wilmington, NC | Providence, RI | Ny-lesund, Svalbard |
@wout | @codemargaret | @julianrubisch | @ianbayne | @ayushn21 |
Brighton, UK | Portland, OR | Vienna, Austria | Tokyo, Japan | London, UK |
@bkmgit | @pascalwengerter | @marketerly | @juanvqz | @katafrakt |
Lisbon, Portugal | Tripoli, Libya | Oaxaca, Mxico | Wrocaw, PL |
@erikyuzwa | @eclectic-coding | @collindonnell | @juhat | @debashis-biswal |
Calgary, AB | North Carolina, US | Portland, OR | Budapest, Hungary |
@nachoal | @deivid-rodriguez | @Eric-Guo | @jacobherrington | @fpsvogel |
CDMX, Mxico | Madrid, Spain | Shanghai, China | Fayetteville, AR | Lexington, KY |
@vvveebs | @rickychilcott | @tommasongr | @tombruijn | @svoop |
London, UK | Ohio, US | Amsterdam, The Netherlands | Milan, IT | Europe |
@michaelherold | @joemasilotti | @ikass | @jw81 |
Omaha, NE | Portland, OR | Latvia | Kansas City, MO |
You Next? |
Anywhere |
Interested in joining the Bridgetown Core Team? Send a DM to Jared in Discord and let's chat!
The gem is available as open source under the terms of the MIT LICENSE file.