I have done something similar with the sitemap functionality: - I used the sitemap functions to extract date and title from the page: https://thibaultmarin.github.io/blog/posts/2016-11-13-Personal_website_in_org.html#sitemap - The sitemap is added in the main page to show a list of blog posts: https://thibaultmarin.github.io/blog/posts/2016-11-13-Personal_website_in_org.html#index_org - For the RSS feed, I wrote a simple function to extract the first paragraph of the blog post (there is probably a better way to do this).
I don't know of a standard way to do this, but this seems to work and approach your needs. Hope it helps. thibault On 2018-12-22T11:57:01-0500, Roy Lemmon wrote: I have setup a blog using org mode publish. I can easily list all blog posts on a page. However I would like to list the blog title, first few lines and date. Then be able to provide a link to another page with the full blog post. Is there a standard way to do this or do I need to use some elisp to extract the title and first few lines manually ? Thanks for any hints. Roy.