fix readme format

This commit is contained in:
Gonçalo Valério 2021-05-01 19:35:07 +01:00
parent f2a9eeb3d9
commit c1a3a0d92f
Signed by: dethos
GPG Key ID: DF557F2BDCC2445E
1 changed files with 5 additions and 5 deletions

View File

@ -26,11 +26,11 @@ First you need to have [wrangler](https://github.com/cloudflare/wrangler) correc
## Configuration variables
**FEEDS** - list of sources used to fetch the planet's content (separate each url with a comma)
**TITLE** - Name of your planet (included in the generated html page and RSS feed)
**DESCRIPTION** - Free text to be included on the page (currently not used on the included template)
**MAX_SIZE** - Number of posts/entries that will be included on the page/feed
**CACHE_MAX_AGE** - To avoid hitting the KV store each time the content is fetched, the static content is cached. You should adjust this value to the frequency you pick for your cron. Defined in seconds (default: 3600)
- **FEEDS** - list of sources used to fetch the planet's content (separate each url with a comma)
- **TITLE** - Name of your planet (included in the generated html page and RSS feed)
- **DESCRIPTION** - Free text to be included on the page (currently not used on the included template)
- **MAX_SIZE** - Number of posts/entries that will be included on the page/feed
- **CACHE_MAX_AGE** - To avoid hitting the KV store each time the content is fetched, the static content is cached. You should adjust this value to the frequency you pick for your cron. Defined in seconds (default: 3600)
## Customize the generated HTML