Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4kor/owl-blogs
A simple blogging solution with IndieWeb and Fediverse in mind
https://github.com/h4kor/owl-blogs
activitypub blog fediverse indieweb
Last synced: 2 months ago
JSON representation
A simple blogging solution with IndieWeb and Fediverse in mind
- Host: GitHub
- URL: https://github.com/h4kor/owl-blogs
- Owner: H4kor
- License: agpl-3.0
- Created: 2024-01-17T19:06:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T19:44:17.000Z (3 months ago)
- Last Synced: 2024-10-12T21:23:16.175Z (2 months ago)
- Topics: activitypub, blog, fediverse, indieweb
- Language: Go
- Homepage: https://h4kor.github.io/owl-blogs/
- Size: 2.85 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Mascot](assets/owl.png)
# Owl Blogs
Owl-blogs is a blogging software focused on simplicity with IndieWeb and Fediverse support.
# Usage
Full Documentation can be found on the [owl-blogs website](https://h4kor.github.io/owl-blogs/)
- [Installation](https://h4kor.github.io/owl-blogs/user-guide/installation/)
- [Setup](https://h4kor.github.io/owl-blogs/user-guide/setup/)# Development
## Build
```
CGO_ENABLED=1 go build -o owl ./cmd/owl
```For development with live reload use `air` ([has to be installed first](https://github.com/air-verse/air))
## Tests
All tests are implemented in go and can be executed by using:
```
go test ./...
```## Publishing
1. Update `OWL_VERSION` number in `config/config.go`
2. Push to main branch
3. Create Release with same version number
4. GitHub Actions build binary and add them to the release