add HTML page templates
authorDan Allen <dan.j.allen@gmail.com>
Fri, 13 Oct 2017 07:56:29 +0000 (01:56 -0600)
committerDan Allen <dan@opendevise.com>
Fri, 13 Oct 2017 20:58:47 +0000 (14:58 -0600)
commite42d04b327bae4cc0aadacee1c478ced536c3932
tree655118371368a50b6ca6bb069952397f27a0c953
parentaef538753a4468af7e5e0a9970df2da467952325
add HTML page templates

- add HTML page templates
- fill in UI model to activate all parts of templates
- add helpers for use in templates
- update build:preview task to apply 404 template to 404 page
26 files changed:
preview-site-src/404.html [new file with mode: 0644]
preview-site-src/ui-model.yml
src/helpers/and.js [new file with mode: 0644]
src/helpers/eq.js [new file with mode: 0644]
src/helpers/has-versions.js [new file with mode: 0644]
src/helpers/inc.js [new file with mode: 0644]
src/helpers/or.js [new file with mode: 0644]
src/helpers/page-versions.js [new file with mode: 0644]
src/layouts/404.hbs [new file with mode: 0644]
src/layouts/default.hbs
src/partials/article.hbs [new file with mode: 0644]
src/partials/breadcrumbs.hbs [new file with mode: 0644]
src/partials/footer-content.hbs [new file with mode: 0644]
src/partials/footer-scripts.hbs
src/partials/footer.hbs [new file with mode: 0644]
src/partials/head.hbs [new file with mode: 0644]
src/partials/header-content.hbs [new file with mode: 0644]
src/partials/header.hbs [new file with mode: 0644]
src/partials/main.hbs [new file with mode: 0644]
src/partials/navigation-domain.hbs [new file with mode: 0644]
src/partials/navigation-explore.hbs [new file with mode: 0644]
src/partials/navigation-tree.hbs [new file with mode: 0644]
src/partials/navigation.hbs [new file with mode: 0644]
src/partials/page-versions.hbs [new file with mode: 0644]
src/partials/toolbar.hbs [new file with mode: 0644]
tasks/build-preview.js