Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
`musl-dev` is alpine package not cargo
|
|
Because I moved to `rust:alpine` it is necessary to add `musl-dev` so
the build works.
|
|
- Move most logic of the blog to blog.rs, making it easier to test.
- Now the file contains the creation date of the blog post to be parsed.
- Add chrono to parse datetime, so later we can order by date.
- Refactor gitlab pipeline, move `before_script` to a proper place.
|
|
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.
|
|
|
|
|