Skip to content
Open
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
27 changes: 27 additions & 0 deletions src/site/generators/perron.md
Original file line number Diff line number Diff line change
@@ -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