From 75704efa248c4262d762e118f6421ffd263fd564 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 1 Jun 2021 17:04:57 +0300 Subject: add gemlog and tool to publish to it the tool is a simple script that is very similar to one i created for aaoth.xyz, except that this script utilizes simple template. template variables are: - title -- post title - date -- date when post is written - tags -- space separated list of tags - gemlog_location -- relative path to gemlog homepage - gemlog_title -- title of link to gemlog homepage - gemlikes -- relative path to gemlikes `view` binary with query --- gemlog/.template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gemlog/.template (limited to 'gemlog/.template') diff --git a/gemlog/.template b/gemlog/.template new file mode 100644 index 0000000..16ce570 --- /dev/null +++ b/gemlog/.template @@ -0,0 +1,12 @@ +# {{ title }} + +* date: {{ date }} +* author: la-ninpre +{{ tags }} + + + +## links + +=> {{ gemlog_location }} {{ gemlog_title }} +=> {{ gemlikes }} like and comment! -- cgit v1.2.3