-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
When publishing a website with Org-mode, it is possible to use the org-publish feature. It make possible to export a directory of org-mode files into HTML files. Org-publish can also build a sitemap of the published web pages. This sitemap can be sorted, and it's entry can be formatted with a function.
In the case of a blog, a user can have a directory where each org-mode document is a blog post and use this sitemap feature to create a blog index that list all the posts.
It would be nice to have a function for the sitemap entry formatting, that will generate an Org-mode headline in the format needed by ox-rss. This headline could have:
- The post title, as a clickable link to the post page
- The post author as a headline property (in the format used by
ox-rss) - The post publication date as a headline property (in the format used by
ox-rss) - A permalink as a headline property (in the format used by
ox-rss) that lead to the post page
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels