Skip to content

Commit 5f52740

Browse files
authored
Create rustyll.md for Rustyll documentation (#1046)
Added documentation for Rustyll static site generator.
1 parent b4b79c5 commit 5f52740

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/site/generators/rustyll.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Rustyll
3+
repo: betterwebinit/rustyll
4+
homepage: https://github.com/betterwebinit/rustyll
5+
language:
6+
- Rust
7+
license:
8+
- AGPL
9+
templates:
10+
- Liquid (Jekyll-compatible)
11+
description: A high-performance, Jekyll-compatible static site generator built in Rust.
12+
twitter: matbrgz
13+
---
14+
15+
Rustyll is a fast, modern, Jekyll-compatible static site generator written in Rust.
16+
It was created to solve performance challenges in extremely large Jekyll projects, offering the same workflow and folder structure developers already know — but powered by Rust’s speed, safety, and parallelism.
17+
18+
Like Jekyll, Rustyll takes Markdown, collections, front matter, and Liquid templates, then outputs a fully static website that can be deployed anywhere: Netlify, Vercel, GitHub Pages, Cloudflare Pages, or any HTTP server.
19+
20+
### Philosophy
21+
22+
Rustyll follows a simple principle: **keep Jekyll’s ecosystem, remove its bottlenecks**.
23+
24+
It does not introduce unnecessary abstractions, and it avoids configuration bloat. Instead, it focuses on:
25+
26+
- **High performance**, ideal for very large sites with tens or hundreds of thousands of pages
27+
- **Maximum compatibility** with existing Jekyll conventions and Liquid templates
28+
- **Zero runtime dependencies**, producing a single, portable binary
29+
- **Transparency**, giving users control without magic or hidden behavior
30+
31+
Rustyll aims to stay out of the user’s way — just like Jekyll — while delivering the power needed for modern, large-scale static sites.
32+
33+
Contributions are welcome as Rustyll moves toward its 1.0 release.

0 commit comments

Comments
 (0)