Skip to content

Instantly share code, notes, and snippets.

View jseppi's full-sized avatar
🍻
😄

James Seppi jseppi

🍻
😄
View GitHub Profile
@jseppi
jseppi / Rules
Last active July 4, 2016 06:59 — forked from bburton/Rules
Default Rules and nanoc.yaml for the nanoc static site generator. The included config.rb is useful for setting up Compass configuration properties if using Compass.
#!/usr/bin/env ruby
# This Rules file is an attempt at a near zero configuration for the common
# use cases when creating a simple site with nanoc. It's meant to have
# better defaults so new users don't have to configure it much if at all.
# For the most part, it copies all files from the content folder to the
# output folder with the same name. It has the following features:
#
# * Certain predefined page extensions such as html, haml, md, markdown and
# textile are routed to "clean" URI's (see below regarding Item identifiers).