Alchemist progress

My static site generator written in C is coming along finally. I have a way to build pages from files that contain content and a way to insert dynamic information such as edit times into those pages. The next hurdle is building a dynamic index page. I want the index to build itself from a mix of pages such as the latest journal page and updated wiki entries. It should also have a link to the latest blog post somewhere and maybe some of the stats that I am gathering such as my latest PSN trophies or average blood sugar. To do this I need to grab individual elements from other pages in the site all within C. Looks like I have some searching and puzzling through to do.