DocPad plugin that copies /raw directory to /out
DocPad is a dynamic static site generator. Write your content as files, or import your content from other external sources. Render the content with plugins. And deploy your static or dynamic website to your favourite hosting provider.
Minify JavaScript in DocPad using UglifyJS
Deploy to Github Pages easily via `docpad deploy-ghpages`
Browserify your documents by adding the `browserify: true` meta data
Adds support for CoffeeScript to JavaScript compilation to DocPad
Adds support for the Eco templating engine to DocPad.
Adds support for Highlight.js syntax highlighting to DocPad
Adds support for clean URLs to DocPad
Adds support for the Sass CSS pre-processor to DocPad using node-sass
Adds support for Partials (re-usable templates) to DocPad
Markdown rendering for DocPad, using Marked
Battle tested SSG front matter parser. Extracted from DocPad. Delimiter lines have 3+ of the same character (such as `/***` and `***/`) allowing front matters to work with the syntax highlighting of your code editor. Supports custom parsers, e.g. `--- cso
A class for loading, verifying, and creating plugins. Used by DocPad for years.