macroblog.rs

No tags

master
doc: Add deprecated notice
feat: Add project tab
fix: Fix blog post timestamps

For some the timestamp got messed up. Now they should be restored
properly as well the `locustfile.py` pointing to the right endpoints.
feat: Handle 404 result

Now gracefully handle 404, so instead of just panic now it will return a
proper http 404 response.
ref: Move from HTML to MD

Keep and write in html is pain, so I'm rendering md as html.
feat: Add LICENSE
ref: Add a bit more context to the project
feat: Move from pico to custom css

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
feat: Move to actix to enable compression

Add compression and enable it by default.
Also add `cargo-watch` to watch for changes.
fix: Update .gitlab-ci.yml file