Skip to content

radleylewis/rssg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Static Site Generator built in Rust.

Introduction

Write your new static site with Markdown or HTML. This Static Site Generator includes:

  • CSS theme with built in dark/light theme
  • zero JavaScript
  • support for HTML or Markdown

Preview

output

Usage

To get started, first compile the binary:

cargo build --release

Use your rssg binary to initialise your new project with:

rssg init

Complete the prompts and you will have a new project (default is my-project):

From your new project directory build your project to create your dist folder to deploy your website:

cd my-project
rssg build  

Author

Radley E. Sidwell-Lewis

Releases

No releases published

Packages

No packages published