Compare commits

..

No commits in common. "0e97ffaeb8a6323d8f23a217ac20b7a4316fe13c" and "e3bfa2f53fcd38a3db3f1fb766c105554851d2e0" have entirely different histories.

View file

@ -184,11 +184,11 @@ config and put the css files there.
## 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
@ -207,13 +207,10 @@ 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, make sure your changes don't cause problems on at least the following browsers:
and webkit support
### Feature Requests - links2
- lynx
i want this project to be a good and usable piece of software, so i implement - w3m
feature requests provided they fit the project and it's values. - Firefox
- Chromium
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).