working/eg-antora.git
5 years agoreorganize build
Dan Allen [Wed, 29 May 2019 08:24:46 +0000 (02:24 -0600)]
reorganize build

- move gulpfile.js folder to gulp.d
- move gulpfile.js/index.js back to gulpfile.js
- rename task to createTask
- import tasks under task namespace

5 years agofix import order
Dan Allen [Wed, 29 May 2019 00:59:02 +0000 (18:59 -0600)]
fix import order

5 years agomerge !75
Dan Allen [Sun, 21 Apr 2019 10:59:00 +0000 (10:59 +0000)]
merge !75

Fix small mistake in inline styles example

5 years agoThe monospace example had the wrong element pasted in.
James Elliott [Sat, 20 Apr 2019 23:33:24 +0000 (23:33 +0000)]
The monospace example had the wrong element pasted in.

5 years agoadd page.url to UI templates table [skip ci]
Dan Allen [Tue, 12 Mar 2019 17:32:12 +0000 (11:32 -0600)]
add page.url to UI templates table [skip ci]

5 years agodon't show Edit this Page if repository is private
Dan Allen [Mon, 18 Feb 2019 11:03:32 +0000 (04:03 -0700)]
don't show Edit this Page if repository is private

6 years agoformat source code
Dan Allen [Tue, 1 Jan 2019 02:22:23 +0000 (19:22 -0700)]
format source code

6 years agocopy images for preview site
Dan Allen [Tue, 1 Jan 2019 02:21:12 +0000 (19:21 -0700)]
copy images for preview site

6 years agoremove _attributes.adoc files [skip ci]
Dan Allen [Tue, 1 Jan 2019 02:01:22 +0000 (19:01 -0700)]
remove _attributes.adoc files [skip ci]

6 years agomerge !67
Dan Allen [Tue, 1 Jan 2019 01:05:55 +0000 (01:05 +0000)]
merge !67

resolves #73 add support for writing preview pages in AsciiDoc

6 years agorename preview-site-src folder to preview-src
Dan Allen [Sun, 30 Dec 2018 21:41:33 +0000 (14:41 -0700)]
rename preview-site-src folder to preview-src

6 years agoadd support for writing preview pages in AsciiDoc
Dan Allen [Fri, 28 Dec 2018 23:22:19 +0000 (16:22 -0700)]
add support for writing preview pages in AsciiDoc

6 years agolock version of gifsicle to fix compilation error on Alpine Linux
Dan Allen [Sun, 30 Dec 2018 22:03:34 +0000 (15:03 -0700)]
lock version of gifsicle to fix compilation error on Alpine Linux

6 years agoenforce minimum version for gulp-vinyl-zip [skip ci]
Dan Allen [Sun, 30 Dec 2018 21:13:43 +0000 (14:13 -0700)]
enforce minimum version for gulp-vinyl-zip [skip ci]

6 years agorename previewServe task function to serve
Dan Allen [Sun, 30 Dec 2018 21:05:46 +0000 (14:05 -0700)]
rename previewServe task function to serve

6 years agofurther simplify the preview:serve task
Dan Allen [Sun, 30 Dec 2018 21:03:39 +0000 (14:03 -0700)]
further simplify the preview:serve task

- move watch function to third argument of previewServe function

6 years agoadd missing file in Gulp build
Dan Allen [Sun, 30 Dec 2018 12:14:09 +0000 (05:14 -0700)]
add missing file in Gulp build

6 years agofix lint error in Gulp build
Dan Allen [Sun, 30 Dec 2018 11:01:06 +0000 (04:01 -0700)]
fix lint error in Gulp build

6 years agoconsolidate Gulp build
Dan Allen [Sun, 30 Dec 2018 10:55:39 +0000 (03:55 -0700)]
consolidate Gulp build

- move task require to gulpfile.js/tasks/index.js
- abbreviate variable names
- use ospath where appropriate

6 years agoreorganize Gulp build
Dan Allen [Sun, 30 Dec 2018 10:39:35 +0000 (03:39 -0700)]
reorganize Gulp build

