forked from Hostea/website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
content | 8 months ago | |
data | 9 months ago | |
docs | 10 months ago | |
sass | 7 months ago | |
scripts | 10 months ago | |
static | 10 months ago | |
templates | 7 months ago | |
.gitignore | 10 months ago | |
.woodpecker.yml | 10 months ago | |
LICENSE.md | 10 months ago | |
Makefile | 10 months ago | |
README.md | 10 months ago | |
config.toml | 10 months ago |
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.