summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* look for in-page links anywhere in pageDan Allen2018-02-041-1/+1
| | | | - fixes the scroll offset when an in-page link in the site navigation is clicked
* reword footer textDan Allen2018-02-041-1/+1
|
* style checklistsDan Allen2018-01-261-2/+25
| | | | | | | - hide default bullet - add list marker using CSS - add checklist to example - reset font style for all i.fa elements
* use posix path module in relativize helperDan Allen2018-01-251-1/+1
|
* fix back icon in FirefoxDan Allen2018-01-121-28/+4
| | | | - remove problematic defs from SVG
* format Handlebars templates to make them more readableDan Allen2018-01-024-8/+16
|
* align templates with UI modelDan Allen2018-01-0221-88/+99
| | | | | | | | | | | | | | - 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
* remove redundant units on line-height valueDan Allen2017-11-201-2/+2
|
* add JavaScript for fragment jumperDan Allen2017-11-201-0/+37
|
* add JavaScript for mobile navbarDan Allen2017-11-202-5/+13
|
* add JavaScript for page version selectorDan Allen2017-11-202-1/+19
|
* add back arrow SVGSarah White2017-11-201-0/+110
|
* use back icon for control to hide open navigation menuDan Allen2017-11-181-1/+1
|
* add JavaScript for navigation menuDan Allen2017-11-183-0/+124
|
* add GitHub-inpsired theme for highlight.jsDan Allen2017-10-242-0/+97
|
* add CSS and sample content for articleDan Allen2017-10-243-12/+449
| | | | | - add sample content for testing article styles - add CSS to style article
* add CSS for UI shellDan Allen2017-10-2416-5/+908
| | | | | | | - add CSS for all UI elements outside of article content - add additional CSS classes to be activated by JavaScript - add Roboto and Roboto Mono font packages as dev dependencies - change navigation button in toolbar to a toggle
* add supporting icons for UI elementsHubert SABLONNIÈRE2017-10-136-0/+698
|
* add HTML page templatesDan Allen2017-10-1323-12/+226
| | | | | | | - 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
* update eslint rules and format JavaScriptDan Allen2017-10-121-1/+1
| | | | | | - set maximum line length to 120 - don't require a space immediately after the line comment character or inside a block comment - format JavaScript
* integrate highlight.js as vendor scriptDan Allen2017-10-113-0/+30
| | | | | | | - add highlight.js as dependency - add script to require highlight.js and register languages - add footer scripts partial - link to compiled highlight.js script
* add lint:css build taskDan Allen2017-10-071-0/+3
| | | | | | | - add stylelint Gulp plugin - add stylelint standard config - add lint:css build task - rename previous lint build task to lint:js
* resolves #1 add initial Gulp buildDan Allen2017-10-072-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)