Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 978 Bytes

File metadata and controls

42 lines (27 loc) · 978 Bytes

civkit_org

Website for Civkit org

Developping

The website is generated using Zola static site generator and the Juice theme.

Refer to the installation page to learn how to set it up for your platform.

Serving the development site

To render the site when adding new content, run the following command:

zola serve

Then open the http://127.0.0.1:1111 URL to view the site.

To deploy

zola build

Administration tasks

Administration tasks are being provided as convenience in a justfile.

More information about Just can be find in their repository. The installation section of their documentation will guide you through the setup process.

Run just -l to see the list of provided tasks.