aboutsummaryrefslogtreecommitdiff
path: root/src/router.rs
AgeCommit message (Collapse)Author
2022-06-11feat: Add project tabGabriel A. Giovanini
2022-06-11fix: Fix blog post timestampsGabriel A. Giovanini
For some the timestamp got messed up. Now they should be restored properly as well the `locustfile.py` pointing to the right endpoints.
2022-06-11feat: Handle 404 resultGabriel A. Giovanini
Now gracefully handle 404, so instead of just panic now it will return a proper http 404 response.
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-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.