format markdown

This commit is contained in:
slonkazoid 2024-08-03 10:28:01 +03:00
parent af07b57dc6
commit 7fc60fdc5e
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -168,11 +168,11 @@ standard. examples of valid and invalid dates:
## Routes ## Routes
- `GET /`: index page, lists posts - `GET /`: index page, lists posts
- `GET /posts`: returns a list of all posts with metadata in JSON format - `GET /posts`: returns a list of all posts with metadata in JSON format
- `GET /posts/<name>`: view a post - `GET /posts/<name>`: view a post
- `GET /posts/<name>.md`: view the raw markdown of a post - `GET /posts/<name>.md`: view the raw markdown of a post
- `GET /post/*`: redirects to `/posts/*` - `GET /post/*`: redirects to `/posts/*`
## Cache ## Cache
@ -191,10 +191,13 @@ there is basically no good reason to not have compression on.
## Contributing ## Contributing
make sure your changes don't break firefox, chromium, text-based browsers, and webkit support make sure your changes don't break firefox, chromium,text-based browsers,
and webkit support
### Feature Requests ### Feature Requests
i want this project to be a good and usable piece of software, so i implement feature requests provided they fit the project and it's values. i want this project to be a good and usable piece of software, so i implement
feature requests provided they fit the project and it's values.
most just ping me on discord with feature requests, but if your request is non-trivial, please create an issue [here](https://git.slonk.ing/slonk/bingus-blog/issues). most just ping me on discord with feature requests, but if your request is
non-trivial, please create an issue [here](https://git.slonk.ing/slonk/bingus-blog/issues).