Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 824 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 824 Bytes

ForgeFlux Website

github pages AGPL License

Development environment

This website uses Zola, an easy to use static site generator.

To get started:

  1. Install Zola

  2. Live reload

zola serve
  1. Make changes and publish
zola build

Build artifacts should be available in ./public/

Deployment

This repository uses GitHub Actions to automatically build and deploy upon each commit.