Example Blog Post

By RailsFast

example getting-started

This is an example blog post. To learn everything you can do, visit the RailsFast CMS docs

Available Frontmatter Options

All fields are optional except title:

---
title: Your Post Title        # Required - shown in header and SEO
description: SEO description  # Optional - for meta description
date: 2026-01-01              # Optional - displayed in header
author: Author Name           # Optional - displayed in header
tags:                         # Optional - displayed as badges
  - tag1
  - tag2
og_image: https://...         # Optional - custom Open Graph image
layout: default               # Optional - auto-applied for /blog/* posts
---

Markdown Features

Standard markdown is supported with these extensions enabled:

  • Bold and italic text
  • Links
  • inline code
  • strikethrough
  • Tables
  • Footnotes1

Code Blocks

class Example
  def hello
    puts "Hello from Sitepress!"
  end
end

Tables

Feature Supported
Fenced code blocks Yes
Tables Yes
Autolinks Yes
Strikethrough Yes

Blockquotes work too.


  1. This is a footnote.