diff --git a/src/site/generators/perron.md b/src/site/generators/perron.md new file mode 100644 index 00000000..e4d9486a --- /dev/null +++ b/src/site/generators/perron.md @@ -0,0 +1,27 @@ +--- +title: Perron +repo: rails-designer/perron +homepage: https://perron.railsdesigner.com/ +language: + - Ruby +license: + - MIT +templates: + - ERB + - Markdown +description: Perron is a Static Site Generator for Ruby on Rails. Build with Rails. Deploy static sites. +--- + +Build with Rails. Deploy static sites. ❤️ + +Bridge the gap between Rails development and static site generation. Write content in Markdown, use your Rails views and helpers and enjoy the full power of Ruby on Rails. + +## Features +- Convention-over-configuration approach with familiar Rails patterns +- All Rails features you know and love: layouts, views, partials, helpers and gems +- Markdown support with your choice of processor (redcarpet, commonmarker or kramdown) +- SEO essentials: meta tags, sitemap.xml and RSS/JSON feeds +- Related content recommendations using TF-IDF algorithm +- Programmatic SEO (pSEO): build content from data sources +- Support for data resources (YML, JSON or CSV files) +- Two operating modes: Standalone for complete static sites or Integrated for adding static pages to existing Rails apps