Owl-blogs is a blogging software focused on simplicity with IndieWeb and Fediverse support.
Full Documentation can be found on the owl-blogs website
CGO_ENABLED=1 go build -o owl ./cmd/owl
For development with live reload use air
(has to be installed first)
All tests are implemented in go and can be executed by using:
go test ./...
- Update
OWL_VERSION
number inconfig/config.go
- Push to main branch
- Create Release with same version number
- GitHub Actions build binary and add them to the release