forked from slonk/bingus-blog
update todo
This commit is contained in:
parent
2c7fef312a
commit
0b762a36f3
1 changed files with 4 additions and 1 deletions
|
@ -16,13 +16,16 @@ blazingly fast markdown blog software written in rust memory safe
|
||||||
- [x] document config
|
- [x] document config
|
||||||
- [ ] extend syntect options
|
- [ ] extend syntect options
|
||||||
- [ ] general cleanup of code
|
- [ ] general cleanup of code
|
||||||
- [ ] better error reporting and pages
|
- [ ] better error reporting and error pages
|
||||||
- [ ] better tracing
|
- [ ] better tracing
|
||||||
- [ ] cache cleanup task
|
- [ ] cache cleanup task
|
||||||
|
- [ ] ^ replace HashMap with HashCache once i implement [this](https://github.com/wvwwvwwv/scalable-concurrent-containers/issues/139)
|
||||||
- [x] (de)compress cache with zstd on startup/shutdown
|
- [x] (de)compress cache with zstd on startup/shutdown
|
||||||
- [ ] make date parsing less strict
|
- [ ] make date parsing less strict
|
||||||
- [ ] make date formatting better
|
- [ ] make date formatting better
|
||||||
|
- [ ] date formatting respects user timezone
|
||||||
- [ ] clean up imports and require less features
|
- [ ] clean up imports and require less features
|
||||||
|
- [ ] improve home page
|
||||||
- [x] be blazingly fast
|
- [x] be blazingly fast
|
||||||
- [x] 100+ MiB binary size
|
- [x] 100+ MiB binary size
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue