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