Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.5 KB

File metadata and controls

31 lines (19 loc) · 1.5 KB

FOSSA Status

This is the main site!

This site is built using Zola, a static site generator built with Rust. The theme is Juice.

Under the hood, Zola uses Tera for templating.

Structure

The site lives in the site directory. Content like pages or blog posts live in, appropriately, content. Any kind of image like screenshots would live in static.

The templates directory extends elements from the theme, which is stored in, appropriately, themes/juice.

Building

Once you've installed Zola, proceed as follows:

cd site
zola serve

Go to the URL for the webserver (likely localhost:1111) to explore the site.

You can also use zola build to build it once to the public directory if you so choose.

License

FOSSA Status