Age | Commit message (Collapse) | Author |
|
Keep and write in html is pain, so I'm rendering md as html.
|
|
Add the missing blog post from my hugo blog. Also add a locustfile so I
can do some stress test locally.
|
|
Now post template has title and created date by defaul.
|
|
- Move most logic of the blog to blog.rs, making it easier to test.
- Now the file contains the creation date of the blog post to be parsed.
- Add chrono to parse datetime, so later we can order by date.
- Refactor gitlab pipeline, move `before_script` to a proper place.
|