comfy/comfy-blog

CMS tags not working

Closed this issue · 3 comments

CMS tags are not being rendered correctly. We uploaded an image through the image uploader and use the {{ cms:file:file_name.ext:image }} helper, but it wasn't being rendered as so, we had to use a hard link for the image to come up.

GBH commented

Blog post content doesn't actually deal with cms tag parsing. It's an idea though. I'll keep this open.

It would be great if comfy-blog could use page layouts as well.

Aside from comments, comfy-blog functionality can be reproduced with core CMS pages, the problem is managing the said pages as if they were blog posts, without making page management as a whole too complicated?

Is it possible the comfy-blog reuse CMS functionality under-hood, by simple making blog-posts sit under a different root than CMS (e.g. cms.blog_root)?

Comments could then be implemented as a comfy engine that would allow a layouts to define a comment section {{ cms:comments }}

GBH commented

This is a good idea and I'm rebuilding blog right now so the Post basically behaves like a CMS page.