From b373a3a6e1702e7514bb405122a2311d16d85fcd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 27 Aug 2016 17:36:46 -0400 Subject: Teach it to make atom:entry files --- template.atom.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 template.atom.erb (limited to 'template.atom.erb') diff --git a/template.atom.erb b/template.atom.erb new file mode 100644 index 0000000..da52b79 --- /dev/null +++ b/template.atom.erb @@ -0,0 +1,13 @@ + + + + + + https://lukeshu.com/blog/<%= @slug %>.html + <%= @gitdate.rfc3339 %> + <%= @date.rfc3339 %> + <%= @title %> + <%= html_escape(@content) %> + <%= @author.atom %> + <%= html_escape(@rights) %> + -- cgit v1.2.3