forked from Hostea/website
Aravinth Manivannan
2089d7c7f1
Reviewed-on: https://gitea.hostea.org/Hostea/website/pulls/29 |
||
---|---|---|
content | ||
data | ||
docs | ||
sass | ||
scripts | ||
static | ||
templates | ||
.gitignore | ||
.woodpecker.yml | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
config.toml |
README.md
Development environment
This website uses Zola, an easy to use static site generator.
To get started:
- Install Zola:
Make env
- Live reload
make serve
- 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.