From ed161e7fb20a697ecba070ef7db4c231d700f245 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 25 Mar 2020 05:12:40 +0100 Subject: Move to my own static generator --- src/feed.atom | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 src/feed.atom (limited to 'src/feed.atom') diff --git a/src/feed.atom b/src/feed.atom deleted file mode 100644 index dda420c..0000000 --- a/src/feed.atom +++ /dev/null @@ -1,55 +0,0 @@ - - - {{ .Site.Other.Url }} - {{ .Site.Other.Title }} - {{ with .Site.Pages.Children "notes/" }} - {{ .First.Date.Format "2006-01-02T15:04:05Z07:00" }} - {{ end }} - {{ .Site.Other.Author }} - - gostatic - -{{ with .Site.Pages.Children "notes/" }} -{{ range .Slice 0 5 }} - - {{ .Url }} - {{ or .Other.Author .Site.Other.Author }} - {{ html .Title }} - {{ .Date.Format "2006-01-02T15:04:05Z07:00" }} - {{ range .Tags }} - - {{ end }} - - - {{/* .Process runs here in case only feed changed */}} - {{ with cut "
" "
" .Process.Content }} - {{ html . }} - {{ end }} -
-
-{{ end }} -{{ end }} - -{{ with .Site.Pages.Children "experiments/" }} -{{ range .Slice 0 5 }} - - {{ .Url }} - {{ or .Other.Author .Site.Other.Author }} - {{ html .Title }} - {{ .Date.Format "2006-01-02T15:04:05Z07:00" }} - {{ range .Tags }} - - {{ end }} - - - {{/* .Process runs here in case only feed changed */}} - {{ with cut "
" "
" .Process.Content }} - {{ html . }} - {{ end }} -
-
-{{ end }} -{{ end }} - - -
-- cgit v1.2.3