Dan Allen [Tue, 3 Sep 2019 22:14:09 +0000 (16:14 -0600)]
update dependencies
Dan Allen [Tue, 3 Sep 2019 22:13:12 +0000 (16:13 -0600)]
update dependency lock file
Dan Allen [Tue, 3 Sep 2019 22:11:39 +0000 (16:11 -0600)]
use fallback function when image optimizer isn't available
Dan Allen [Tue, 3 Sep 2019 22:11:16 +0000 (16:11 -0600)]
copy any gif images under src/img
Dan Allen [Wed, 28 Aug 2019 08:35:13 +0000 (02:35 -0600)]
update dependencies; fix newly detected lint error
Dan Allen [Wed, 28 Aug 2019 07:48:33 +0000 (07:48 +0000)]
merge !91
resolves #95 prepend site path when resolving relative URL if from is undefined or empty
related to https://gitlab.com/antora/antora/issues/258
Dan Allen [Sat, 24 Aug 2019 23:20:44 +0000 (17:20 -0600)]
prepend site path when resolving relative URL if from is undefined or empty
Dan Allen [Wed, 28 Aug 2019 06:32:59 +0000 (00:32 -0600)]
minor rewording in docs for site.url and site.path template vars
Dan Allen [Wed, 28 Aug 2019 06:00:16 +0000 (00:00 -0600)]
use single-quoted strings in Handlebars expressions
Dan Allen [Sun, 25 Aug 2019 20:53:09 +0000 (14:53 -0600)]
color unresolved link
Dan Allen [Sun, 25 Aug 2019 19:10:38 +0000 (13:10 -0600)]
clarify docs for site.path property in UI model
Dan Allen [Sun, 25 Aug 2019 10:33:34 +0000 (04:33 -0600)]
document the site.path property in the UI model
Dan Allen [Sat, 24 Aug 2019 23:13:13 +0000 (23:13 +0000)]
merge !90
resolves #94 make current page URL argument to relativize helper optional
Dan Allen [Sat, 24 Aug 2019 09:54:58 +0000 (03:54 -0600)]
make current page URL argument to relativize helper optional
Dan Allen [Sat, 24 Aug 2019 22:42:32 +0000 (16:42 -0600)]
explain page attributes more clearly in docs
Dan Allen [Sat, 24 Aug 2019 22:39:19 +0000 (22:39 +0000)]
merge !89
Add example to clarify page.attributes usage.
David Jencks [Sat, 24 Aug 2019 22:39:19 +0000 (22:39 +0000)]
Update templates.adoc to clarify page.attributes usage. This might be obvious to everyone else, but it took me about a day to figure out the syntax.
Dan Allen [Sat, 24 Aug 2019 08:03:33 +0000 (02:03 -0600)]
add helper to return current year as a string
Dan Allen [Thu, 22 Aug 2019 19:11:48 +0000 (13:11 -0600)]
add hint about how to disable the page.editUrl property
Dan Allen [Wed, 21 Aug 2019 07:30:41 +0000 (01:30 -0600)]
disable hyphens for bare URLs
Dan Allen [Wed, 21 Aug 2019 07:00:36 +0000 (01:00 -0600)]
clarify info about canonical URL [skip ci]
Dan Allen [Wed, 14 Aug 2019 00:15:07 +0000 (18:15 -0600)]
format source
Dan Allen [Wed, 14 Aug 2019 00:13:51 +0000 (18:13 -0600)]
activate syntax highlighting immediately instead of deferring until load
Dan Allen [Wed, 14 Aug 2019 00:13:38 +0000 (18:13 -0600)]
add syntax highlighting for Go
Dan Allen [Wed, 14 Aug 2019 00:13:09 +0000 (18:13 -0600)]
enable strict mode for highlight.js script
Dan Allen [Thu, 1 Aug 2019 23:00:56 +0000 (17:00 -0600)]
only thicken bottom border of th inside thead
Dan Allen [Tue, 23 Jul 2019 05:49:00 +0000 (23:49 -0600)]
remove redundant property assignment in toolbar CSS
Dan Allen [Mon, 22 Jul 2019 17:23:01 +0000 (11:23 -0600)]
fix typo in README [skip ci]
Dan Allen [Mon, 22 Jul 2019 09:53:31 +0000 (09:53 +0000)]
merge !87
- recalibrate font sizes
- use rem calc function to compute font sizes from desired (desktop) pixel value
- introduce variables to control font sizes, font weights, and line heights
Dan Allen [Mon, 22 Jul 2019 09:25:33 +0000 (03:25 -0600)]
use CSS var for doc margin
Dan Allen [Mon, 22 Jul 2019 09:23:58 +0000 (03:23 -0600)]
use desktop media qualifier instead of mobile media qualifier for CSS vars
Dan Allen [Mon, 22 Jul 2019 09:17:33 +0000 (03:17 -0600)]
update variable convention
* use underscore for state modifier (e.g., _hover)
* use double hyphen for media modifier (e.g. --mobile)
Dan Allen [Fri, 19 Jul 2019 20:44:05 +0000 (14:44 -0600)]
use variables for line heights
Dan Allen [Fri, 19 Jul 2019 19:13:23 +0000 (13:13 -0600)]
extract font families and bold font weight into variables
Dan Allen [Wed, 17 Jul 2019 09:52:55 +0000 (03:52 -0600)]
recalibrate font sizes
- reduce scaling on body
- don't scale font size of paragraphs in document
- extract body font sizes as variables
- use rem calc to reverse compute rem value from desired pixel value
- adjust font sizes in nav
- slightly reduce width of nav
- fix position of component versions in explore menu
Dan Allen [Fri, 19 Jul 2019 22:31:21 +0000 (22:31 +0000)]
merge !88
resolves #86 drop nav state functionality
Dan Allen [Fri, 19 Jul 2019 19:45:34 +0000 (13:45 -0600)]
put global click listener on document element instead of window to ignore secondary clicks
Dan Allen [Fri, 19 Jul 2019 08:31:37 +0000 (02:31 -0600)]
drop nav state functionality
- don't attempt to remember expanded state or scroll offset
- scroll current page in nav to midpoint
- scroll current page in nav to midpoint when nav is initially hidden
- rename 01-navigation.js to 01-nav.js for consistency
Dan Allen [Fri, 19 Jul 2019 22:24:20 +0000 (16:24 -0600)]
fix stylelint error
Dan Allen [Fri, 19 Jul 2019 20:27:10 +0000 (14:27 -0600)]
update shared button styles
- use less aggressive generic styles
- override line height at location where button is used
Dan Allen [Fri, 19 Jul 2019 20:09:15 +0000 (14:09 -0600)]
normalize line height
Dan Allen [Fri, 19 Jul 2019 20:08:57 +0000 (14:08 -0600)]
only adjust root text size on webkit
Dan Allen [Fri, 19 Jul 2019 19:58:57 +0000 (13:58 -0600)]
fix comment on highlight.js style
Dan Allen [Fri, 19 Jul 2019 19:58:48 +0000 (13:58 -0600)]
use fancy caret for menu sequence
Dan Allen [Fri, 19 Jul 2019 19:58:33 +0000 (13:58 -0600)]
lighten weight of pre annotation
Dan Allen [Fri, 19 Jul 2019 19:54:58 +0000 (13:54 -0600)]
revert emphasis for nested em and strong
Dan Allen [Thu, 18 Jul 2019 11:26:39 +0000 (05:26 -0600)]
fix rendering of page version menu
Dan Allen [Thu, 18 Jul 2019 11:11:36 +0000 (05:11 -0600)]
promote more button styles to base
Dan Allen [Thu, 18 Jul 2019 10:07:21 +0000 (04:07 -0600)]
set button font size to inherit by default
Dan Allen [Thu, 18 Jul 2019 09:31:29 +0000 (03:31 -0600)]
darken caption; lighten pre annotation
Dan Allen [Thu, 18 Jul 2019 01:37:23 +0000 (19:37 -0600)]
add border radius to bottom of navbar dropdown
Dan Allen [Thu, 18 Jul 2019 01:32:59 +0000 (19:32 -0600)]
don't scale font size of navbar dropdown
Dan Allen [Thu, 18 Jul 2019 01:31:17 +0000 (19:31 -0600)]
fix invalid nav item in preview site [skip ci]
Dan Allen [Wed, 17 Jul 2019 09:12:49 +0000 (03:12 -0600)]
change border color and style of example block; dim border color of quote block
Dan Allen [Wed, 17 Jul 2019 09:12:38 +0000 (03:12 -0600)]
make font color of inline code configurable
Dan Allen [Wed, 17 Jul 2019 08:58:20 +0000 (02:58 -0600)]
style caption on block image like other captions
- add image block with caption to preview site
- style caption on block image like other captions
Dan Allen [Wed, 17 Jul 2019 08:57:37 +0000 (02:57 -0600)]
constrain width of inline image wherever it's located
Dan Allen [Wed, 17 Jul 2019 08:37:24 +0000 (02:37 -0600)]
slide nav explore panel up, over nav menu panel
Dan Allen [Wed, 17 Jul 2019 08:07:15 +0000 (02:07 -0600)]
add support for underline role
Dan Allen [Wed, 17 Jul 2019 07:50:51 +0000 (01:50 -0600)]
reorganize doc styles
- remove tag name from .anchor selector inside section title
- don't style visited link explicitly
- move up p and colist styles
- remove unused styles
Dan Allen [Wed, 17 Jul 2019 07:48:36 +0000 (01:48 -0600)]
group heading styles together
Dan Allen [Wed, 17 Jul 2019 07:34:32 +0000 (01:34 -0600)]
add page class to doctitle for more accurate styling
Dan Allen [Wed, 17 Jul 2019 07:32:30 +0000 (01:32 -0600)]
use correct apostrophe on 404 page
Dan Allen [Wed, 17 Jul 2019 07:01:50 +0000 (01:01 -0600)]
style code element in thead
Dan Allen [Wed, 17 Jul 2019 07:01:18 +0000 (01:01 -0600)]
apply hyphens more carefully
- apply to thead instead of entire table
- don't apply to AsciiDoc table cell
Dan Allen [Wed, 17 Jul 2019 06:38:41 +0000 (00:38 -0600)]
don't change font family of + in key sequence
Dan Allen [Wed, 17 Jul 2019 06:38:17 +0000 (00:38 -0600)]
add right position of listing block annotation (source language)
Dan Allen [Wed, 17 Jul 2019 06:37:55 +0000 (00:37 -0600)]
add border radius to sidebar; tighten space between title and content
Dan Allen [Wed, 17 Jul 2019 06:34:36 +0000 (00:34 -0600)]
move callout list closer to previous block
Dan Allen [Wed, 17 Jul 2019 06:34:07 +0000 (00:34 -0600)]
move styles for paragraph higher up in stylesheet [skip ci]
Dan Allen [Wed, 17 Jul 2019 06:19:50 +0000 (00:19 -0600)]
change style of block titles
- use medium gray font
- use medium font weight
- include table caption
- align text to left
Dan Allen [Wed, 17 Jul 2019 06:14:35 +0000 (00:14 -0600)]
remove superfluous hyphens assignment in breadcrumbs
Dan Allen [Wed, 17 Jul 2019 06:12:25 +0000 (00:12 -0600)]
update preview page [skip ci]
- add caption to table
- disable table caption label
- add second item to callout list
- expand sidebar title
Dan Allen [Tue, 16 Jul 2019 00:36:43 +0000 (00:36 +0000)]
merge !85
resolves #18 extract all colors into CSS variables
Dan Allen [Mon, 1 Jul 2019 19:29:40 +0000 (13:29 -0600)]
extract all colors into CSS variables
- define color variables for smoke, gray, and jet variations
- extract all colors into semantic CSS vars
- rework existing CSS vars to be more consistent
- normalize some of the colors so they are easier to maintain
- set background color on body
Dan Allen [Tue, 16 Jul 2019 00:14:01 +0000 (18:14 -0600)]
remove dependency override for gifsicle
Dan Allen [Tue, 16 Jul 2019 00:08:22 +0000 (18:08 -0600)]
update package lock file
Dan Allen [Tue, 16 Jul 2019 00:05:24 +0000 (00:05 +0000)]
merge !86
change CI image from alpine to stretch
Dan Allen [Tue, 16 Jul 2019 00:00:21 +0000 (18:00 -0600)]
change CI image from alpine to stretch
Dan Allen [Sun, 14 Jul 2019 10:12:43 +0000 (04:12 -0600)]
add ordered list numeration styles
Dan Allen [Wed, 10 Jul 2019 08:30:30 +0000 (08:30 +0000)]
merge !84
Fix typo in build-preview-ui.adoc
François Violette [Wed, 10 Jul 2019 08:16:56 +0000 (08:16 +0000)]
Fix typo in build-preview-ui.adoc
Dan Allen [Fri, 5 Jul 2019 21:35:15 +0000 (15:35 -0600)]
fix google analytics code for real
Dan Allen [Fri, 5 Jul 2019 20:40:35 +0000 (14:40 -0600)]
switch back to plain old Google Analytics
Dan Allen [Fri, 28 Jun 2019 23:48:43 +0000 (23:48 +0000)]
merge !83
rename CSS classes and add more CSS variables
Dan Allen [Thu, 27 Jun 2019 05:24:19 +0000 (23:24 -0600)]
rename CSS classes and add more CSS variables
- rename CSS classes to make them more concise and consistent
- extract CSS variables into dedicated file
- pull more widths and heights into CSS variables
- rename crumbs to breadcrumbs
- consolidate styles for site navigation into single CSS file
Dan Allen [Wed, 26 Jun 2019 20:09:57 +0000 (20:09 +0000)]
merge !81
refactor body partials
Dan Allen [Thu, 20 Jun 2019 09:24:05 +0000 (03:24 -0600)]
refactor body partials
* introduce body partial
* introduce header-scripts partial
* introduce nav-toggle partial
* rename breadcrumbs to crumbs
* shorten navigation to nav
* rename main-wrapper class to body
* change main CSS class to main role
Dan Allen [Wed, 26 Jun 2019 19:48:45 +0000 (19:48 +0000)]
merge !82
resolves #91 configure preview server to allow access from any host
Dan Allen [Wed, 26 Jun 2019 00:18:35 +0000 (18:18 -0600)]
configure preview server to allow access from any host
- set host of preview server to 0.0.0.0
- move server config to top-level constant
- patch gulp-connect log to report URL with localhost and URL with local IP
Dan Allen [Tue, 25 Jun 2019 23:31:10 +0000 (17:31 -0600)]
cssnano already applies postcss-calc, so remove redundant call
Dan Allen [Tue, 25 Jun 2019 21:03:45 +0000 (15:03 -0600)]
add hide-for-print utility CSS class
Dan Allen [Thu, 20 Jun 2019 08:56:57 +0000 (08:56 +0000)]
merge !79
refactor the head partials
Dan Allen [Wed, 19 Jun 2019 08:58:46 +0000 (02:58 -0600)]
refactor the head partials
- add more fine-grained partials
- introduce defaultPageTitle variable
- stub in favicon
Dan Allen [Tue, 18 Jun 2019 09:30:38 +0000 (03:30 -0600)]
upgrade dependencies
- upgrade dependencies
- move browserslist to package.json
- simplify postCSS plugins that don't accept arguments to function names
Dan Allen [Tue, 18 Jun 2019 07:22:51 +0000 (01:22 -0600)]
optimize the browserify bundle for the browser
Dan Allen [Tue, 18 Jun 2019 07:27:21 +0000 (01:27 -0600)]
enable audit when installing npm packages
Dan Allen [Tue, 18 Jun 2019 07:23:31 +0000 (07:23 +0000)]
merge !78
resolves #90 switch from Yarn to npm
Dan Allen [Tue, 18 Jun 2019 00:35:36 +0000 (18:35 -0600)]
switch from Yarn to npm
Dan Allen [Mon, 17 Jun 2019 19:40:47 +0000 (13:40 -0600)]
conditionally enable sourcemaps for CSS