cargo build --release
cargo run -- posts public
cargo run -- --help
ploog 0.0
Mitchell H. <[email protected]>
Configurable Static Site Generator.
USAGE:
ploog [FLAGS] <source> <output>
ARGS:
<source> Toml.MD Sources Directory
<output> HTML Output Directory
FLAGS:
-c, --console Plugin Store and MD editor
-h, --help Prints help information
-a, --altslug post.md becomes post.html instead of post/index.html
-s, --serve Serves your site
-V, --version Prints version information
-w, --watch Watch source directory for changes
cd web
npm run start