Compare commits

...

2 Commits

Author SHA1 Message Date
1182ed10ca Updates 2022-01-03 17:36:14 +00:00
2c989e6591 Unnecessary whitepace 2022-01-03 17:27:01 +00:00
3 changed files with 15 additions and 2 deletions

View File

@@ -13,4 +13,3 @@ input_dir = "blog"
title = "Nick Thomas"
template = "atom.xml"
output = "atom.xml"

View File

@@ -8,6 +8,9 @@ title: "Nick Thomas"
* Alias: lupine
* Alias: CommunistWolf
=> gemini://astrobotany.mozz.us/public/d76c695875ef42c6ae4a98d8d6182f41 My plant
=> gemini://astrobotany.mozz.us/public/d76c695875ef42c6ae4a98d8d6182f41/m1 My plant (with colour)
=> me@ur.gs.gpg.asc GPG key
=> /img/nick-thomas.jpg My face

View File

@@ -2,12 +2,23 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>{{ .URL }}</id>
<title>{{ .Title }}</title>
<author>
<name>Nick Thomas</name>
<email>gemini@ur.gs</email>
</author>
<updated>{{ site.Generated.Format "2006-01-02T15:04:05Z07:00" }}</updated>
<link href="{{ .URL }}" rel="alternate"/>
<link href="{{ .URL | safeURL }}" rel="alternate"/>
{{ range .Pages }}<entry>
<id>{{ .URL }}</id>
<title>{{ .Title }}</title>
<author>
<name>Nick Thomas</name>
<email>gemini@ur.gs</email>
</author>
<updated>{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}</updated>
<link href="{{ .URL | safeURL }}" rel="alternate"/>
</entry>
{{ end -}}
</feed>