forked from Hostea/website
Loïc Dachary
23563778ad
Signed-off-by: Loïc Dachary <loic@dachary.org> |
||
---|---|---|
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.