Rory Gibson
Rory Gibson
I've tried to get ElementHelper to work with MIGX many times but unfortunately have never been able to. To make things a little easier for myself I usually create the...
A contributor added a caching feature a couple of versions ago that uses the file modification time to determine if an elements file has been updated or not. I'm wondering...
👍I think I might rewrite the theme and make some improvements
I'm not sure what a `.toml` file is, I don't think they're supported by Ghost? The easiest way to include your css file would be just a standard `` in...
Have a look at https://bensmann.no/dynamically-embedding-gists/ and http://help.disqus.com/customer/portal/articles/472107-using-disqus-on-ajax-sites for getting Github Gists and Disqus to work with the themes AJAX navigation. I've thought about including this functionality with the theme but...
@javaguirre possibly @arfon I've been thinking about rebuilding the theme using ReactJS, if I do I'll make sure to try and include support for things like PrismJS. Unsure of when...
So it seems like this is the result of a Ghost bug where global properties (e.g. `{{@blog.url}}`) don't work inside of partial templates. There's a related issue open here https://github.com/TryGhost/Ghost/issues/5024....
The homepage just displays the latest post which is "Introducing Ghostwriter" so the behaviour is intentional. The post lists page when you click on "Browse Posts" isn't really a proper...
Yeah I think this could be a good idea, if you want to make a pull request with this I'll definitely consider accepting it if it works well. Just make...
Hmm, did you restart Ghost after placing the theme in the themes directory?