mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
update
This commit is contained in:
parent
c8e46b9955
commit
c5d95f94bc
17 changed files with 21 additions and 20 deletions
5
build.js
5
build.js
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue