Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2022-05-08 | ref: Add embded rust and router | Gabriel A. Giovanini | |
- 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. |