update feed creation
This commit is contained in:
parent
5eed0382ec
commit
9ff94ef981
5 changed files with 16 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -74,4 +74,4 @@ $(BUILDDIR)/index: $(SRCDIR)/index.md $(articles_ansi) | $(BUILDDIR)
|
|||
pandoc $< --template $(template_ansi) --metadata-file $(article_list) --to ansi --output $@
|
||||
|
||||
$(BUILDDIR)/atom.xml: $(SRCDIR)/feed.md $(articles_html) | $(BUILDDIR)
|
||||
pandoc $< --template $(template_atom) --metadata-file $(article_list) --to html --output $@
|
||||
pandoc $< --template $(template_atom) --metadata-file $(article_list) --metadata "updated:$(shell date --iso-8601)" --to html --output $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue