website/README.md

877 B

Gna! logo

Gna! Website

status-badge AGPL License

Development environment

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

To get started:

  1. Install Zola:
Make env
  1. Live reload
make serve
  1. Make changes and publish
make

Build artifacts should be available in ./public/

Deployment

This repository uses Gna! Woodpecker-CI to build and Hostea/Pages to deploy on each commit.