Command Line Interface
To discover what commands are available:
To create your website (if it doesn't already exist), watch for changes, and start the webserver, use:
To just generate your website from one of the existing skeletons, use:
To just generate your compiled website, use:
To just watch your website for changes and re-generate whenever a change is made, use:
To just run the DocPad server to access your already generated website, use:
To render standalone files with DocPad programmatically (will output to stdout)
For example, to render a markdown file and save the result to an output file, we would use:
To render stdin with DocPad programmatically (will output to stdout)
For example, to render passed markdown content and save the result to a file, we would use:
Last updated