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 | feat: Add testing report | Gabriel A. Giovanini | |
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. | |||
2022-05-08 | fix: Update .gitlab-ci.yml file to install dpl | Gabriel A. Giovanini | |
2022-05-08 | feat: Add .gitlab-ci.yml file | Gabriel A. Giovanini | |