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 ++++++++++++ gemlog/index.gmi | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 gemlog/.template create mode 100644 gemlog/index.gmi (limited to 'gemlog') 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! diff --git a/gemlog/index.gmi b/gemlog/index.gmi new file mode 100644 index 0000000..5d236da --- /dev/null +++ b/gemlog/index.gmi @@ -0,0 +1,14 @@ +# aaoth.xyz gemlog + +hello to my gemlog. i will occasionally write here something about tech stuff and also some personal thought about different things. + +this gemlog is formatted according to gemini gemlog specification (see below). + +=> gemini://gemini.circumlunar.space/docs/companion/subscription.gmi subsribing to gemini pages + +## posts + + +## other gemlogs + +=> gemini://perso.pw/blog/ solène's % -- cgit v1.2.3