Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _Generate static sites with Rails · a step by step guide_

### Another framework?

The Ruby ecosystem offers many static site generators - [Jekyll](https://jekyllrb.com), [Middleman](https://middlemanapp.com), [Kamal Skiff](https://github.com/basecamp/kamal-skiff), [Sitepress](https://sitepress.cc), [Bridgetown](https://www.bridgetownrb.com/), [High Voltage](https://thoughtbot.github.io/high_voltage), [Nanoc](https://nanoc.app), ... - and countless more exist beyond Ruby.
The Ruby ecosystem offers many static site generators - [Jekyll](https://jekyllrb.com), [Middleman](https://middlemanapp.com), [Kamal Skiff](https://github.com/basecamp/kamal-skiff), [Perron](https://perron.railsdesigner.com), [Sitepress](https://sitepress.cc), [Bridgetown](https://www.bridgetownrb.com/), [High Voltage](https://thoughtbot.github.io/high_voltage), [Nanoc](https://nanoc.app), ... - and countless more exist beyond Ruby.

The intent here is **to remove one** - to use Rails and all its magic goodies for both dynamic and static sites.

Expand Down