typos
This commit is contained in:
parent
36331c1182
commit
40e43c878b
1 changed files with 3 additions and 3 deletions
|
@ -7,17 +7,17 @@ With the first iteration of this project, I've learned a lot and realized, it wo
|
||||||
### Features included
|
### Features included
|
||||||
|
|
||||||
- Aiming for 80% test coverage
|
- Aiming for 80% test coverage
|
||||||
- Server side rendered posts using fast templating engine
|
- Server-side rendered posts using fast templating engine
|
||||||
- Single user session management using CSRF tokens
|
- Single user session management using CSRF tokens
|
||||||
- Admin panel for post CRUD unlocked via submit token
|
- Admin panel for post CRUD unlocked via submit token
|
||||||
- Input sanitization
|
- Input sanitization
|
||||||
- Post-title based URLs instead of using count-up IDs
|
- Post-title based URLs instead of using count-up IDs
|
||||||
- Static file hosting
|
- Static file hosting
|
||||||
- Configuration via Environment variables
|
- Configuration via environment variables
|
||||||
- Container support
|
- Container support
|
||||||
- Request logging
|
- Request logging
|
||||||
- Minimal CSS for accessibility
|
- Minimal CSS for accessibility
|
||||||
- Run profiles for development
|
- Run profiles for development (mocking) and production
|
||||||
|
|
||||||
### Features deliberately omitted
|
### Features deliberately omitted
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue