# Article.sh

## Publish

`POST /` with JSON body `{ "title", "author", "content" }`.

## Read a post

- HTML: `GET /{year}/{month}/{day}/{slug}`
- Markdown: `Accept: text/markdown`, URL suffix `.md`, or clients like `curl`
- JSON: `Accept: application/json`, URL suffix `.json`, or `application/json` before other types in `Accept`
