You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project pages get served in a subdirectory on Github pages . Being able to choose what folder inside of the out folder should be the git hub pages root would be valuable so that i dont need to alter internal urls between local and deployed versions.
A suggested solution is to add a ghpRoot attribute to the docpad config so if i have
outPath: 'out'
ghpRoot: 'projname'
if ghpRoot is set The plugin would then deploy files with 'out/projname/' as root for the github pages instead of using 'out' as root for deployment.
The text was updated successfully, but these errors were encountered:
Project pages get served in a subdirectory on Github pages . Being able to choose what folder inside of the out folder should be the git hub pages root would be valuable so that i dont need to alter internal urls between local and deployed versions.
A suggested solution is to add a ghpRoot attribute to the docpad config so if i have
outPath: 'out'
ghpRoot: 'projname'
if ghpRoot is set The plugin would then deploy files with 'out/projname/' as root for the github pages instead of using 'out' as root for deployment.
The text was updated successfully, but these errors were encountered: