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.
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
7 months ago | |
---|---|---|
content | 7 months ago | |
scripts | 7 months ago | |
themes | 7 months ago | |
.gitignore | 7 months ago | |
.gitmodules | 7 months ago | |
.woodpecker.yml | 7 months ago | |
LICENSE | 7 months ago | |
Makefile | 7 months ago | |
README.md | 7 months ago | |
config.toml | 7 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 the Codeberg CI to build and Codeberg Pages to auto-deploy on each commit.