diff --git a/docs/CONFIG.md b/docs/CONFIG.md index 83c8bff..4aa6feb 100755 --- a/docs/CONFIG.md +++ b/docs/CONFIG.md @@ -16,10 +16,12 @@ All options show an example configuartion value and the variable type + an expla | root_path | "/path/to/root/of/website" | String | Anything in this directory will be in the webroot, so put favicon.ico and anything else here. | | data_storage | "json" | String | JSON is currently the only supported format, but SQL is going to be added/is a work in progress | | cache_data | true | Boolean | Not caching data means you can edit the posts, users, comments etc, maunally and not have to restart the server, however, for large instances this is not reccomended as it takes longer to load the required data. Note: config.json always needs a restart | +| request_data_limit | 20 | Integer | The maximum number of objects to return (latest), so if set to 20, then only the 20 most recent posts will ever show | +| root_path | '/var/www/blog_root' | String | Relative or Absolute path to the root directory of your static content, holds files such as favicon.ico, custom.css and robots.txt | ## Basic Customisation | name | example value | variable type | explanation | |-----------------|----------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------| -|locale|"en-GB"|String|Your locale, see [/locales](/locales) for a list of all locales (you can open a PR for a new translation too)| +|locale|"en-US"|String|Your locale, see [/locales](/locales) for a list of all locales (you can open a PR for a new translation too)| |seperator|"\