- rename exec argument to call
- pick off and use first argument of exportTasks function as default task
- remove use of path
- use gulp.watch instead of chokidar (which, in turn, uses chokidar)
- add loop and opts arguments to task function (currently unused)

6 years agouse sync fs operations so fonts get included in bundle
Dan Allen [Sat, 29 Dec 2018 12:07:35 +0000 (05:07 -0700)]
use sync fs operations so fonts get included in bundle

6 years agodefine fallback sink function as default argument [skip ci]
Dan Allen [Fri, 28 Dec 2018 11:23:12 +0000 (04:23 -0700)]
define fallback sink function as default argument [skip ci]

6 years agouse tilde ranges instead caret ranges for dependency versions [skip ci]
Dan Allen [Fri, 28 Dec 2018 08:52:22 +0000 (01:52 -0700)]
use tilde ranges instead caret ranges for dependency versions [skip ci]

- use tilde ranges as it gives us control over minor version upgrades

6 years agoenable failAfterError option on stylelint integration
Dan Allen [Fri, 28 Dec 2018 08:45:05 +0000 (01:45 -0700)]
enable failAfterError option on stylelint integration

6 years agomerge !64
Dan Allen [Fri, 28 Dec 2018 08:26:02 +0000 (08:26 +0000)]
merge !64

resolves #71 upgrade build to Gulp 4

6 years agouse url- attribute prefix in README instead of uri-
Dan Allen [Thu, 27 Dec 2018 23:28:43 +0000 (16:28 -0700)]
use url- attribute prefix in README instead of uri-

6 years agoupdate docs to reflect changes in Gulp build and Node requirements
Dan Allen [Thu, 27 Dec 2018 20:16:44 +0000 (13:16 -0700)]
update docs to reflect changes in Gulp build and Node requirements

6 years agoremove descriptions for internal tasks
Dan Allen [Thu, 27 Dec 2018 19:59:55 +0000 (12:59 -0700)]
remove descriptions for internal tasks

6 years agorewrite preview:pages task to merge streams instead of promises
Dan Allen [Thu, 27 Dec 2018 19:53:45 +0000 (12:53 -0700)]
rewrite preview:pages task to merge streams instead of promises

6 years agorename then arg to exec in task definition function
Dan Allen [Thu, 27 Dec 2018 19:52:57 +0000 (12:52 -0700)]
rename then arg to exec in task definition function

6 years agomove gulpfile.js into gulpfile.js folder
Dan Allen [Thu, 27 Dec 2018 11:58:37 +0000 (04:58 -0700)]
move gulpfile.js into gulpfile.js folder

6 years agomigrate build to Gulp 4
Dan Allen [Thu, 27 Dec 2018 07:23:24 +0000 (00:23 -0700)]
migrate build to Gulp 4

- upgrade to Gulp 4
- refactor tasks to use Gulp 4 task system
- switch from map-stream to through2.obj
- switch from fs to fs-extra
- fix Gulp prettier+eslint integration
- rename tasks

6 years agomerge !57
Dan Allen [Fri, 28 Dec 2018 00:48:32 +0000 (00:48 +0000)]
merge !57

Fix an option in build-preview-ui.adoc

6 years agoFix an option in build-preview-ui.adoc
Petr Bokoč [Mon, 3 Dec 2018 17:59:58 +0000 (17:59 +0000)]
Fix an option in build-preview-ui.adoc

6 years agomerge !62
Dan Allen [Thu, 27 Dec 2018 23:26:40 +0000 (23:26 +0000)]
merge !62

Enable the Swift language highlight in code blocks

6 years agoenable the Swift language highlight in code blocks
Roman Shamritskiy [Mon, 24 Dec 2018 19:16:07 +0000 (22:16 +0300)]
enable the Swift language highlight in code blocks

6 years agomerge !63
Dan Allen [Thu, 27 Dec 2018 11:51:35 +0000 (11:51 +0000)]
merge !63

Upgrade dependencies

6 years agoadd description to Gulp build
Dan Allen [Wed, 26 Dec 2018 23:01:48 +0000 (16:01 -0700)]
add description to Gulp build

6 years agoswitch CI pipeline to Node 10
Dan Allen [Wed, 26 Dec 2018 22:42:46 +0000 (15:42 -0700)]
switch CI pipeline to Node 10

6 years agoupgrade dependencies
Dan Allen [Wed, 26 Dec 2018 22:16:51 +0000 (15:16 -0700)]
upgrade dependencies

- upgrade dependencies
- add preview mode to build
- adding missing displayVersion properties in preview model
- exclude no-descending-specificity rule in stylelint
- fixes compatibility with Node 10

6 years agodocument page.next, page.previous, and page.parent in UI model [skip ci]
Dan Allen [Mon, 10 Dec 2018 19:32:34 +0000 (12:32 -0700)]
document page.next, page.previous, and page.parent in UI model [skip ci]

6 years agomerge !59
Dan Allen [Fri, 7 Dec 2018 00:15:25 +0000 (00:15 +0000)]
merge !59

resolves #66 show displayVersion instead of version for page / component

6 years agoshow displayVersion instead of version for page / component
Dan Allen [Thu, 6 Dec 2018 23:51:06 +0000 (16:51 -0700)]
show displayVersion instead of version for page / component

6 years agomerge !55
Dan Allen [Sat, 13 Oct 2018 20:38:15 +0000 (20:38 +0000)]
merge !55

Add clojure to highlight.js languages

6 years agoAdd clojure to highlight.js languages
Dominic Monroe [Sat, 13 Oct 2018 19:58:31 +0000 (20:58 +0100)]
Add clojure to highlight.js languages

6 years agofix scroll into view behavior in navigation
Dan Allen [Mon, 13 Aug 2018 02:48:31 +0000 (20:48 -0600)]
fix scroll into view behavior in navigation

- set position relative on .nav-menu
- remove position relative from .nav-item
- optimize computations for scroll into view
- remove debug statements

6 years agomore debugging of scrollIntoView
Dan Allen [Mon, 13 Aug 2018 02:05:36 +0000 (20:05 -0600)]
more debugging of scrollIntoView

6 years agodebug navigation scrollIntoView
Dan Allen [Mon, 13 Aug 2018 01:55:11 +0000 (19:55 -0600)]
debug navigation scrollIntoView

6 years agoadd slight breathing room below expandable list in nav
Dan Allen [Tue, 7 Aug 2018 21:09:18 +0000 (15:09 -0600)]
add slight breathing room below expandable list in nav

6 years agoremove margin below nested nav list
Dan Allen [Tue, 7 Aug 2018 20:46:21 +0000 (14:46 -0600)]
remove margin below nested nav list

6 years agouse lighter color for navigation toggle icon
Dan Allen [Tue, 7 Aug 2018 19:24:04 +0000 (13:24 -0600)]
use lighter color for navigation toggle icon

6 years agomerge !52
Dan Allen [Mon, 6 Aug 2018 02:31:59 +0000 (02:31 +0000)]
merge !52

resolves #59 preserve character references in page title part of html title

6 years agopreserve character references in page title part of html title
Dan Allen [Sun, 5 Aug 2018 19:46:29 +0000 (13:46 -0600)]
preserve character references in page title part of html title

6 years agorename task list to checklist in docs [skip ci]
Dan Allen [Mon, 6 Aug 2018 01:12:16 +0000 (19:12 -0600)]
rename task list to checklist in docs [skip ci]

6 years agoslightly tweak alignment of nav toggle button
Dan Allen [Sun, 5 Aug 2018 23:09:59 +0000 (17:09 -0600)]
slightly tweak alignment of nav toggle button

6 years agomerge !53
Dan Allen [Sun, 5 Aug 2018 23:10:39 +0000 (23:10 +0000)]
merge !53

resolves #51 make text of text-only nav item with children clickable

6 years agomake text of text-only nav item with children clickable
Dan Allen [Sun, 5 Aug 2018 20:38:47 +0000 (14:38 -0600)]
make text of text-only nav item with children clickable

6 years agoreduce size of font in navigation panel
Dan Allen [Sun, 5 Aug 2018 22:54:46 +0000 (16:54 -0600)]
reduce size of font in navigation panel

