0.0.1 • Published 9 years ago

graffito v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

graffito

A next generation documentation site.

npm install
npm run build

Data concepts

  • config
  • data
  • page

Usage

var graffito = require('graffito')

graffito([{
    source: "spec/fixtures/sample/content/dotcom/articles",
    destination: "_site/articles",
    directory: "spec/fixtures/sample/layouts",
    partials: "spec/fixtures/sample/layouts/includes"
  },
  {
    source: "spec/fixtures/content/post",
    destination: "_site/post",
    directory: "spec/fixtures/sample/layouts",
    partials: "spec/fixtures/sample/layouts/includes"
  }
]);

Options

OptionDescriptionDefault
destination
directory
partials
source