summaryrefslogtreecommitdiffstats
path: root/src/layouts/default.hbs
Commit message (Collapse)AuthorAgeFilesLines
* changesHEADmasterDaniel Isaksen2019-04-121-24/+21
|
* preserve character references in page title part of html titleDan Allen2018-08-061-1/+1
|
* set generator if antoraVersion is set in UI modelDan Allen2018-03-231-0/+3
|
* don't assume page.title is set in templateDan Allen2018-02-041-1/+1
|
* align templates with UI modelDan Allen2018-01-021-8/+8
| | | | | | | | | | | | | | - align templates with Antora's UI model - add relativize helper to relativize a root relative URL to the current page - add detag helper to strip HTML tags from content - detag page title in HTML title element - replace the term "domain" with "component" - rename navigation-component to navigation-menu - update navigation JavaScript to activate path to current page in navigation tree - update build preview task to assign correct properties on model - update sample UI model - remove page-versions and has-versions helpers - compare selected/latest/current using equality instead of checking boolean property
* add HTML page templatesDan Allen2017-10-131-11/+21
| | | | | | | - 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
* integrate highlight.js as vendor scriptDan Allen2017-10-111-0/+1
| | | | | | | - add highlight.js as dependency - add script to require highlight.js and register languages - add footer scripts partial - link to compiled highlight.js script
* resolves #1 add initial Gulp buildDan Allen2017-10-071-0/+13
- add task to compile assets (build) - add task to package assets (pack) - add task to build preview site (build:preview) - add task to preview site with file monitor (preview) - create minimum required files for preview site (stylesheet, default template, index.html)