Go to file
Aravinth Manivannan 89e173325c
feat: init
2022-10-18 20:20:25 +05:30
content feat: init 2022-10-18 20:20:25 +05:30
scripts feat: init 2022-10-18 20:20:25 +05:30
themes feat: init 2022-10-18 20:20:25 +05:30
.gitignore feat: init 2022-10-18 20:20:25 +05:30
LICENSE feat: init 2022-10-18 20:20:25 +05:30
Makefile feat: init 2022-10-18 20:20:25 +05:30
README.md feat: init 2022-10-18 20:20:25 +05:30
config.toml feat: init 2022-10-18 20:20:25 +05:30

README.md

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.