flow-web: A program that will allow you to generate a static website.
  • JavaScript 84.6%
  • CSS 14.7%
  • Rust 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Andreas Widen a4a5c7daa5
Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
2026-07-27 17:57:03 +02:00
blog-posts Initial commit. 2026-07-27 17:57:03 +02:00
screenshots Initial commit. 2026-07-27 17:57:03 +02:00
src Initial commit. 2026-07-27 17:57:03 +02:00
static Initial commit. 2026-07-27 17:57:03 +02:00
static_root Initial commit. 2026-07-27 17:57:03 +02:00
templates Initial commit. 2026-07-27 17:57:03 +02:00
.gitignore Initial commit. 2026-07-27 17:57:03 +02:00
AUTHORS Initial commit. 2026-07-27 17:57:03 +02:00
Cargo.lock Initial commit. 2026-07-27 17:57:03 +02:00
Cargo.toml Initial commit. 2026-07-27 17:57:03 +02:00
cliff.toml Initial commit. 2026-07-27 17:57:03 +02:00
LICENSE Initial commit. 2026-07-27 17:57:03 +02:00
README.md Initial commit. 2026-07-27 17:57:03 +02:00

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/.

Generate the website

Build using release mode:

cargo build --release

Run to generate site:

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:

http://localhost:8080/

You can stop the server pressing CTRL+c.

LICENSE

See the file 'LICENSE' for license information.