diff --git a/gempost.yaml b/gempost.yaml index 718086a..3d72afe 100644 --- a/gempost.yaml +++ b/gempost.yaml @@ -36,13 +36,13 @@ index_path: "/gemlog/index.gmi" feed_path: "/gemlog/atom.xml" # The title of your gemlog (required). -title: "John's Capsule" +title: "🛰jbowdre's (gemini)space capsule" # The gemini:// URL of your capsule's homepage (required). url: "gemini://capsule.jbowdre.lol/" # A subtitle for your gemlog (optional). -subtitle: "Short notes on stuff I've learned/thought/done lately" +subtitle: "short notes on stuff i've learned/thought/done lately" # The copyright and licensing information for your gemlog (optional). rights: "CC BY-SA" diff --git a/static/index.gmi b/static/index.gmi index d4fc5e5..9571800 100644 --- a/static/index.gmi +++ b/static/index.gmi @@ -1,5 +1,5 @@ -# John's Capsule -> I write code to make imaginary computers run code written by less imaginary developers +# 🛰jbowdre's (gemini)space capsule +> i write code to make imaginary computers run code written by less imaginary developers ## > /dev/stdout => /gemlog gemlog @@ -17,4 +17,4 @@ => https://url.jbowdre.lol/signal signal => https://url.jbowdre.lol/xmpp xmpp => mailto:jbowdre@omg.lol email -=> https://url.jbowdre.lol/pgp [pgp] \ No newline at end of file +=> https://url.jbowdre.lol/pgp 🔑pgp \ No newline at end of file diff --git a/templates/index.tera b/templates/index.tera index ba6736e..b9cac15 100644 --- a/templates/index.tera +++ b/templates/index.tera @@ -1,5 +1,5 @@ {# - This is an example of a Tera template for your gemlog's index page. + Tera template for your gemlog's index page. This example formats your index page in the standard gemsub format that Gemini clients can subscribe to. Note that gempost already generates an Atom @@ -23,8 +23,8 @@ ───── -=> {{ feed.feed_url }} Atom feed -=> {{ feed.capsule_url }} Home +=> {{ feed.feed_url }} [atom feed] +=> {{ feed.capsule_url }} [home] {% if feed.rights -%} {{ feed.rights }} diff --git a/templates/post.tera b/templates/post.tera index 4ab5733..60a159b 100644 --- a/templates/post.tera +++ b/templates/post.tera @@ -1,7 +1,7 @@ {# Tera template for each individual post. -#}# {{ entry.title }} - +#}=> {{ feed.capsule_url }} [home] +# {{ entry.title }} {% if entry.published != entry.updated -%} * {{ entry.published | date(format="%Y-%m-%d") }} ~ {{ entry.updated | date(format="%Y-%m-%d") }} {% else -%} @@ -13,8 +13,8 @@ {{ entry.body }} ───── -=> {{ feed.index_url }} Posts -=> {{ feed.capsule_url }} Home +=> {{ feed.index_url }} [posts] +=> {{ feed.capsule_url }} [home] {% if feed.rights -%} {{ feed.rights }}