I want to add a blog and chat logs to my site. How should I do it?
I suggest using a file-based approach. You can drop Markdown files for the blog and HTML files for the chat logs.
That sounds great! Let's do it.