more styling

This commit is contained in:
Leonard Lorenz 2021-04-03 23:42:21 +02:00
parent e19663d4e6
commit fda295b8f8

View file

@ -27,7 +27,7 @@ All configuration options are defined in crablog.env, an example configuration i
When not using Docker you may have to add crablog.env to your startup script or define the variables there. When not using Docker you may have to add crablog.env to your startup script or define the variables there.
`crablog.env` `crablog.env`
```bash ```
USERNAME=yourusername USERNAME=yourusername
EMAIL=me@mydomain.tld EMAIL=me@mydomain.tld
BIND_PORT=8000 BIND_PORT=8000
@ -56,5 +56,5 @@ ROOT_PATH=/path/to/template/directory/and/sqliteDB
**API Routes** **API Routes**
| Route | Description | | Route | Description |
| -------------- | ------------------------- | | ---------------- | ------------------------- |
| api/blog/posts | returns all posts as json | | `api/blog/posts` | returns all posts as json |