Go to file
Aravinth Manivannan 2c8061aad7
ci/woodpecker/push/woodpecker Pipeline was successful Details
fix: use demo hostname
2022-10-18 20:28:02 +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: load theme in submodule 2022-10-18 20:25:51 +05:30
.gitignore feat: init 2022-10-18 20:20:25 +05:30
.gitmodules feat: load theme in submodule 2022-10-18 20:25:51 +05:30
.woodpecker.yml feat: init ci 2022-10-18 20:23:37 +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 fix: use demo hostname 2022-10-18 20:28:02 +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.