A static website generator command line tool written in Rust.
https://luflow.net/
- JavaScript 84.6%
- CSS 14.7%
- Rust 0.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| blog-posts | ||
| screenshots | ||
| src | ||
| static | ||
| static_root | ||
| templates | ||
| .gitignore | ||
| AUTHORS | ||
| Cargo.lock | ||
| Cargo.toml | ||
| cliff.toml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| SECURITY.md | ||
flow-web
flow-web is a program written in Rust that will allow you to generate
https://www.luflow.net static website.
Installation
Install Rust from your package manager or by downloading from here:
https://rust-lang.org/.
Build from source
Build using release mode:
cargo build --release
Generate the site
Generate the site using release mode:
cargo run --release
The generated output can be found in the 'output' folder.
Serve locally
Run the following command to serve locally using servez as an example:
servez output
Then, visit the following url in a web browser:
You can stop the server pressing CTRL+c.
LICENSE
See the file 'LICENSE' for license information.