/strangerpixel.github.com

Primary LanguageHTMLApache License 2.0Apache-2.0

strangerpixel.com

A fresh start for my site using Jekyll, Daniel McGraw's [Jekyll Base] (https://github.com/danielmcgraw/Jekyll-Base), and prose.io.

Updates and deployment

Concurrently:

jekyll serve --watch
compass watch

Preview at http://localhost:4000. Commit and push to master to deploy.

Legacy blog

To restore:

  • rename posts-old to _posts and run jekyll serve to regenerate
  • remove the tilde from ~blog.html to output _site/blog/index.html
  • edit the exclude array in _config.yml to restore tags and categories

TODO

  • Find a better/lighter integration for SASS and Jekyll.