Skip to content

[Feature suggestion] Adding an org-publish sitemap format entry function #5

@CyberFox001

Description

@CyberFox001

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions