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.2.0 Tobias "CodeF0x" Oettl contact@codef0x.dev An opinionated blogging engine

USAGE: raptr [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information -i, --include-all-drafts Includes drafts that are not set to be generated when using --serve or --publish. Only valid when used together with --serve or --publish. -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] -s, --serve Serves a preview at specified port or standard port if none is set [default: 3000] ```