Skip to content

Repository files navigation

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

If built from source:

cargo run --release

If downloaded binary:

./flow-web

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.

About

A static website generator command line tool written in Rust.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages