Age | Commit message (Collapse) | Author |
|
|
|
For some the timestamp got messed up. Now they should be restored
properly as well the `locustfile.py` pointing to the right endpoints.
|
|
Keep and write in html is pain, so I'm rendering md as html.
|
|
Use css from my current blog, which is a lot smaller. The text itself
looks good but the code still breaks the page.
Metrics:
- hyper: 16.37 KB / 16.47 KB transferred
- 1 request
|
|
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.
|
|
Add title parse so it yields a better post list.
|
|
Remove whitespace.
|
|
Add test report and make it a requiremnt for `production` stage.
Also revert all changes from picocss file. It will be refactored and
reduced after all the MVP is done.
|
|
- Use embed rust to load and resolve file from `content/post` folder, so
the whole process is a bit more dynamic.
- Add router to to resolve the path. It is the first step to try to get
the code a bit cleaner.
|