https://github.com/plugfox/blog
Organizing a blog from a Medium
https://github.com/plugfox/blog
Last synced: about 1 year ago
JSON representation
Organizing a blog from a Medium
- Host: GitHub
- URL: https://github.com/plugfox/blog
- Owner: PlugFox
- License: mit
- Created: 2024-01-19T14:59:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T11:59:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:43:15.213Z (over 1 year ago)
- Language: Dart
- Size: 592 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Blog
[](https://github.com/PlugFox/blog/actions/workflows/backend-checkout.yml)
[](https://github.com/PlugFox/blog/actions/workflows/frontend-checkout.yml)
[](https://github.com/PlugFox/blog/actions/workflows/shared-checkout.yml)
[](https://opensource.org/licenses/MIT)
## Features and Roadmap
- ✅ Frontend with Dart
- ✅ Backend with Dart
- ✅ Echo server
- ✅ API metadata
- ✅ Routing & Middleware
- ✅ SQLite database with ORM
- ✅ Protocol Buffer's schema for API
- ✅ Medium RSS parsing by authors
- ✅ Pagination
- ✅ Admin endpoints
- ✅ Search by tags, authors, titles
- ✅ Basic UI
- ✅ Dark Mode
- ✅ Material Design
- ❌ Article page
- ❌ Search bar
- ❌ Dockerfiles
- ❌ Docker Compose & Stack
- ❌ Nginx gzip compression and caching
- ❌ Admin menu based on local storage entry
- ❌ CI/CD deployment with GitHub Actions
- ❌ Minification
- ❌ Shaders for frontend
- ❌ Favicons
- ❌ Progressive Web App
- ❌ i18n
- ❌ SEO
- ❌ Google Analytics
- ❌ Web Performance Monitoring
- ❌ Sentry
- ❌ Bookmarks with LocalStorage
- ❌ Comment system
- ❌ Social media sharing
- ❌ Preview with meta tags
- ❌ RSS feed
- ❌ Sitemap
- ❌ Robots.txt
- ❌ Caching
- ❌ Offline mode
- ❌ Push notifications
## Codegeneration
```bash
make gen
```
## Maintainers
[Mikhail Matiunin aka Plague Fox](https://plugfox.dev)
## Funding
If you want to support the development of our library, there are several ways you can do it:
- [Buy me a coffee](https://www.buymeacoffee.com/plugfox)
- [Support on Patreon](https://www.patreon.com/plugfox)
- [Subscribe through Boosty](https://boosty.to/plugfox)
We appreciate any form of support, whether it's a financial donation or just a star on GitHub. It helps us to continue developing and improving our library. Thank you for your support!
## License
[MIT](https://opensource.org/licenses/MIT)