aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2022-06-11feat: Add project tabGabriel A. Giovanini
2022-06-09feat: Move from pico to custom cssGabriel A. Giovanini
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
2022-05-15feat: Add missing blog postGabriel A. Giovanini
Add the missing blog post from my hugo blog. Also add a locustfile so I can do some stress test locally.
2022-05-14feat: Add title and date into the post templateGabriel A. Giovanini
Now post template has title and created date by defaul.
2022-05-14feat: Add title parserGabriel A. Giovanini
Add title parse so it yields a better post list.
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-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