| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
- fixes the scroll offset when an in-page link in the site navigation is clicked
|
| |
|
|
|
|
|
|
|
| |
- hide default bullet
- add list marker using CSS
- add checklist to example
- reset font style for all i.fa elements
|
| |
|
|
|
|
| |
- remove problematic defs from SVG
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 sample content for testing article styles
- add CSS to style article
|
|
|
|
|
|
|
| |
- 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 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
|
|
|
|
|
|
| |
- set maximum line length to 120
- don't require a space immediately after the line comment character or inside a block comment
- format JavaScript
|
|
|
|
|
|
|
| |
- 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 stylelint Gulp plugin
- add stylelint standard config
- add lint:css build task
- rename previous lint build task to lint:js
|
|
- 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)
|