Testing markdown tables

This commit is contained in:
2025-08-09 21:05:58 +01:00
parent 0b25fb221b
commit d298717519

View File

@@ -5,20 +5,15 @@ Currently all values in example-config.json are required, however I plan to add
All options show an example configuartion value and the variable type + an explaination below it.<br/> All options show an example configuartion value and the variable type + an explaination below it.<br/>
## Technical configuration ## Technical configuration
* "site_url": "https://example.com"<br/> | name | example value | variable type | explanation |
This value defines the url of your site, this used for the RSS feed to link back to post. |-----------------|----------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
* "port": 8080<br/> | site_url | "https://example.com" | String | This value defines the url of your site, this used for the RSS feed to link back to post. |
Integer. This value defines the port that you run the blog on. Don't change this value if you don't know what that means. | port | 8080 | Integer | This value defines the port that you run the blog on. Don't change this value if you don't know what that means. |
* "allow_signup": true<br/> | allow_signup | true | Boolean | Defines weather new people should be allowed to signup. |
Boolean. Defines weather new people should be allowed to signup. | timeline_length | 20 | Integer | How many posts will be shown on the timeline (home page). |
* "timeline_length": 20<br/> | enable_hitcount | true | Boolean | Enabling the hitcount (a number that represents the amount of front page loads (stored in hitcount.txt)) can slightly slow down loading of the front page. |
Integer. How many posts will be shown on the timeline (home page). | charset | "UTF-8" | String | This is the value in the <meta charset=""> tag in the html of all pages, you should not change this unless you know why. |
* "enable_hitcount": true<br/> | 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. |
Boolean. Enabling the hitcount (a number that represents the amount of front page loads (stored in hitcount.txt)) can slightly slow down loading of the front page.
* "charset": "UTF-8"<br/>
String. This is the value in the <meta charset=""> tag in the html of all pages, you should not change this unless you know why.
* "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.
## Basic Customisation ## Basic Customisation
* "locale": en<br/> * "locale": en<br/>