aboutsummaryrefslogtreecommitdiff
path: root/templates/header.html
AgeCommit message (Collapse)Author
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-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-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.