mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-10 00:42:18 +00:00
minor housekeeping tweaks
This commit is contained in:
parent
1c0c86a2d0
commit
9302a8a2d6
4 changed files with 12 additions and 12 deletions
|
@ -36,13 +36,13 @@ index_path: "/gemlog/index.gmi"
|
||||||
feed_path: "/gemlog/atom.xml"
|
feed_path: "/gemlog/atom.xml"
|
||||||
|
|
||||||
# The title of your gemlog (required).
|
# 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).
|
# The gemini:// URL of your capsule's homepage (required).
|
||||||
url: "gemini://capsule.jbowdre.lol/"
|
url: "gemini://capsule.jbowdre.lol/"
|
||||||
|
|
||||||
# A subtitle for your gemlog (optional).
|
# 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).
|
# The copyright and licensing information for your gemlog (optional).
|
||||||
rights: "CC BY-SA"
|
rights: "CC BY-SA"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# John's Capsule
|
# 🛰jbowdre's (gemini)space capsule
|
||||||
> I write code to make imaginary computers run code written by less imaginary developers
|
> i write code to make imaginary computers run code written by less imaginary developers
|
||||||
|
|
||||||
## > /dev/stdout
|
## > /dev/stdout
|
||||||
=> /gemlog gemlog
|
=> /gemlog gemlog
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
=> https://url.jbowdre.lol/signal signal
|
=> https://url.jbowdre.lol/signal signal
|
||||||
=> https://url.jbowdre.lol/xmpp xmpp
|
=> https://url.jbowdre.lol/xmpp xmpp
|
||||||
=> mailto:jbowdre@omg.lol email
|
=> mailto:jbowdre@omg.lol email
|
||||||
=> https://url.jbowdre.lol/pgp [pgp]
|
=> https://url.jbowdre.lol/pgp 🔑pgp
|
|
@ -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
|
This example formats your index page in the standard gemsub format that
|
||||||
Gemini clients can subscribe to. Note that gempost already generates an Atom
|
Gemini clients can subscribe to. Note that gempost already generates an Atom
|
||||||
|
@ -23,8 +23,8 @@
|
||||||
|
|
||||||
─────
|
─────
|
||||||
|
|
||||||
=> {{ feed.feed_url }} Atom feed
|
=> {{ feed.feed_url }} [atom feed]
|
||||||
=> {{ feed.capsule_url }} Home
|
=> {{ feed.capsule_url }} [home]
|
||||||
|
|
||||||
{% if feed.rights -%}
|
{% if feed.rights -%}
|
||||||
{{ feed.rights }}
|
{{ feed.rights }}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{#
|
{#
|
||||||
Tera template for each individual post.
|
Tera template for each individual post.
|
||||||
#}# {{ entry.title }}
|
#}=> {{ feed.capsule_url }} [home]
|
||||||
|
# {{ entry.title }}
|
||||||
{% if entry.published != entry.updated -%}
|
{% if entry.published != entry.updated -%}
|
||||||
* {{ entry.published | date(format="%Y-%m-%d") }} ~ {{ entry.updated | date(format="%Y-%m-%d") }}
|
* {{ entry.published | date(format="%Y-%m-%d") }} ~ {{ entry.updated | date(format="%Y-%m-%d") }}
|
||||||
{% else -%}
|
{% else -%}
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
{{ entry.body }}
|
{{ entry.body }}
|
||||||
─────
|
─────
|
||||||
|
|
||||||
=> {{ feed.index_url }} Posts
|
=> {{ feed.index_url }} [posts]
|
||||||
=> {{ feed.capsule_url }} Home
|
=> {{ feed.capsule_url }} [home]
|
||||||
|
|
||||||
{% if feed.rights -%}
|
{% if feed.rights -%}
|
||||||
{{ feed.rights }}
|
{{ feed.rights }}
|
||||||
|
|
Loading…
Reference in a new issue