Empress
Empress copied to clipboard
Simple blogging with EmberJS and GitHub
Dynamic JS content is hard for Google to crawl. Look in to options to make Empress content crawlable. https://developers.google.com/webmasters/ajax-crawling/
Right now, the `App.Posts` loop just loops the links to each post. Wouldn't it be more interesting if it had excerpts? Perhaps there could be a method to just grab...
Iterating over that posts array is slow, especially as the number of posts grow. Either change json structure or find a smarter way to pull a post from the list.
First, this is an awesome project. I've worked with Jekyll or a while, but got sick of it. I'll probably switch to this. One of my first thoughts was that...