forked from asciidoctor/jekyll-asciidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolves asciidoctor#59 set outdir/outfile attributes
- set site-related attributes * site-root * site-source * site-destination, * site-baseurl * site-url - set site, implict and default attributes in front of user-defined attributes - set outdir/outfile attributes so extensions know where to write files - automatically configure imagesoutdir if imagesdir starts with / and imagesoutdir is not set - set docfile attribute in addition to docdir - only set docdir if base_dir is :docdir - add tests for docfile, outfile and outdir - include spec_helper using require_relative - update documentation
- Loading branch information
1 parent
c1a3dac
commit 71ed563
Showing
6 changed files
with
211 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
gems: | ||
- jekyll-asciidoc | ||
asciidoctor: | ||
attributes: | ||
imagesdir: /images |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,7 @@ | |
|
||
Lorem ipsum. | ||
|
||
docdir={docdir} | ||
* docfile={docfile} | ||
* docdir={docdir} | ||
* outfile={outfile} | ||
* outdir={outdir} |
Oops, something went wrong.