Home > mutelight-v1

mutelight-v1

Mutelight-v1 is a project mainly written in RUBY and JAVASCRIPT, it's free.

Nanoc source for my blog at mutelight.org. Deprecated in favor of Askja.

h1. Mutelight

This is source that builds my blog at "mutelight.org":http://mutelight.org. It compiles with:

  • "nanoc":http://nanoc.stoneship.org/ — to build HTML pages applying filter and combining layouts with site items
  • "Pygments":http://pygments.org/ — a Python syntax highlighter that supports a lot of different languages

Built with heavy influence from mgutz's minimalist nanoc3 blog.

All images, as well as content found in the @content@ directory is copyright Brandur Leach. All rights reserved.

h2. Deployment

Compile the site with @nanoc compile@, and it should deploy according to rules in @config.yaml@. Create a new article from a template with @rake create:article title="my new article title"@.