Browse Source

Fixes docpad to add CNAME file on gh-pages create

pull/13/head
Jack Lukic 11 years ago
parent
commit
017447cd3d
3 changed files with 2 additions and 1 deletions
  1. 0
      docs/CNAME
  2. 2
      node/node_modules/docpad-plugin-ghpages/package.json
  3. 1
      node/src/files/CNAME

CNAME → docs/CNAME

2
node/node_modules/docpad-plugin-ghpages/package.json

@ -69,5 +69,5 @@
"readme": "# [GitHub Pages](http://pages.github.com/) Deployer Plugin for [DocPad](http://docpad.org)\nDeploy to Github Pages easily via `docpad deploy-ghpages`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-ghpages\n```\n\n\n## Usage\nRun `docpad deploy-ghpages` to deploy the contents of your out directory directly to your repo's `gh-pages` branch. No configuration or setup required.\n\n\n## History\nYou can discover the history inside the `History.md` file\n\n\n## Contributors\n- [Benjamin Lupton](http://github.com/balupton)\n- [Avi Deitcher](http://github.com/deitch)\n- [Sergey Lukin](http://github.com/sergeylukin)\n\n\n## License\nLicensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)\n<br/>Copyright &copy; 2013+ [Bevry Pty Ltd](http://bevry.me)\n", "readme": "# [GitHub Pages](http://pages.github.com/) Deployer Plugin for [DocPad](http://docpad.org)\nDeploy to Github Pages easily via `docpad deploy-ghpages`\n\n\n## Install\n\n```\nnpm install --save docpad-plugin-ghpages\n```\n\n\n## Usage\nRun `docpad deploy-ghpages` to deploy the contents of your out directory directly to your repo's `gh-pages` branch. No configuration or setup required.\n\n\n## History\nYou can discover the history inside the `History.md` file\n\n\n## Contributors\n- [Benjamin Lupton](http://github.com/balupton)\n- [Avi Deitcher](http://github.com/deitch)\n- [Sergey Lukin](http://github.com/sergeylukin)\n\n\n## License\nLicensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)\n<br/>Copyright &copy; 2013+ [Bevry Pty Ltd](http://bevry.me)\n",
"readmeFilename": "README.md", "readmeFilename": "README.md",
"_id": "docpad-plugin-ghpages@2.0.2", "_id": "docpad-plugin-ghpages@2.0.2",
"_from": "docpad-plugin-ghpages@"
"_from": "docpad-plugin-ghpages@~2.0.2"
} }

1
node/src/files/CNAME

@ -0,0 +1 @@
semantic-ui.com
Loading…
Cancel
Save