https://github.com/samgozman/go-bloggy
Go Bloggy: A simple & lightweight backend for developers' personal blogs.
https://github.com/samgozman/go-bloggy
blog blog-engine golang
Last synced: over 1 year ago
JSON representation
Go Bloggy: A simple & lightweight backend for developers' personal blogs.
- Host: GitHub
- URL: https://github.com/samgozman/go-bloggy
- Owner: samgozman
- License: mit
- Created: 2024-02-10T13:45:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T06:07:38.000Z (over 1 year ago)
- Last Synced: 2025-04-02T16:55:13.810Z (over 1 year ago)
- Topics: blog, blog-engine, golang
- Language: Go
- Homepage: https://gozman.space/blog
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-bloggy
[](https://codecov.io/gh/samgozman/go-bloggy)
Go Bloggy: A simple & lightweight backend for developers' personal blogs.
Bloggy started as a small side-project for my own dev blog [gozman.space/](https://gozman.space/),
but you can use it too.
You can find API documentation in [openapi](api/openapi.yaml) config file.
All it does is serving posts from DB and providing a simple API to manage them;
subscribing readers to that blog and sending email notifications via Mailjet.