Skip to content

forgeflux-org/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.