Disable feed - it's using the website generation date for the 'updated' field, not very useful
Project: http://git-wip-us.apache.org/repos/asf/sling-site/repo Commit: http://git-wip-us.apache.org/repos/asf/sling-site/commit/e63e5ba9 Tree: http://git-wip-us.apache.org/repos/asf/sling-site/tree/e63e5ba9 Diff: http://git-wip-us.apache.org/repos/asf/sling-site/diff/e63e5ba9 Branch: refs/heads/master Commit: e63e5ba913b34c8a25b29227353fcafb4be92e91 Parents: d43bdd8 Author: Bertrand Delacretaz <[email protected]> Authored: Mon Oct 2 15:04:27 2017 +0200 Committer: Bertrand Delacretaz <[email protected]> Committed: Mon Oct 2 15:04:27 2017 +0200 ---------------------------------------------------------------------- src/main/jbake/jbake.properties | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sling-site/blob/e63e5ba9/src/main/jbake/jbake.properties ---------------------------------------------------------------------- diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties index 48f62c4..cf8db5b 100644 --- a/src/main/jbake/jbake.properties +++ b/src/main/jbake/jbake.properties @@ -15,6 +15,7 @@ template.page.file=page.tpl template.feed.file=feed.tpl template.project.file=project.tpl render.index=false +render.feed=false index.paginate=false markdown.extensions=WIKILINKS,TABLES,ANCHORLINKS template.downloads.file=downloads.tpl
