This is a static website built using Zola, a fast static site generator written in Rust.
-
Install Zola by following the official installation guide.
-
Clone this repository:
git clone https://github.com/mhsdef/mhs-website cd mhs-website -
Run the development server:
zola serve -
Open your browser and visit
http://127.0.0.1:1111to see the site.
To build the site for production, run:
zola build
The output will be in the public directory.