This commit is contained in:
readme 2020-03-03 12:05:40 +01:00
parent c8e46b9955
commit c5d95f94bc
17 changed files with 21 additions and 20 deletions

View file

@ -16,12 +16,13 @@ dir = {
siteMeta = {
devBuild: devBuild,
version: pkg.version,
name: 'dashdev-website',
desc: 'metalsmith website',
name: 'dashdevs-suite',
desc: 'dashdevs-suite metalsmith website',
author: 'dashdevs',
contact: 'https://chat.dashdevs.org',
domain: devBuild ? 'http://127.0.0.1' : 'https://rawgit.com', // set domain
rootpath: devBuild ? null : '/dashdev-website/build/' // set absolute path (null for relative)
// root: devBuild ? null : '/build' // TODO: not working?, but also not needed
};
templateConfig = {