ghost-polar

This is still a work in progress. It works and does not break, but the code is a little bit messy and needs some work on your part to set it up.

Things to consider

  • Fonts are currently loading from my Adobe Typekit, so they won't work on your site
  • Subscription box points to my TinyLetter. You certainly don't want to use that

Features

  • Sidebar on homepage
  • Responsive layout
  • Paralax cover images for posts, author archives and blog
  • Author informations for posts and author archives
  • Featured posts
  • Reading progress for posts
  • Automatic code syntax highlight and line numbers
  • Subscribers support
  • Sharing buttons

Development

Install Grunt:

npm install -g grunt-cli

Install Grunt dependencies:

npm install

Build Grunt project:

grunt build

GitHub