This commit is contained in:
mtrx 2025-05-04 04:34:58 +02:00
parent 40e43c878b
commit 5f18152bd3

View file

@ -10,6 +10,7 @@ With the first iteration of this project, I've learned a lot and realized, it wo
- Server-side rendered posts using fast templating engine
- Single user session management using CSRF tokens
- Admin panel for post CRUD unlocked via submit token
- Fail2Ban for submit token submission request
- Input sanitization
- Post-title based URLs instead of using count-up IDs
- Static file hosting