aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-13fix(shasso): Fix code formatGabriel A. Giovanini
Remove whitespace.
2022-05-08feat: Add testing reportGabriel 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-08ref: Add embded rust and routerGabriel 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.
2022-05-08fix: Pick a broader address bindGabriel A. Giovanini
Trying to fixe the following issue from Heroku: > Error R10 (Boot timeout) -> Web process failed to bind to $PORT > within 60 seconds of launch
2022-05-08fix: Change process typeGabriel A. Giovanini
Change heroku procfile process type to web so the process can receive http requet through `POST` envvar.
2022-05-08feat: Add heroku ProcfileGabriel A. Giovanini
2022-05-08feat: Add port env varGabriel A. Giovanini
Now the port can be set through `PORT` enviroment variable, this is useful for deploying on heroku.
2022-05-08fix: Update .gitlab-ci.yml file to install dplGabriel A. Giovanini
2022-05-08feat: Add .gitlab-ci.yml fileGabriel A. Giovanini
2022-05-08feat: Add embedded faviconGabriel A. Giovanini
Add embedded base64 favicon
2022-05-07feat: Add early blog implementationGabriel A. Giovanini
It is just a really crappy implementation to get it running until a figure the pieces of the project out.
2022-05-05Initial commitGabriel A. Giovanini