Packages

A reusable static blog engine for Elixir. Generates a complete website from markdown with syntax highlighting, RSS, sitemap, SEO structured data, MarsEdit integration via Micropub/XML-RPC, and Cloudflare R2 publishing.

Current section

Files

Jump to
static_blog CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## Static Blog version 0.1.0 - 2026-04-12
### Added
* `StaticBlog.Generator` builds a complete static site from markdown posts: index, per-post pages, category pages, colophon, 404, RSS feed, sitemap, and robots.txt.
* `StaticBlog.Template` behaviour with five callbacks (`index`, `post`, `category`, `colophon`, `not_found`) for pluggable template rendering.
* `StaticBlog.Template.Default` implements the behaviour with a Daring Fireball-inspired design, light/dark theme toggle, JSON-LD structured data, and full Open Graph / Twitter Card metadata.