Slide 13
Slide 13 text
Here is some extra stuff that can improve jekyll even more.
Disqus, will allow you to have comments on your website, which is
great for a blog. With this you can still have your fast static website and,
at the same time, allow community interaction.
The jekyll-ga is a plugin that allows you to sort your posts according to
google analytics metric for example the page views. As we saw, jekyll
sorts the posts by date but with this plugin we can, for example, sort it
be popularity. What must be taken into account is that jekyll will sort
the posts when the website is build, so, to keep the sorting up to date
you would need to rebuild the website periodically.
13