Welcome to raptr

raptr is a minimal, static site generator and blogging-engine. It's fast, easy to set-up and easy to use.


~ Features ~

~ Installation ~

You need Git, which you probably already have, and Cargo which is usally pretty easy to install. Once you've got both, run

shell cargo install raptr

in your terminal and you're done!

For other methods, see "Install raptr" in the official wiki.

~ Usage ~

A quick start guide is available here.

```shell $ raptr --help raptr 0.1.0 Tobias "CodeF0x" Oettl contact@codef0x.dev An opinionated blogging engine

USAGE: raptr [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Shows detailed errors and logging messages

OPTIONS: -d, --draft Creates a new draft -n, --new Creates a new project -p, --publish Renders your drafts to web-ready html files [default: output] ```