website/README.md

751 B

Hostea logo

Hostea Website

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 Hostea Woodpecker-CI to build and Hostea/Pages to deploy on each commit.