diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-06-01 17:04:57 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-06-01 17:04:57 +0300 |
| commit | 75704efa248c4262d762e118f6421ffd263fd564 (patch) | |
| tree | f6885db6d7665ea8f786ebb1dce5e1cb6113281a /gemlog | |
| parent | d543ec9c1e7d02cd71599cbc62e11ba84c3f084c (diff) | |
| download | gemini-aaoth.xyz-75704efa248c4262d762e118f6421ffd263fd564.tar.gz gemini-aaoth.xyz-75704efa248c4262d762e118f6421ffd263fd564.zip | |
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
Diffstat (limited to 'gemlog')
| -rw-r--r-- | gemlog/.template | 12 | ||||
| -rw-r--r-- | gemlog/index.gmi | 14 |
2 files changed, 26 insertions, 0 deletions
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 % |
