forg.es-blog-poc/README.md

732 B

forg.es logo

forg.es Blog

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 the Codeberg CI to build and Codeberg Pages to auto-deploy on each commit.