add gh-pages package and remove git-directory-deploy

This commit is contained in:
readme 2020-03-09 13:30:01 +01:00
parent b58c9d46f5
commit 734990666a
3 changed files with 223 additions and 58 deletions

View file

@ -21,7 +21,10 @@ siteMeta = {
author: 'dashdevs',
contact: 'https://chat.dashdevs.org',
domain: devBuild ? 'http://127.0.0.1' : 'https://dashdev-suite.github.io', // set domain
rootpath: devBuild ? null : '/dashdev-website/build/' // set absolute path (null for relative)
// rootpath: devBuild ? null : '/dashdev-website/build/' // set absolute path (null for relative)
// for gh-pages npm package usage without "build" dir:
rootpath: devBuild ? null : '/dashdev-website/' // set absolute path (null for relative)
};
templateConfig = {