| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Minimal Rust static site & blog generator with:
cargo install --path .
mkdir my_site
static_site_generator my_site init
cd my_site
static_site_generator . post "My First Post"
# edit generated src/posts/YY_MM_DD_my_first_post.md
static_site_generator . build
# output in ./staticEnsure pandoc is installed and on PATH.
For more usage information see docs
| Back | FazBrowse Home | New Git URL |