jacy

jacy

Jacy combines Macy.js the lightweight, dependency-free, masonry layout with the power of Jekyll, the static site generator.

Jacy - Jekyll/Macy

Version 1.0

Jacy is a simple Jekyll starter theme, it uses Macy.js, the lightweight, dependency-free, masonry layout to populate the posts.

It's built on top of my jekyll starter theme, which uses Gulp as the build tool.

Features:

Getting started

Install pre-requisites

  • Xcode command line utilities xcode-select --install
  • Homebrew
  • Node.js brew install node
  • Gulp npm install -g gulp
  • Ruby brew install ruby
  • Jekyll gem install jekyll

Setup

git clone https://github.com/harrycresswell/jacy.git
cd jacy
npm install

Then run gulp in the terminal

Adding Comments

  • Create an account at Disqus .
  • Install on a new site and follow setup instructions.
  • In _config.yml update Disqus shortname and remove #.
  • In post.html remove comments around {% include disqus.html %} and add comments: true to the front matter. Comments should now load automatically.