Crates.io | raptr |
lib.rs | raptr |
version | 0.2.0 |
source | src |
created_at | 2021-02-15 22:03:50.88137 |
updated_at | 2021-04-08 15:43:15.217451 |
description | A minimal, fast and easy to use static site generator and blogging-engine. |
homepage | https://github.com/CodeF0x/raptr/wiki |
repository | https://github.com/CodeF0x/raptr |
max_upload_size | |
id | 355779 |
size | 65,271 |
raptr is a minimal, static site generator and blogging-engine. It's fast, easy to set-up and easy to use.
You need Git, which you probably already have, and Cargo which is usally pretty easy to install. Once you've got both, run
cargo install raptr
in your terminal and you're done!
For other methods, see "Install raptr" in the official wiki.
A quick start guide is available here.
$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 <DRAFT_NAME> Creates a new draft
-n, --new <PROJECT_NAME> Creates a new project
-p, --publish <OUTPUT_DIRECTORY> Renders your drafts to web-ready html files [default: output]
-s, --serve <PORT> Serves a preview at specified port or standard port if none is set [default:
3000]