From 0e97ffaeb8a6323d8f23a217ac20b7a4316fe13c Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sat, 3 Aug 2024 10:28:01 +0300 Subject: [PATCH] format markdown --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2d2bad9..e87220f 100644 --- a/README.md +++ b/README.md @@ -184,11 +184,11 @@ config and put the css files there. ## Routes -- `GET /`: index page, lists posts -- `GET /posts`: returns a list of all posts with metadata in JSON format -- `GET /posts/`: view a post -- `GET /posts/.md`: view the raw markdown of a post -- `GET /post/*`: redirects to `/posts/*` +- `GET /`: index page, lists posts +- `GET /posts`: returns a list of all posts with metadata in JSON format +- `GET /posts/`: view a post +- `GET /posts/.md`: view the raw markdown of a post +- `GET /post/*`: redirects to `/posts/*` ## Cache @@ -207,10 +207,13 @@ there is basically no good reason to not have compression on. ## 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 -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). \ No newline at end of file +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).