docpad-plugin-ghpages
docpad-plugin-ghpages copied to clipboard
Deploy your DocPad Website to GitHub Pages
Bumps [prettier](https://github.com/prettier/prettier) from 2.1.2 to 3.2.5. Release notes Sourced from prettier's releases. 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format #15947 🔗 Changelog 3.2.3 Format tsconfig.json file with jsonc parser #15927...
Bumps [eslint-config-bevry](https://github.com/bevry/eslint-config-bevry) from 3.23.0 to 5.5.0. Changelog Sourced from eslint-config-bevry's changelog. v5.5.0 2024 January 2 Updated dependencies, base files, and editions using boundation Thank you to the sponsors: Andrew Nesbitt,...
I want to suggest incremental deployments, i.e., to only transfer differences to the server. Problem: In the current implementation, every deployment destroys the remote branche's history and wastes bandwith by...
docpad v6.59.6 docpad-plugin-ghpages v2.4.1 docpad twitter bootstrap skeleton after executing `docpad deploy-ghpages --env static` the site at github pages cannot find styles or scripts. Ultimately had to remove leading '/'...
I have the following configuration in docpad.coffee. ``` plugins: ghpages: deployRemote: 'target' deployBranch: 'master' ``` Running ``` docpad deploy-ghpages --env static ``` Pushes to the remote `origin` and branch `gh-pages`...
I have submodules in my gh-pages directory which link to other repos I'd like to host on gh-pages how can I use this plugin to deploy both my submodules and...
Bumps [safeps](https://github.com/bevry/safeps) from 10.15.0 to 11.6.0. Changelog Sourced from safeps's changelog. v11.6.0 2023 December 29 Updated dependencies, base files, and editions using boundation v11.5.0 2023 December 27 Updated dependencies, base...
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.5. Changelog Sourced from rimraf's changelog. 5.0 No default export, only named exports 4.4 Provide Dirent or Stats object as second argument to filter 4.3...
Bumps [@bevry/update-contributors](https://github.com/bevry/update-contributors) from 1.18.0 to 1.23.0. Changelog Sourced from @bevry/update-contributors's changelog. v1.23.0 2023 November 2 Updated dependencies, base files, and editions using boundation v1.22.0 2023 March 24 Updated dependencies, base...
creating a project site it will automatically be placed in a subfolder like paddelkraft.github.io/projname being able to run docpad with the same offset http://localhost:9778/projname/ and mark subdirectory projname as the...