https://github.com/4strodev/4stroblog
https://github.com/4strodev/4stroblog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4strodev/4stroblog
- Owner: 4strodev
- License: mit
- Created: 2024-12-22T20:48:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T19:24:00.000Z (over 1 year ago)
- Last Synced: 2025-02-03T20:28:05.597Z (over 1 year ago)
- Language: Go
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🗒️ 4stroblog
My personal blog writter with:
- Fiber
- HTMX
- Tailwindcss
# 🌟 Features
The main focus is to create a site that allow user interaction and easy management of the content.
## Content written in markdown (in progress)
The posts are written in markdown and stored into an S3 storage. Also the editor provides a
real time markdown rendering to see a preview of the content before uploading it.
## Comments (pending)
Allow the readers to login and comment on your posts. The main intention is to use a similar
thread system like reddit.
## Admin panel (pending)
Configure your site and add new content using an admin panel.