From 7eeafddae4d36797930959d3644cc7b248558b4b Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Mon, 21 Jul 2025 00:09:51 +0100 Subject: [PATCH] bloody markdown formatting >:( --- CONFIG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index 1f96051..971ace9 100755 --- a/CONFIG.md +++ b/CONFIG.md @@ -72,20 +72,20 @@ relevant to the data at hand. Below is a list of all format indicators:
* %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"
+* "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. -* "user_page_header": "

%F's posts:

%I%S"
+* "user_page_header": "\%F's posts:\%I%S"
String. The format of the header peice of the user page which contains all posts from a particular user. example includes the prettyname and their description. -* "tag_page_header": "

Posts tagged: %G

%S"
+* "tag_page_header": "\Posts tagged: %G\%S"
String. The format of the header peice of the tag page which contains all posts with a particular tag, example includes the tag name. ### Post's -* "user_post_format": "

%T

%C

%B\
Permalink<\br/\>%X%M%S"
+* "user_post_format": "\%T\\%C\\%B\\
\Permalink\\<\br/\\>%X%M%S"
String. The format of posts on the users page. Example includes title, content, tags, permalink and comments. -* "post_page_format": "

%T

%C

%B\
By
%N\
Edit Post\
Posted: %D\
Edited: %E%S%X%M%S"
+* "post_page_format": "\%T\\%C\\%B\\
\By \%N\\\
\
Edit Post\\
\Posted: %D\\
\Edited: %E\%S%X%M%S"
String. The format of the post on the post's page. Example includes title, content, tags, user page hyperlink, edit post hyperlink, publish date, modified date and comments. -* "timeline_post_format": "

%T

%C

Permalink<\br/\>By %N%X%M%S"
+* "timeline_post_format": "\%T\\%C\\Permalink\\<\br/\\>\By \%N\\%X%M%S"
String. The format of the posts on the timeline, example includes title, content, permalink, user page hyperlink and comments. -* "tag_post_format": "

%T

%C

%B\
Permalink\
By %N%S" +* "tag_post_format": "\%T\\%C\\%B\\
\Permalink\\
\By \
%N\\%S"
String. The format of the posts on the tag page, example includes title, content, permalink and user page hyperlink. ### Other * "site_wide_footer": "Site is ran by DeaDvey\
%Z"