Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-11 | feat: Handle 404 result | Gabriel A. Giovanini | |
Now gracefully handle 404, so instead of just panic now it will return a proper http 404 response. | |||
2022-06-10 | ref: Move from HTML to MD | Gabriel A. Giovanini | |
Keep and write in html is pain, so I'm rendering md as html. | |||
2022-05-14 | feat: Move code to blog | Gabriel A. Giovanini | |
- 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. |