You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
839 B

  1. # [GitHub Pages](http://pages.github.com/) Deployer Plugin for [DocPad](http://docpad.org)
  2. Deploy to Github Pages easily via `docpad deploy-ghpages`
  3. ## Install
  4. ```
  5. npm install --save docpad-plugin-ghpages
  6. ```
  7. ## Usage
  8. Run `docpad deploy-ghpages` to deploy the contents of your out directory directly to your repo's `gh-pages` branch. No configuration or setup required.
  9. ## History
  10. You can discover the history inside the `History.md` file
  11. ## Contributors
  12. - [Benjamin Lupton](http://github.com/balupton)
  13. - [Avi Deitcher](http://github.com/deitch)
  14. - [Sergey Lukin](http://github.com/sergeylukin)
  15. ## License
  16. Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)
  17. <br/>Copyright &copy; 2013+ [Bevry Pty Ltd](http://bevry.me)