diff --git a/CONFIG.md b/CONFIG.md index 035c8fc..1f96051 100755 --- a/CONFIG.md +++ b/CONFIG.md @@ -46,10 +46,7 @@ Read more at [date-fns](https://date-fns.org/v4.1.0/docs/format)
## Advanced Customisation All of these customisations support format indicators
Format indicatos are a % sign followed by a character and represent a piece of information
-relevant to the data at hand. -
-Format Indicators - The syntax for this is pretty simple +relevant to the data at hand. Below is a list of all format indicators:
* %% - A literal % * %A - List of tags * %B - List of tags, each one with a hyperlink to that tag page @@ -74,7 +71,6 @@ relevant to the data at hand. * %X - Comment submission box * %Y - Site Name as defined by site_name * %Z - Attribution (to me) and source code link and license -
### Header's * "timeline_header": "

%Y

%W

Create Post\
RSS Feed\
Sign Up\
Delete Account\
Hit count: %H%S"
String. The format of the header peice of the home page/timeline page, example includes the site name, desciption and some relevant links. diff --git a/README.md b/README.md index 1153473..16d7275 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ This is a blogging site written in nodejs, all pages are served directly by the nodejs backend.
+And all data is stored in plaintext
Please don't use this yet, it's not finished
-In action on my website: [deadvey.com](https://deadvey.com)
+See the software in action: [deadvey.com](https://deadvey.com)
# Confiuration Read the [configuation guide](CONFIG.md) for configuration help (in config.json)