6 years agoscope scrollbar changes to navigation menu; only color track
Dan Allen [Sun, 5 Aug 2018 22:33:49 +0000 (16:33 -0600)]
scope scrollbar changes to navigation menu; only color track

6 years agoresolves #63 fix nav menu layout
Dan Allen [Sun, 5 Aug 2018 22:29:57 +0000 (16:29 -0600)]
resolves #63 fix nav menu layout

- use absolute positioning for toggle to avoid unintended wrapping behavior
- reduce size of toggle button
- tighten line height
- adjust spacing

6 years agofix HTML validation errors
Dan Allen [Sun, 5 Aug 2018 19:53:38 +0000 (13:53 -0600)]
fix HTML validation errors

6 years agomerge !48
Dan Allen [Sun, 5 Aug 2018 19:31:46 +0000 (13:31 -0600)]
merge !48

resolves #56 add missing table cell alignment classes

6 years agoadd missing table cell alignment classes
Jean-Louis Jouannic [Thu, 19 Apr 2018 15:28:52 +0000 (17:28 +0200)]
add missing table cell alignment classes

6 years agomerge !51
Dan Allen [Sun, 5 Aug 2018 19:23:32 +0000 (13:23 -0600)]
merge !51

resolves #25 remove fancy ordered list numbering styles

6 years agoremove fancy ol numbering styles
Ewan Edwards [Fri, 3 Aug 2018 18:35:09 +0000 (11:35 -0700)]
remove fancy ol numbering styles

6 years agomerge !50
Dan Allen [Sun, 5 Aug 2018 18:55:02 +0000 (12:55 -0600)]
merge !50

resolves #57 update README.adoc with correct ui bundle snippet

6 years agoupdate README.adoc with correct ui bundle snippet
Peter Macko [Fri, 8 Jun 2018 12:17:40 +0000 (14:17 +0200)]
update README.adoc with correct ui bundle snippet

6 years agoSpecify initial values for ordered lists, based on start attribute.
Ewan Edwards [Fri, 3 Aug 2018 16:28:45 +0000 (09:28 -0700)]
Specify initial values for ordered lists, based on start attribute.

6 years agoremove async from pack task [skip ci]
Dan Allen [Sat, 30 Jun 2018 04:30:34 +0000 (22:30 -0600)]
remove async from pack task [skip ci]

6 years agoadd ico files to bundle
Dan Allen [Sat, 23 Jun 2018 23:02:40 +0000 (17:02 -0600)]
add ico files to bundle

6 years agoadd env key to UI model to preview
Dan Allen [Sat, 23 Jun 2018 23:02:33 +0000 (17:02 -0600)]
add env key to UI model to preview

6 years agoadd margin to verse block
Dan Allen [Fri, 25 May 2018 08:54:20 +0000 (02:54 -0600)]
add margin to verse block

6 years agofix race condition in fragment jumper
Dan Allen [Mon, 16 Apr 2018 04:19:13 +0000 (22:19 -0600)]
fix race condition in fragment jumper

- sometimes the built-in jump wins out; jump again after delay to be sure

6 years agomerge !45
Sarah White [Tue, 10 Apr 2018 16:53:09 +0000 (16:53 +0000)]
merge !45

resolves #53 create inline text styles page

6 years agoadd tags to inline text section headings
Sarah White [Tue, 10 Apr 2018 16:39:30 +0000 (10:39 -0600)]
add tags to inline text section headings

6 years agorevise inline text styles page
Dan Allen [Sat, 7 Apr 2018 01:13:24 +0000 (19:13 -0600)]
revise inline text styles page

- update examples
- explain the browser default in each case
- explain more clearly what the default styleheet does
- add examples

6 years agoadd highlight inline text styles section
Sarah White [Thu, 5 Apr 2018 19:27:01 +0000 (13:27 -0600)]
add highlight inline text styles section

6 years agofix ui macro example error
Sarah White [Thu, 5 Apr 2018 18:39:52 +0000 (12:39 -0600)]
fix ui macro example error

6 years agomove ui macros to new page
Sarah White [Thu, 5 Apr 2018 18:31:06 +0000 (12:31 -0600)]
move ui macros to new page

