-
Does Laika support / generate sitemap and rss feeds? For following a site using an rss reader. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
jenshalm
Jan 16, 2023
Replies: 1 comment 2 replies
-
No, it does not support this out of the box, mostly because it has not been requested even once in the 10 years Laika exists. However, the rich API of the library should make it fairly straightforward to add this functionality yourself when needed. You can process the AST between parsing and rendering to inspect documents, their titles and dates, etc. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
softinio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it does not support this out of the box, mostly because it has not been requested even once in the 10 years Laika exists. However, the rich API of the library should make it fairly straightforward to add this functionality yourself when needed. You can process the AST between parsing and rendering to inspect documents, their titles and dates, etc.