docpad install #{thePluginName}
inside your project directory. As an example, to install the eco plugin, you would run docpad install eco
docpad uninstall #{thePluginName}
inside your project directory.npm install --save docpad-plugin-#{thePluginName}
to install, and npm uninstall --save docpad-plugin-#{thePluginName}
to uninstall..anything.vash
.anything.bash|.anything.sh|.anything.ps1|.anything.cmd
date
meta-data property by determining it from the document's filename.json
file for quick loading via AJAX./raw
directory to /out
without going through DocPad's generation process. Useful for files that cause out of memory/speed issues when placed in /static
directory./raw
directory to /out
without going through DocPad's generation process. Useful for files that cause out of memory/speed issues when placed in /static
directory.tags: 'tag1', 'tag2'
metadata to produce a listing of related documentsdate
specified in the content's meta-data.[video id="123"]
) to simplify template writing.templateData
properties without needing template engine, useful for abstraction in configuration filesraw
and copy
plugins for performance optimization. Manages thumbnail generation of your image files.ghpages
plugin to deploy to GitHub Pages.