6 years agomove sidebar styles to new page
Sarah White [Thu, 5 Apr 2018 18:21:59 +0000 (12:21 -0600)]
move sidebar styles to new page

6 years agomove list styles to new page
Sarah White [Thu, 5 Apr 2018 18:16:04 +0000 (12:16 -0600)]
move list styles to new page

6 years agomove admonition styles to a new page
Sarah White [Thu, 5 Apr 2018 18:04:05 +0000 (12:04 -0600)]
move admonition styles to a new page

6 years agoadd inline monospace section to text styles
Sarah White [Thu, 5 Apr 2018 17:54:30 +0000 (11:54 -0600)]
add inline monospace section to text styles

6 years agoadd italic inline text style section
Sarah White [Thu, 5 Apr 2018 17:20:18 +0000 (11:20 -0600)]
add italic inline text style section

6 years agoadd inline text styles to nav
Sarah White [Thu, 5 Apr 2018 16:49:39 +0000 (10:49 -0600)]
add inline text styles to nav

- remove duplicate attributes

6 years agoadd bold section to inline text styles
Sarah White [Thu, 5 Apr 2018 16:25:53 +0000 (10:25 -0600)]
add bold section to inline text styles

6 years agoremove is-current from last breadcrumb as it currently breaks the search
Dan Allen [Mon, 9 Apr 2018 10:08:07 +0000 (04:08 -0600)]
remove is-current from last breadcrumb as it currently breaks the search

6 years agoconsistently use screen in width-based CSS media queries
Dan Allen [Mon, 9 Apr 2018 08:34:17 +0000 (02:34 -0600)]
consistently use screen in width-based CSS media queries

6 years agomerge !46
Dan Allen [Sat, 7 Apr 2018 01:27:02 +0000 (01:27 +0000)]
merge !46

switch CI image to alpine

6 years agoswitch CI image to alpine
Dan Allen [Sat, 7 Apr 2018 01:19:29 +0000 (19:19 -0600)]
switch CI image to alpine

- use alpine instead of debian
- use concrete tag

6 years agoadd is-current marker to breadcrumb for current page
Dan Allen [Fri, 6 Apr 2018 20:30:59 +0000 (14:30 -0600)]
add is-current marker to breadcrumb for current page

6 years agoonly apply font settings to first item in navbar-brand
Dan Allen [Fri, 6 Apr 2018 07:11:35 +0000 (01:11 -0600)]
only apply font settings to first item in navbar-brand

6 years agouse double quotes for quoted text in stylesheet
Dan Allen [Fri, 6 Apr 2018 07:01:21 +0000 (01:01 -0600)]
use double quotes for quoted text in stylesheet

6 years agolighten sidebar background
Dan Allen [Fri, 6 Apr 2018 00:11:15 +0000 (18:11 -0600)]
lighten sidebar background

6 years agomove relative positioning on admonition block to child table
Dan Allen [Tue, 3 Apr 2018 07:46:14 +0000 (01:46 -0600)]
move relative positioning on admonition block to child table

6 years agomerge !44
Dan Allen [Mon, 2 Apr 2018 23:21:48 +0000 (23:21 +0000)]
merge !44

resolves #50 collapse top margin on first child of sidebar if sidebar has no title

6 years agocollapse top margin on first child of sidebar if sidebar has no title
Dan Allen [Sat, 31 Mar 2018 22:26:43 +0000 (16:26 -0600)]
collapse top margin on first child of sidebar if sidebar has no title

6 years agomerge !43
Dan Allen [Sat, 31 Mar 2018 01:29:38 +0000 (01:29 +0000)]
merge !43

resolves #49 apply style to version links in explore panel to make them stand out more

6 years agoapply style to version links in explore panel to make them stand out more
Dan Allen [Sat, 31 Mar 2018 01:08:42 +0000 (19:08 -0600)]
apply style to version links in explore panel to make them stand out more

6 years agofix display properly of icon in navbar
Dan Allen [Wed, 28 Mar 2018 21:36:39 +0000 (15:36 -0600)]
fix display properly of icon in navbar