From df0c0ea7e16177f1a085e71c6d3867cb68d27e31 Mon Sep 17 00:00:00 2001 From: Jon Schlinkert Date: Sun, 10 Nov 2013 14:18:26 -0500 Subject: [PATCH] chore (tests): Rebuild with new fixtures and Gruntfile targets --- test/actual/assets/.gitkeep | 1 - test/actual/assets_base.html | 182 +- test/actual/assets_blank_path.html | 182 +- test/actual/assets_dot_slash.html | 182 +- test/actual/assets_nested.html | 182 +- test/actual/assets_trailing_slash.html | 182 +- test/actual/collections/asc/alert.html | 871 +++++++ .../asc/collections-categories.html | 877 +++++++ .../collections/asc/collections-tags.html | 878 +++++++ test/actual/collections/asc/collections.html | 906 +++++++ test/actual/collections/asc/complex.html | 871 +++++++ test/actual/collections/asc/context.html | 1034 ++++++++ .../actual/collections/asc/debug-helpers.html | 832 +++++++ test/actual/collections/asc/example.html | 868 +++++++ test/actual/collections/asc/gist-helper.html | 833 +++++++ test/actual/collections/asc/md-helper.html | 890 +++++++ test/actual/collections/asc/no-yfm.html | 833 +++++++ test/actual/collections/asc/yfm-context.html | 868 +++++++ test/actual/collections/asc/yfm.html | 842 +++++++ test/actual/collections/complex/alert.html | 871 +++++++ .../complex/collections-categories.html | 877 +++++++ .../collections/complex/collections-tags.html | 878 +++++++ .../collections/complex/collections.html | 906 +++++++ test/actual/collections/complex/complex.html | 871 +++++++ test/actual/collections/complex/context.html | 1034 ++++++++ .../collections/complex/debug-helpers.html | 832 +++++++ test/actual/collections/complex/example.html | 868 +++++++ .../collections/complex/gist-helper.html | 833 +++++++ .../actual/collections/complex/md-helper.html | 890 +++++++ test/actual/collections/complex/no-yfm.html | 833 +++++++ .../collections/complex/yfm-context.html | 868 +++++++ test/actual/collections/complex/yfm.html | 842 +++++++ test/actual/collections/custom/alert.html | 871 +++++++ .../custom/collections-categories.html | 877 +++++++ .../collections/custom/collections-tags.html | 878 +++++++ .../collections/custom/collections.html | 906 +++++++ test/actual/collections/custom/complex.html | 871 +++++++ test/actual/collections/custom/context.html | 1034 ++++++++ .../collections/custom/debug-helpers.html | 832 +++++++ test/actual/collections/custom/example.html | 868 +++++++ .../collections/custom/gist-helper.html | 833 +++++++ test/actual/collections/custom/md-helper.html | 890 +++++++ test/actual/collections/custom/no-yfm.html | 833 +++++++ .../collections/custom/yfm-context.html | 868 +++++++ test/actual/collections/custom/yfm.html | 842 +++++++ test/actual/collections/desc/alert.html | 871 +++++++ .../desc/collections-categories.html | 877 +++++++ .../collections/desc/collections-tags.html | 878 +++++++ test/actual/collections/desc/collections.html | 906 +++++++ test/actual/collections/desc/complex.html | 871 +++++++ test/actual/collections/desc/context.html | 1034 ++++++++ .../collections/desc/debug-helpers.html | 832 +++++++ test/actual/collections/desc/example.html | 868 +++++++ test/actual/collections/desc/gist-helper.html | 833 +++++++ test/actual/collections/desc/md-helper.html | 890 +++++++ test/actual/collections/desc/no-yfm.html | 833 +++++++ test/actual/collections/desc/yfm-context.html | 868 +++++++ test/actual/collections/desc/yfm.html | 842 +++++++ test/actual/collections/dest1/alert.html | 162 -- .../dest1/collections-categories.html | 30 - .../dest1/collections-categories2.html | 179 -- .../collections/dest1/collections-tags-2.html | 179 -- .../collections/dest1/collections-tags.html | 29 - test/actual/collections/dest1/complex.html | 157 -- test/actual/collections/dest1/context.html | 743 ------ .../collections/dest1/debug-helpers.html | 153 -- .../dest1/deep-nested-layouts.html | 38 - test/actual/collections/dest1/example.html | 163 -- .../actual/collections/dest1/gist-helper.html | 154 -- test/actual/collections/dest1/home.html | 178 -- test/actual/collections/dest1/index.html | 161 -- test/actual/collections/dest1/md-helper.html | 172 -- .../collections/dest1/nested-layouts.html | 19 - .../collections/dest1/no-layout-none.html | 10 - test/actual/collections/dest1/no-layout.html | 10 - test/actual/collections/dest1/no-yfm.html | 156 -- test/actual/collections/dest1/page.html | 179 -- .../actual/collections/dest1/postprocess.html | 13 - .../collections/dest1/postprocess2.html | 15 - test/actual/collections/dest1/simple3.html | 155 -- test/actual/collections/dest2/md.html | 133 -- .../collections/dest2/sub-dest/alert.html | 162 -- .../sub-dest/collections-categories.html | 30 - .../sub-dest/collections-categories2.html | 179 -- .../dest2/sub-dest/collections-tags-2.html | 179 -- .../dest2/sub-dest/collections-tags.html | 29 - .../collections/dest2/sub-dest/complex.html | 157 -- .../collections/dest2/sub-dest/context.html | 743 ------ .../dest2/sub-dest/debug-helpers.html | 153 -- .../dest2/sub-dest/deep-nested-layouts.html | 38 - .../collections/dest2/sub-dest/example.html | 163 -- .../dest2/sub-dest/gist-helper.html | 154 -- .../collections/dest2/sub-dest/home.html | 178 -- .../collections/dest2/sub-dest/index.html | 161 -- .../collections/dest2/sub-dest/md-helper.html | 172 -- .../dest2/sub-dest/nested-layouts.html | 19 - .../collections/dest2/sub-dest/no-layout.html | 10 - .../collections/dest2/sub-dest/no-yfm.html | 156 -- .../collections/dest2/sub-dest/page.html | 179 -- .../dest2/sub-dest/postprocess.html | 13 - .../dest2/sub-dest/postprocess2.html | 15 - .../collections/dest2/sub-dest/simple3.html | 154 -- test/actual/layout_ext/layoutext.html | 60 +- test/actual/markdown/alert.md | 1040 --------- .../actual/markdown/collections-categories.md | 30 - .../markdown/collections-categories2.md | 1057 --------- test/actual/markdown/collections-tags-2.md | 1057 --------- test/actual/markdown/collections-tags.md | 29 - test/actual/markdown/complex.md | 1035 -------- test/actual/markdown/context.md | 1333 ----------- test/actual/markdown/debug-helpers.md | 1031 -------- test/actual/markdown/deep-nested-layouts.md | 38 - test/actual/markdown/example.md | 1041 --------- test/actual/markdown/gist-helper.md | 1031 -------- test/actual/markdown/home.md | 1056 --------- test/actual/markdown/index.md | 1039 --------- test/actual/markdown/md-helper.md | 1050 --------- test/actual/markdown/nested-layouts.md | 19 - test/actual/markdown/no-layout-none.md | 10 - test/actual/markdown/no-layout.md | 10 - test/actual/markdown/no-yfm.md | 1034 -------- test/actual/markdown/page.md | 1057 --------- test/actual/markdown/postprocess.md | 13 - test/actual/markdown/postprocess2.md | 15 - test/actual/markdown/simple3.md | 1032 -------- test/actual/nested_layouts/alert.html | 14 - .../collections-categories.html | 30 - .../collections-categories2.html | 27 - .../nested_layouts/collections-tags-2.html | 27 - .../nested_layouts/collections-tags.html | 29 - test/actual/nested_layouts/complex.html | 13 - test/actual/nested_layouts/context.html | 311 --- test/actual/nested_layouts/debug-helpers.html | 14 - .../nested_layouts/deep-nested-layouts.html | 59 +- test/actual/nested_layouts/example.html | 20 - test/actual/nested_layouts/gist-helper.html | 15 - test/actual/nested_layouts/home.html | 34 - test/actual/nested_layouts/index.html | 22 - test/actual/nested_layouts/md-helper.html | 28 - .../actual/nested_layouts/nested-layouts.html | 40 +- .../actual/nested_layouts/no-layout-none.html | 10 - test/actual/nested_layouts/no-yfm.html | 17 - test/actual/nested_layouts/page.html | 25 - test/actual/nested_layouts/postprocess.html | 13 - test/actual/nested_layouts/postprocess2.html | 15 - test/actual/nested_layouts/simple3.html | 13 - .../no-layout-none.html | 2 +- .../no-layout.html | 2 +- test/actual/noyfm/no-yfm.html | 185 +- test/actual/pages_array/index.html | 143 +- test/actual/pages_array/post1.html | 83 +- test/actual/pages_array/post2.html | 87 +- test/actual/pages_array/post3.html | 83 +- test/actual/pages_metadata/index.html | 143 +- .../meta-awesome-blog-post-2.html | 87 +- ...a-super-sweet-and-awesome-blog-post-3.html | 83 +- .../meta-sweet-blog-post-1.html | 83 +- .../pages_object/awesome-blog-post-2.html | 87 +- test/actual/pages_object/index.html | 143 +- .../super-sweet-and-awesome-blog-post-3.html | 83 +- .../pages_object/sweet-blog-post-1.html | 83 +- test/actual/paths/alert.html | 1605 ++++++------- test/actual/paths/collections-categories.html | 881 ++++++- .../actual/paths/collections-categories2.html | 859 ------- test/actual/paths/collections-tags-2.html | 859 ------- test/actual/paths/collections-tags.html | 874 ++++++- test/actual/paths/collections.html | 906 +++++++ test/actual/paths/complex.html | 1616 ++++++------- test/actual/paths/context.html | 2077 ++++++++--------- test/actual/paths/debug-helpers.html | 1583 +++++++------ test/actual/paths/deep-nested-layouts.html | 38 - test/actual/paths/example.html | 1629 ++++++------- test/actual/paths/gist-helper.html | 1584 +++++++------ test/actual/paths/home.html | 868 ------- test/actual/paths/index.html | 851 ------- test/actual/paths/md-helper.html | 1650 ++++++------- test/actual/paths/nested-layouts.html | 19 - test/actual/paths/no-layout-none.html | 10 - test/actual/paths/no-layout.html | 10 - test/actual/paths/no-yfm.html | 1585 +++++++------ test/actual/paths/page.html | 869 ------- test/actual/paths/postprocess.html | 13 - test/actual/paths/postprocess2.html | 15 - test/actual/paths/simple3.html | 844 ------- test/actual/paths/yfm-context.html | 868 +++++++ test/actual/paths/yfm.html | 842 +++++++ test/actual/postprocess2.html | 27 +- test/actual/single_page.html | 366 ++- test/actual/yfm/associative-arrays.html | 538 ++++- test/actual/yfm/block-literals.html | 517 +++- test/actual/yfm/comments.html | 501 +++- test/actual/yfm/data-files.html | 542 ++++- test/actual/yfm/data-types.html | 557 ++++- test/actual/yfm/document.html | 741 +++++- test/actual/yfm/lists.html | 709 +++++- test/actual/yfm/relational-trees.html | 751 +++++- test/actual/yfm/underscore.html | 561 ++++- test/actual/yfm/variables.html | 521 ++++- 198 files changed, 64563 insertions(+), 34748 deletions(-) delete mode 100644 test/actual/assets/.gitkeep create mode 100644 test/actual/collections/asc/alert.html create mode 100644 test/actual/collections/asc/collections-categories.html create mode 100644 test/actual/collections/asc/collections-tags.html create mode 100644 test/actual/collections/asc/collections.html create mode 100644 test/actual/collections/asc/complex.html create mode 100644 test/actual/collections/asc/context.html create mode 100644 test/actual/collections/asc/debug-helpers.html create mode 100644 test/actual/collections/asc/example.html create mode 100644 test/actual/collections/asc/gist-helper.html create mode 100644 test/actual/collections/asc/md-helper.html create mode 100644 test/actual/collections/asc/no-yfm.html create mode 100644 test/actual/collections/asc/yfm-context.html create mode 100644 test/actual/collections/asc/yfm.html create mode 100644 test/actual/collections/complex/alert.html create mode 100644 test/actual/collections/complex/collections-categories.html create mode 100644 test/actual/collections/complex/collections-tags.html create mode 100644 test/actual/collections/complex/collections.html create mode 100644 test/actual/collections/complex/complex.html create mode 100644 test/actual/collections/complex/context.html create mode 100644 test/actual/collections/complex/debug-helpers.html create mode 100644 test/actual/collections/complex/example.html create mode 100644 test/actual/collections/complex/gist-helper.html create mode 100644 test/actual/collections/complex/md-helper.html create mode 100644 test/actual/collections/complex/no-yfm.html create mode 100644 test/actual/collections/complex/yfm-context.html create mode 100644 test/actual/collections/complex/yfm.html create mode 100644 test/actual/collections/custom/alert.html create mode 100644 test/actual/collections/custom/collections-categories.html create mode 100644 test/actual/collections/custom/collections-tags.html create mode 100644 test/actual/collections/custom/collections.html create mode 100644 test/actual/collections/custom/complex.html create mode 100644 test/actual/collections/custom/context.html create mode 100644 test/actual/collections/custom/debug-helpers.html create mode 100644 test/actual/collections/custom/example.html create mode 100644 test/actual/collections/custom/gist-helper.html create mode 100644 test/actual/collections/custom/md-helper.html create mode 100644 test/actual/collections/custom/no-yfm.html create mode 100644 test/actual/collections/custom/yfm-context.html create mode 100644 test/actual/collections/custom/yfm.html create mode 100644 test/actual/collections/desc/alert.html create mode 100644 test/actual/collections/desc/collections-categories.html create mode 100644 test/actual/collections/desc/collections-tags.html create mode 100644 test/actual/collections/desc/collections.html create mode 100644 test/actual/collections/desc/complex.html create mode 100644 test/actual/collections/desc/context.html create mode 100644 test/actual/collections/desc/debug-helpers.html create mode 100644 test/actual/collections/desc/example.html create mode 100644 test/actual/collections/desc/gist-helper.html create mode 100644 test/actual/collections/desc/md-helper.html create mode 100644 test/actual/collections/desc/no-yfm.html create mode 100644 test/actual/collections/desc/yfm-context.html create mode 100644 test/actual/collections/desc/yfm.html delete mode 100644 test/actual/collections/dest1/alert.html delete mode 100644 test/actual/collections/dest1/collections-categories.html delete mode 100644 test/actual/collections/dest1/collections-categories2.html delete mode 100644 test/actual/collections/dest1/collections-tags-2.html delete mode 100644 test/actual/collections/dest1/collections-tags.html delete mode 100644 test/actual/collections/dest1/complex.html delete mode 100644 test/actual/collections/dest1/context.html delete mode 100644 test/actual/collections/dest1/debug-helpers.html delete mode 100644 test/actual/collections/dest1/deep-nested-layouts.html delete mode 100644 test/actual/collections/dest1/example.html delete mode 100644 test/actual/collections/dest1/gist-helper.html delete mode 100644 test/actual/collections/dest1/home.html delete mode 100644 test/actual/collections/dest1/index.html delete mode 100644 test/actual/collections/dest1/md-helper.html delete mode 100644 test/actual/collections/dest1/nested-layouts.html delete mode 100644 test/actual/collections/dest1/no-layout-none.html delete mode 100644 test/actual/collections/dest1/no-layout.html delete mode 100644 test/actual/collections/dest1/no-yfm.html delete mode 100644 test/actual/collections/dest1/page.html delete mode 100644 test/actual/collections/dest1/postprocess.html delete mode 100644 test/actual/collections/dest1/postprocess2.html delete mode 100644 test/actual/collections/dest1/simple3.html delete mode 100644 test/actual/collections/dest2/md.html delete mode 100644 test/actual/collections/dest2/sub-dest/alert.html delete mode 100644 test/actual/collections/dest2/sub-dest/collections-categories.html delete mode 100644 test/actual/collections/dest2/sub-dest/collections-categories2.html delete mode 100644 test/actual/collections/dest2/sub-dest/collections-tags-2.html delete mode 100644 test/actual/collections/dest2/sub-dest/collections-tags.html delete mode 100644 test/actual/collections/dest2/sub-dest/complex.html delete mode 100644 test/actual/collections/dest2/sub-dest/context.html delete mode 100644 test/actual/collections/dest2/sub-dest/debug-helpers.html delete mode 100644 test/actual/collections/dest2/sub-dest/deep-nested-layouts.html delete mode 100644 test/actual/collections/dest2/sub-dest/example.html delete mode 100644 test/actual/collections/dest2/sub-dest/gist-helper.html delete mode 100644 test/actual/collections/dest2/sub-dest/home.html delete mode 100644 test/actual/collections/dest2/sub-dest/index.html delete mode 100644 test/actual/collections/dest2/sub-dest/md-helper.html delete mode 100644 test/actual/collections/dest2/sub-dest/nested-layouts.html delete mode 100644 test/actual/collections/dest2/sub-dest/no-layout.html delete mode 100644 test/actual/collections/dest2/sub-dest/no-yfm.html delete mode 100644 test/actual/collections/dest2/sub-dest/page.html delete mode 100644 test/actual/collections/dest2/sub-dest/postprocess.html delete mode 100644 test/actual/collections/dest2/sub-dest/postprocess2.html delete mode 100644 test/actual/collections/dest2/sub-dest/simple3.html delete mode 100644 test/actual/markdown/alert.md delete mode 100644 test/actual/markdown/collections-categories.md delete mode 100644 test/actual/markdown/collections-categories2.md delete mode 100644 test/actual/markdown/collections-tags-2.md delete mode 100644 test/actual/markdown/collections-tags.md delete mode 100644 test/actual/markdown/complex.md delete mode 100644 test/actual/markdown/context.md delete mode 100644 test/actual/markdown/debug-helpers.md delete mode 100644 test/actual/markdown/deep-nested-layouts.md delete mode 100644 test/actual/markdown/example.md delete mode 100644 test/actual/markdown/gist-helper.md delete mode 100644 test/actual/markdown/home.md delete mode 100644 test/actual/markdown/index.md delete mode 100644 test/actual/markdown/md-helper.md delete mode 100644 test/actual/markdown/nested-layouts.md delete mode 100644 test/actual/markdown/no-layout-none.md delete mode 100644 test/actual/markdown/no-layout.md delete mode 100644 test/actual/markdown/no-yfm.md delete mode 100644 test/actual/markdown/page.md delete mode 100644 test/actual/markdown/postprocess.md delete mode 100644 test/actual/markdown/postprocess2.md delete mode 100644 test/actual/markdown/simple3.md delete mode 100644 test/actual/nested_layouts/alert.html delete mode 100644 test/actual/nested_layouts/collections-categories.html delete mode 100644 test/actual/nested_layouts/collections-categories2.html delete mode 100644 test/actual/nested_layouts/collections-tags-2.html delete mode 100644 test/actual/nested_layouts/collections-tags.html delete mode 100644 test/actual/nested_layouts/complex.html delete mode 100644 test/actual/nested_layouts/context.html delete mode 100644 test/actual/nested_layouts/debug-helpers.html delete mode 100644 test/actual/nested_layouts/example.html delete mode 100644 test/actual/nested_layouts/gist-helper.html delete mode 100644 test/actual/nested_layouts/home.html delete mode 100644 test/actual/nested_layouts/index.html delete mode 100644 test/actual/nested_layouts/md-helper.html delete mode 100644 test/actual/nested_layouts/no-layout-none.html delete mode 100644 test/actual/nested_layouts/no-yfm.html delete mode 100644 test/actual/nested_layouts/page.html delete mode 100644 test/actual/nested_layouts/postprocess.html delete mode 100644 test/actual/nested_layouts/postprocess2.html delete mode 100644 test/actual/nested_layouts/simple3.html rename test/actual/{collections/dest2/sub-dest => no_layout}/no-layout-none.html (62%) rename test/actual/{nested_layouts => no_layout}/no-layout.html (62%) delete mode 100644 test/actual/paths/collections-categories2.html delete mode 100644 test/actual/paths/collections-tags-2.html create mode 100644 test/actual/paths/collections.html delete mode 100644 test/actual/paths/deep-nested-layouts.html delete mode 100644 test/actual/paths/home.html delete mode 100644 test/actual/paths/index.html delete mode 100644 test/actual/paths/nested-layouts.html delete mode 100644 test/actual/paths/no-layout-none.html delete mode 100644 test/actual/paths/no-layout.html delete mode 100644 test/actual/paths/page.html delete mode 100644 test/actual/paths/postprocess.html delete mode 100644 test/actual/paths/postprocess2.html delete mode 100644 test/actual/paths/simple3.html create mode 100644 test/actual/paths/yfm-context.html create mode 100644 test/actual/paths/yfm.html diff --git a/test/actual/assets/.gitkeep b/test/actual/assets/.gitkeep deleted file mode 100644 index 5c31acbcb..000000000 --- a/test/actual/assets/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -Keep this here for a sanity check while verifying that paths calculated correctly for assets \ No newline at end of file diff --git a/test/actual/assets_base.html b/test/actual/assets_base.html index 9736ecb09..18fa406e1 100644 --- a/test/actual/assets_base.html +++ b/test/actual/assets_base.html @@ -2,21 +2,79 @@ - YAML Test | Site title not found + Layout filename: '' -
-
-
-

Categories

-
    - -
+ + +
+
+
+

+
-

Examples to test the "relative" and "assets" variables, and to show how they work

+
+ +
+ +
+ +
+
+
+

Page layout: default.hbs

+

Page src: test/fixtures/assets_path/assets.hbs

+

Page dest: test/actual/assets_base.html

+

Dest filename: assets_base.html

+

Dest basename: assets

+

Page title: (no title defined)

+
+ +
+ + + +
+ +
+ +

Examples to test the "relative" and "assets" variables, and to show how they work

@@ -40,19 +98,93 @@

Same Folder

-
- - - +
+
- + - \ No newline at end of file + diff --git a/test/actual/assets_blank_path.html b/test/actual/assets_blank_path.html index 3d254ef40..ff49924d2 100644 --- a/test/actual/assets_blank_path.html +++ b/test/actual/assets_blank_path.html @@ -2,21 +2,79 @@ - YAML Test | Site title not found + Layout filename: '' -
-
-
-

Categories

-
    - -
+ + +
+
+
+

+
-

Examples to test the "relative" and "assets" variables, and to show how they work

+
+ +
+ +
+ +
+
+
+

Page layout: default.hbs

+

Page src: test/fixtures/assets_path/assets.hbs

+

Page dest: test/actual/assets_blank_path.html

+

Dest filename: assets_blank_path.html

+

Dest basename: assets

+

Page title: (no title defined)

+
+ +
+ + + +
+ +
+ +

Examples to test the "relative" and "assets" variables, and to show how they work

@@ -40,19 +98,93 @@

Same Folder With Slash

} -
- - - +
+
- + - \ No newline at end of file + diff --git a/test/actual/assets_dot_slash.html b/test/actual/assets_dot_slash.html index 8e53a5d7a..64972854c 100644 --- a/test/actual/assets_dot_slash.html +++ b/test/actual/assets_dot_slash.html @@ -2,21 +2,79 @@ - YAML Test | Site title not found + Layout filename: '' -
-
-
-

Categories

-
    - -
+ + +
+
+
+

+
-

Examples to test the "relative" and "assets" variables, and to show how they work

+
+ +
+ +
+ +
+
+
+

Page layout: default.hbs

+

Page src: test/fixtures/assets_path/assets.hbs

+

Page dest: test/actual/assets_dot_slash.html

+

Dest filename: assets_dot_slash.html

+

Dest basename: assets

+

Page title: (no title defined)

+
+ +
+ + + +
+ +
+ +

Examples to test the "relative" and "assets" variables, and to show how they work

@@ -40,19 +98,93 @@

Project Root With Slash

-
- - - +
+
- + - \ No newline at end of file + diff --git a/test/actual/assets_nested.html b/test/actual/assets_nested.html index fb51a81db..ac5918e4d 100644 --- a/test/actual/assets_nested.html +++ b/test/actual/assets_nested.html @@ -2,21 +2,79 @@ - YAML Test | Site title not found + Layout filename: '' -
-
-
-

Categories

-
    - -
+ + +
+
+
+

+
-

Examples to test the "relative" and "assets" variables, and to show how they work

+
+ +
+ +
+ +
+
+
+

Page layout: default.hbs

+

Page src: test/fixtures/assets_path/assets.hbs

+

Page dest: test/actual/assets_nested.html

+

Dest filename: assets_nested.html

+

Dest basename: assets

+

Page title: (no title defined)

+
+ +
+ + + +
+ +
+ +

Examples to test the "relative" and "assets" variables, and to show how they work

"Public" Folder

@@ -44,19 +102,93 @@

"Public" Folder

-
- - - +
+
- + - \ No newline at end of file + diff --git a/test/actual/assets_trailing_slash.html b/test/actual/assets_trailing_slash.html index 73106c5c8..a4d990832 100644 --- a/test/actual/assets_trailing_slash.html +++ b/test/actual/assets_trailing_slash.html @@ -2,21 +2,79 @@ - YAML Test | Site title not found + Layout filename: '' -
-
-
-

Categories

-
    - -
+ + +
+
+
+

+
-

Examples to test the "relative" and "assets" variables, and to show how they work

+
+ +
+ +
+ +
+
+
+

Page layout: default.hbs

+

Page src: test/fixtures/assets_path/assets.hbs

+

Page dest: test/actual/assets_trailing_slash.html

+

Dest filename: assets_trailing_slash.html

+

Dest basename: assets

+

Page title: (no title defined)

+
+ +
+ + + +
+ +
+ +

Examples to test the "relative" and "assets" variables, and to show how they work

@@ -40,19 +98,93 @@

Project Root

-
- - - +
+
- + - \ No newline at end of file + diff --git a/test/actual/collections/asc/alert.html b/test/actual/collections/asc/alert.html new file mode 100644 index 000000000..4ffe19266 --- /dev/null +++ b/test/actual/collections/asc/alert.html @@ -0,0 +1,871 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Title for "alert.hbs"

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/alert.hbs +

+

+ Page dest: test/actual/collections/asc/alert.html +

+

+ Dest filename: alert.html +

+

+ Dest basename: alert +

+

+ Page title: Title for "alert.hbs" +

+
+
+ + + + +
+
+

categories on this page: + 1 +

+
+
+ components +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 2 +

+
+
+ alert + bootstrap +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

Title for "alert.hbs"

+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "alert",
+  "categories": [
+    "components"
+  ],
+  "data": {
+    "title": "Title for \"alert.hbs\"",
+    "one": {
+      "two": "This is an alert"
+    },
+    "categories": [
+      "components"
+    ],
+    "tags": [
+      "alert",
+      "bootstrap"
+    ],
+    "items": [
+      "collections",
+      "custom"
+    ]
+  },
+  "dest": "test/actual/collections/asc/alert.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "alert.html",
+  "first": false,
+  "index": 1,
+  "items": [
+    "collections",
+    "custom"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 2,
+  "number": 2,
+  "one": {
+    "two": "This is an alert"
+  },
+  "page": "\n\n

{{{title}}}

\n
{{{one.two}}}
\n", + "pageName": "alert.html", + "pagename": "alert.html", + "prev": 0, + "src": "test/fixtures/pages/alert.hbs", + "tags": [ + "alert", + "bootstrap" + ], + "title": "Title for \"alert.hbs\"" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/collections-categories.html b/test/actual/collections/asc/collections-categories.html new file mode 100644 index 000000000..adbc27e4f --- /dev/null +++ b/test/actual/collections/asc/collections-categories.html @@ -0,0 +1,877 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Collections Categories

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections-categories.hbs +

+

+ Page dest: test/actual/collections/asc/collections-categories.html +

+

+ Dest filename: collections-categories.html +

+

+ Dest basename: collections-categories +

+

+ Page title: Collections Categories +

+
+
+ + + + +
+
+

categories on this page: + 5 +

+
+
+ collections + categories + one + two + three +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Collections Categories +
    +
  • categories
  • +
  • collections
  • +
  • components
  • +
  • context
  • +
  • fixtures
  • +
  • helper
  • +
  • markdown
  • +
  • one
  • +
  • pages
  • +
  • three
  • +
  • two
  • +
  • yaml
  • +
  • yfm
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections-categories",
+  "categories": [
+    "collections",
+    "categories",
+    "one",
+    "two",
+    "three"
+  ],
+  "data": {
+    "title": "Collections Categories",
+    "categories": [
+      "collections",
+      "categories",
+      "one",
+      "two",
+      "three"
+    ]
+  },
+  "dest": "test/actual/collections/asc/collections-categories.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "collections-categories.html",
+  "first": false,
+  "index": 6,
+  "last": false,
+  "middle": true,
+  "next": 7,
+  "number": 7,
+  "page": "\n{{title}}\n
    \n{{#categories}}\n
  • {{category}}
  • \n{{/categories}}\n
\n", + "pageName": "collections-categories.html", + "pagename": "collections-categories.html", + "prev": 5, + "src": "test/fixtures/pages/collections-categories.hbs", + "title": "Collections Categories" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/collections-tags.html b/test/actual/collections/asc/collections-tags.html new file mode 100644 index 000000000..b3a6e72a2 --- /dev/null +++ b/test/actual/collections/asc/collections-tags.html @@ -0,0 +1,878 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Tags Test

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections-tags.hbs +

+

+ Page dest: test/actual/collections/asc/collections-tags.html +

+

+ Dest filename: collections-tags.html +

+

+ Dest basename: collections-tags +

+

+ Page title: Tags Test +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 5 +

+
+
+ tags + collections + one + two + three +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Tags Test +
    +
  • alert
  • +
  • bootstrap
  • +
  • collections
  • +
  • complex
  • +
  • example
  • +
  • examples
  • +
  • markdown
  • +
  • md
  • +
  • one
  • +
  • tags
  • +
  • test
  • +
  • tests
  • +
  • three
  • +
  • two
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections-tags",
+  "data": {
+    "title": "Tags Test",
+    "tags": [
+      "tags",
+      "collections",
+      "one",
+      "two",
+      "three"
+    ]
+  },
+  "dest": "test/actual/collections/asc/collections-tags.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "collections-tags.html",
+  "first": false,
+  "index": 2,
+  "last": false,
+  "middle": true,
+  "next": 3,
+  "number": 3,
+  "page": "\n{{title}}\n
    \n{{#tags}}\n\t
  • {{tag}}
  • \n{{/tags}}\n
\n", + "pageName": "collections-tags.html", + "pagename": "collections-tags.html", + "prev": 1, + "src": "test/fixtures/pages/collections-tags.hbs", + "tags": [ + "tags", + "collections", + "one", + "two", + "three" + ], + "title": "Tags Test" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/collections.html b/test/actual/collections/asc/collections.html new file mode 100644 index 000000000..c0d6e9610 --- /dev/null +++ b/test/actual/collections/asc/collections.html @@ -0,0 +1,906 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Collections

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections.hbs +

+

+ Page dest: test/actual/collections/asc/collections.html +

+

+ Dest filename: collections.html +

+

+ Dest basename: collections +

+

+ Page title: Collections +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ tags + collections + one +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Collections +
    +
  • alert
  • +
  • bootstrap
  • +
  • collections
  • +
  • complex
  • +
  • example
  • +
  • examples
  • +
  • markdown
  • +
  • md
  • +
  • one
  • +
  • tags
  • +
  • test
  • +
  • tests
  • +
  • three
  • +
  • two
  • +
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
    +
  • debug-helpers
  • +
  • alert
  • +
  • collections-tags
  • +
  • collections
  • +
  • complex
  • +
  • context
  • +
  • collections-categories
  • +
  • example
  • +
  • gist-helper
  • +
  • md-helper
  • +
  • no-yfm
  • +
  • yfm-context
  • +
  • yfm
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections",
+  "data": {
+    "title": "Collections",
+    "tags": [
+      "tags",
+      "collections",
+      "one"
+    ],
+    "items": [
+      "collections",
+      "custom"
+    ]
+  },
+  "dest": "test/actual/collections/asc/collections.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "collections.html",
+  "first": false,
+  "index": 3,
+  "items": [
+    "collections",
+    "custom"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 4,
+  "number": 4,
+  "page": "\n{{title}}\n
    \n{{#tags}}\n
  • {{tag}}
  • \n{{/tags}}\n
\n\n
    \n{{#categories}}\n
  • {{categories}}
  • \n{{/categories}}\n
\n\n
    \n{{#pages}}\n\t
  • {{basename}}
  • \n{{/pages}}\n
\n", + "pageName": "collections.html", + "pagename": "collections.html", + "prev": 2, + "src": "test/fixtures/pages/collections.hbs", + "tags": [ + "tags", + "collections", + "one" + ], + "title": "Collections" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/complex.html b/test/actual/collections/asc/complex.html new file mode 100644 index 000000000..d18077b04 --- /dev/null +++ b/test/actual/collections/asc/complex.html @@ -0,0 +1,871 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/complex.hbs +

+

+ Page dest: test/actual/collections/asc/complex.html +

+

+ Dest filename: complex.html +

+

+ Dest basename: complex +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + 1 +

+
+
+ pages +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ tests + examples + complex +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "complex",
+  "categories": [
+    "pages"
+  ],
+  "data": {
+    "foo": "bar",
+    "version": 2,
+    "categories": [
+      "pages"
+    ],
+    "tags": [
+      "tests",
+      "examples",
+      "complex"
+    ],
+    "items": [
+      "alpha",
+      "beta"
+    ]
+  },
+  "dest": "test/actual/collections/asc/complex.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "complex.html",
+  "first": false,
+  "foo": "bar",
+  "index": 4,
+  "items": [
+    "alpha",
+    "beta"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 5,
+  "number": 5,
+  "page": "\n\n
This is an alert
\n", + "pageName": "complex.html", + "pagename": "complex.html", + "prev": 3, + "src": "test/fixtures/pages/complex.hbs", + "tags": [ + "tests", + "examples", + "complex" + ], + "version": 2 +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/context.html b/test/actual/collections/asc/context.html new file mode 100644 index 000000000..b47ed2cc0 --- /dev/null +++ b/test/actual/collections/asc/context.html @@ -0,0 +1,1034 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Context

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/context.hbs +

+

+ Page dest: test/actual/collections/asc/context.html +

+

+ Dest filename: context.html +

+

+ Dest basename: context +

+

+ Page title: Context +

+
+
+ + + + +
+
+

categories on this page: + 3 +

+
+
+ context + pages + fixtures +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +

If a list item is empty, or rather only has a label and no link, then the variable did not populate a value.

+ +
+ +
+ +
+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "context",
+  "categories": [
+    "context",
+    "pages",
+    "fixtures"
+  ],
+  "data": {
+    "title": "Context",
+    "description": "The variables on this page are in shown in different contexts.",
+    "categories": [
+      "context",
+      "pages",
+      "fixtures"
+    ],
+    "items": [
+      "alpha",
+      "omega"
+    ]
+  },
+  "description": "The variables on this page are in shown in different contexts.",
+  "dest": "test/actual/collections/asc/context.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "context.html",
+  "first": false,
+  "index": 5,
+  "items": [
+    "alpha",
+    "omega"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 6,
+  "number": 6,
+  "page": "\n\n\n

If a list item is empty, or rather only has a label and no link, then the variable did not populate a value.

\n\n\n\n
\n\n\n\n
\n\n\n\n
\n\n\n", + "pageName": "context.html", + "pagename": "context.html", + "prev": 4, + "src": "test/fixtures/pages/context.hbs", + "title": "Context" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/debug-helpers.html b/test/actual/collections/asc/debug-helpers.html new file mode 100644 index 000000000..7f0b385fd --- /dev/null +++ b/test/actual/collections/asc/debug-helpers.html @@ -0,0 +1,832 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/debug-helpers.hbs +

+

+ Page dest: test/actual/collections/asc/debug-helpers.html +

+

+ Dest filename: debug-helpers.html +

+

+ Dest basename: debug-helpers +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

{{debug}} helper

+

Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "debug-helpers",
+  "data": {},
+  "dest": "test/actual/collections/asc/debug-helpers.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "debug-helpers.html",
+  "first": true,
+  "index": 0,
+  "last": false,
+  "middle": false,
+  "next": 1,
+  "number": 1,
+  "page": "\n{{#markdown}}\n\n### \\{{debug}} helper\nUncomment the `debug` helper below, run `grunt assemble`, and watch the output in the command line to see how it works.\n{{!debug text}}\n\n{{/markdown}}\n",
+  "pageName": "debug-helpers.html",
+  "pagename": "debug-helpers.html",
+  "src": "test/fixtures/pages/debug-helpers.hbs"
+}
+
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/example.html b/test/actual/collections/asc/example.html new file mode 100644 index 000000000..5e257ef5f --- /dev/null +++ b/test/actual/collections/asc/example.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

This title is from YFM

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/example.hbs +

+

+ Page dest: test/actual/collections/asc/example.html +

+

+ Dest filename: example.html +

+

+ Dest basename: example +

+

+ Page title: This title is from YFM +

+
+
+ + + + +
+
+

categories on this page: + 2 +

+
+
+ yaml + yfm +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 1 +

+
+
+ example +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
This example shows that the properties from "example.json" and "example.hbs" are on the page object. +
+
This title is from YFM
+
+
+
This title is from YFM
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "example",
+  "categories": [
+    "yaml",
+    "yfm"
+  ],
+  "data": {
+    "title": "This title is from YFM",
+    "categories": [
+      "yaml",
+      "yfm"
+    ],
+    "tags": [
+      "example"
+    ],
+    "items": [
+      "omega",
+      "gamma"
+    ]
+  },
+  "dest": "test/actual/collections/asc/example.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "example.html",
+  "first": false,
+  "index": 7,
+  "items": [
+    "omega",
+    "gamma"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 8,
+  "number": 8,
+  "page": "\n\nThis example shows that the properties from \"example.json\" and \"example.hbs\" are on the page object.\n\n
\n\n
{{page.title}}
\n
{{page.text}}
\n\n
\n\n
{{title}}
\n", + "pageName": "example.html", + "pagename": "example.html", + "prev": 6, + "src": "test/fixtures/pages/example.hbs", + "tags": [ + "example" + ], + "title": "This title is from YFM" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/gist-helper.html b/test/actual/collections/asc/gist-helper.html new file mode 100644 index 000000000..1ba3dd34d --- /dev/null +++ b/test/actual/collections/asc/gist-helper.html @@ -0,0 +1,833 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/gist-helper.hbs +

+

+ Page dest: test/actual/collections/asc/gist-helper.html +

+

+ Dest filename: gist-helper.html +

+

+ Dest basename: gist-helper +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

{{gist}} helper

+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "gist-helper",
+  "data": {},
+  "dest": "test/actual/collections/asc/gist-helper.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "gist-helper.html",
+  "first": false,
+  "index": 8,
+  "last": false,
+  "middle": true,
+  "next": 9,
+  "number": 9,
+  "page": "\n\n{{#markdown}}\n\n# \\{{gist}} helper\n{{gist '5193239'}}\n\n{{/markdown}}",
+  "pageName": "gist-helper.html",
+  "pagename": "gist-helper.html",
+  "prev": 7,
+  "src": "test/fixtures/pages/gist-helper.hbs"
+}
+
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/md-helper.html b/test/actual/collections/asc/md-helper.html new file mode 100644 index 000000000..81ab5a2b5 --- /dev/null +++ b/test/actual/collections/asc/md-helper.html @@ -0,0 +1,890 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

md helper

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/md-helper.hbs +

+

+ Page dest: test/actual/collections/asc/md-helper.html +

+

+ Dest filename: md-helper.html +

+

+ Dest basename: md-helper +

+

+ Page title: md helper +

+
+
+ + + + +
+
+

categories on this page: + 2 +

+
+
+ markdown + helper +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ test + md + markdown +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +

+

Some Markdown

+
    +
  • one
  • +
  • two
  • +
  • three
  • +
+

+ Click here +

+

+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "md-helper",
+  "categories": [
+    "markdown",
+    "helper"
+  ],
+  "data": {
+    "title": "md helper",
+    "description": "Use the {{md}} helper to include external markdown files.",
+    "categories": [
+      "markdown",
+      "helper"
+    ],
+    "tags": [
+      "test",
+      "md",
+      "markdown"
+    ],
+    "items": [
+      "gamma",
+      "beta"
+    ]
+  },
+  "description": "Use the {{md}} helper to include external markdown files.",
+  "dest": "test/actual/collections/asc/md-helper.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "md-helper.html",
+  "first": false,
+  "index": 9,
+  "items": [
+    "gamma",
+    "beta"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 10,
+  "number": 10,
+  "page": "\n\n
\n

{{title}}

\n

{{description}}

\n
\n\n

{{{md './test/fixtures/pages/md.md'}}}

\n\n\n\n", + "pageName": "md-helper.html", + "pagename": "md-helper.html", + "prev": 8, + "src": "test/fixtures/pages/md-helper.hbs", + "tags": [ + "test", + "md", + "markdown" + ], + "title": "md helper" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/no-yfm.html b/test/actual/collections/asc/no-yfm.html new file mode 100644 index 000000000..1ccea8187 --- /dev/null +++ b/test/actual/collections/asc/no-yfm.html @@ -0,0 +1,833 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/no-yfm.hbs +

+

+ Page dest: test/actual/collections/asc/no-yfm.html +

+

+ Dest filename: no-yfm.html +

+

+ Dest basename: no-yfm +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
There is no YAML front matter in this page. +
+
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "no-yfm",
+  "data": {},
+  "dest": "test/actual/collections/asc/no-yfm.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "no-yfm.html",
+  "first": false,
+  "index": 10,
+  "last": false,
+  "middle": true,
+  "next": 11,
+  "number": 11,
+  "page": "There is no YAML front matter in this page.\n\n
{{noyfm.one}}
\n
{{noyfm.two}}
\n\n\n", + "pageName": "no-yfm.html", + "pagename": "no-yfm.html", + "prev": 9, + "src": "test/fixtures/pages/no-yfm.hbs" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/yfm-context.html b/test/actual/collections/asc/yfm-context.html new file mode 100644 index 000000000..9a1bb7b62 --- /dev/null +++ b/test/actual/collections/asc/yfm-context.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

This title is from the YFM of the current page

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/yfm-context.hbs +

+

+ Page dest: test/actual/collections/asc/yfm-context.html +

+

+ Dest filename: yfm-context.html +

+

+ Dest basename: yfm-context +

+

+ Page title: This title is from the YFM of the current page +

+
+
+ + + + +
+
+

categories on this page: + 3 +

+
+
+ yfm + yaml + context +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +
+ +
+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "yfm-context",
+  "categories": [
+    "yfm",
+    "yaml",
+    "context"
+  ],
+  "data": {
+    "title": "This title is from the YFM of the current page",
+    "description": "This description is from the YFM of the current page",
+    "categories": [
+      "yfm",
+      "yaml",
+      "context"
+    ]
+  },
+  "description": "This description is from the YFM of the current page",
+  "dest": "test/actual/collections/asc/yfm-context.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "yfm-context.html",
+  "first": false,
+  "index": 11,
+  "last": false,
+  "middle": true,
+  "next": 12,
+  "number": 12,
+  "page": "\n\n
\n

{{{default home.title \"Title from home.json didn't render.\"}}}

\n

{{{default home.description \"Description from home.json didn't render.\"}}}

\n
\n\n
\n\n
\n

{{{default page.title \"page.title didn't render.\"}}}

\n

{{{default page.description \"page.description didn't render.\"}}}

\n
\n\n
\n\n
\n

{{{default title \"title didn't render.\"}}}

\n

{{{default description \"description didn't render.\"}}}

\n
\n\n\n", + "pageName": "yfm-context.html", + "pagename": "yfm-context.html", + "prev": 10, + "src": "test/fixtures/pages/yfm-context.hbs", + "title": "This title is from the YFM of the current page" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/asc/yfm.html b/test/actual/collections/asc/yfm.html new file mode 100644 index 000000000..f261442c5 --- /dev/null +++ b/test/actual/collections/asc/yfm.html @@ -0,0 +1,842 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/yfm.hbs +

+

+ Page dest: test/actual/collections/asc/yfm.html +

+

+ Dest filename: yfm.html +

+

+ Dest basename: yfm +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "yfm",
+  "data": {
+    "foo": "bar",
+    "items": [
+      "alpha",
+      "omega"
+    ]
+  },
+  "dest": "test/actual/collections/asc/yfm.html",
+  "dirname": "test/actual/collections/asc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/asc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/asc/"
+    }
+  },
+  "filename": "yfm.html",
+  "first": false,
+  "foo": "bar",
+  "index": 12,
+  "items": [
+    "alpha",
+    "omega"
+  ],
+  "last": true,
+  "middle": false,
+  "number": 13,
+  "page": "\n\n
This is an alert
\n", + "pageName": "yfm.html", + "pagename": "yfm.html", + "prev": 11, + "src": "test/fixtures/pages/yfm.hbs" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/alert.html b/test/actual/collections/complex/alert.html new file mode 100644 index 000000000..48536458c --- /dev/null +++ b/test/actual/collections/complex/alert.html @@ -0,0 +1,871 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Title for "alert.hbs"

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/alert.hbs +

+

+ Page dest: test/actual/collections/complex/alert.html +

+

+ Dest filename: alert.html +

+

+ Dest basename: alert +

+

+ Page title: Title for "alert.hbs" +

+
+
+ + + + +
+
+

categories on this page: + 1 +

+
+
+ components +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 2 +

+
+
+ alert + bootstrap +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

Title for "alert.hbs"

+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "alert",
+  "categories": [
+    "components"
+  ],
+  "data": {
+    "title": "Title for \"alert.hbs\"",
+    "one": {
+      "two": "This is an alert"
+    },
+    "categories": [
+      "components"
+    ],
+    "tags": [
+      "alert",
+      "bootstrap"
+    ],
+    "items": [
+      "collections",
+      "custom"
+    ]
+  },
+  "dest": "test/actual/collections/complex/alert.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "alert.html",
+  "first": false,
+  "index": 1,
+  "items": [
+    "collections",
+    "custom"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 2,
+  "number": 2,
+  "one": {
+    "two": "This is an alert"
+  },
+  "page": "\n\n

{{{title}}}

\n
{{{one.two}}}
\n", + "pageName": "alert.html", + "pagename": "alert.html", + "prev": 0, + "src": "test/fixtures/pages/alert.hbs", + "tags": [ + "alert", + "bootstrap" + ], + "title": "Title for \"alert.hbs\"" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/collections-categories.html b/test/actual/collections/complex/collections-categories.html new file mode 100644 index 000000000..1a1c19989 --- /dev/null +++ b/test/actual/collections/complex/collections-categories.html @@ -0,0 +1,877 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Collections Categories

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections-categories.hbs +

+

+ Page dest: test/actual/collections/complex/collections-categories.html +

+

+ Dest filename: collections-categories.html +

+

+ Dest basename: collections-categories +

+

+ Page title: Collections Categories +

+
+
+ + + + +
+
+

categories on this page: + 5 +

+
+
+ collections + categories + one + two + three +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Collections Categories +
    +
  • categories
  • +
  • collections
  • +
  • components
  • +
  • context
  • +
  • fixtures
  • +
  • helper
  • +
  • markdown
  • +
  • one
  • +
  • pages
  • +
  • three
  • +
  • two
  • +
  • yaml
  • +
  • yfm
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections-categories",
+  "categories": [
+    "collections",
+    "categories",
+    "one",
+    "two",
+    "three"
+  ],
+  "data": {
+    "title": "Collections Categories",
+    "categories": [
+      "collections",
+      "categories",
+      "one",
+      "two",
+      "three"
+    ]
+  },
+  "dest": "test/actual/collections/complex/collections-categories.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "collections-categories.html",
+  "first": false,
+  "index": 6,
+  "last": false,
+  "middle": true,
+  "next": 7,
+  "number": 7,
+  "page": "\n{{title}}\n
    \n{{#categories}}\n
  • {{category}}
  • \n{{/categories}}\n
\n", + "pageName": "collections-categories.html", + "pagename": "collections-categories.html", + "prev": 5, + "src": "test/fixtures/pages/collections-categories.hbs", + "title": "Collections Categories" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/collections-tags.html b/test/actual/collections/complex/collections-tags.html new file mode 100644 index 000000000..fb824d9c7 --- /dev/null +++ b/test/actual/collections/complex/collections-tags.html @@ -0,0 +1,878 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Tags Test

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections-tags.hbs +

+

+ Page dest: test/actual/collections/complex/collections-tags.html +

+

+ Dest filename: collections-tags.html +

+

+ Dest basename: collections-tags +

+

+ Page title: Tags Test +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 5 +

+
+
+ tags + collections + one + two + three +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Tags Test +
    +
  • alert
  • +
  • bootstrap
  • +
  • collections
  • +
  • complex
  • +
  • example
  • +
  • examples
  • +
  • markdown
  • +
  • md
  • +
  • one
  • +
  • tags
  • +
  • test
  • +
  • tests
  • +
  • three
  • +
  • two
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections-tags",
+  "data": {
+    "title": "Tags Test",
+    "tags": [
+      "tags",
+      "collections",
+      "one",
+      "two",
+      "three"
+    ]
+  },
+  "dest": "test/actual/collections/complex/collections-tags.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "collections-tags.html",
+  "first": false,
+  "index": 2,
+  "last": false,
+  "middle": true,
+  "next": 3,
+  "number": 3,
+  "page": "\n{{title}}\n
    \n{{#tags}}\n\t
  • {{tag}}
  • \n{{/tags}}\n
\n", + "pageName": "collections-tags.html", + "pagename": "collections-tags.html", + "prev": 1, + "src": "test/fixtures/pages/collections-tags.hbs", + "tags": [ + "tags", + "collections", + "one", + "two", + "three" + ], + "title": "Tags Test" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/collections.html b/test/actual/collections/complex/collections.html new file mode 100644 index 000000000..dd9baa786 --- /dev/null +++ b/test/actual/collections/complex/collections.html @@ -0,0 +1,906 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Collections

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections.hbs +

+

+ Page dest: test/actual/collections/complex/collections.html +

+

+ Dest filename: collections.html +

+

+ Dest basename: collections +

+

+ Page title: Collections +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ tags + collections + one +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Collections +
    +
  • alert
  • +
  • bootstrap
  • +
  • collections
  • +
  • complex
  • +
  • example
  • +
  • examples
  • +
  • markdown
  • +
  • md
  • +
  • one
  • +
  • tags
  • +
  • test
  • +
  • tests
  • +
  • three
  • +
  • two
  • +
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
    +
  • debug-helpers
  • +
  • alert
  • +
  • collections-tags
  • +
  • collections
  • +
  • complex
  • +
  • context
  • +
  • collections-categories
  • +
  • example
  • +
  • gist-helper
  • +
  • md-helper
  • +
  • no-yfm
  • +
  • yfm-context
  • +
  • yfm
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections",
+  "data": {
+    "title": "Collections",
+    "tags": [
+      "tags",
+      "collections",
+      "one"
+    ],
+    "items": [
+      "collections",
+      "custom"
+    ]
+  },
+  "dest": "test/actual/collections/complex/collections.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "collections.html",
+  "first": false,
+  "index": 3,
+  "items": [
+    "collections",
+    "custom"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 4,
+  "number": 4,
+  "page": "\n{{title}}\n
    \n{{#tags}}\n
  • {{tag}}
  • \n{{/tags}}\n
\n\n
    \n{{#categories}}\n
  • {{categories}}
  • \n{{/categories}}\n
\n\n
    \n{{#pages}}\n\t
  • {{basename}}
  • \n{{/pages}}\n
\n", + "pageName": "collections.html", + "pagename": "collections.html", + "prev": 2, + "src": "test/fixtures/pages/collections.hbs", + "tags": [ + "tags", + "collections", + "one" + ], + "title": "Collections" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/complex.html b/test/actual/collections/complex/complex.html new file mode 100644 index 000000000..3c316aca3 --- /dev/null +++ b/test/actual/collections/complex/complex.html @@ -0,0 +1,871 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/complex.hbs +

+

+ Page dest: test/actual/collections/complex/complex.html +

+

+ Dest filename: complex.html +

+

+ Dest basename: complex +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + 1 +

+
+
+ pages +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ tests + examples + complex +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "complex",
+  "categories": [
+    "pages"
+  ],
+  "data": {
+    "foo": "bar",
+    "version": 2,
+    "categories": [
+      "pages"
+    ],
+    "tags": [
+      "tests",
+      "examples",
+      "complex"
+    ],
+    "items": [
+      "alpha",
+      "beta"
+    ]
+  },
+  "dest": "test/actual/collections/complex/complex.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "complex.html",
+  "first": false,
+  "foo": "bar",
+  "index": 4,
+  "items": [
+    "alpha",
+    "beta"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 5,
+  "number": 5,
+  "page": "\n\n
This is an alert
\n", + "pageName": "complex.html", + "pagename": "complex.html", + "prev": 3, + "src": "test/fixtures/pages/complex.hbs", + "tags": [ + "tests", + "examples", + "complex" + ], + "version": 2 +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/context.html b/test/actual/collections/complex/context.html new file mode 100644 index 000000000..1a5ca2d38 --- /dev/null +++ b/test/actual/collections/complex/context.html @@ -0,0 +1,1034 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Context

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/context.hbs +

+

+ Page dest: test/actual/collections/complex/context.html +

+

+ Dest filename: context.html +

+

+ Dest basename: context +

+

+ Page title: Context +

+
+
+ + + + +
+
+

categories on this page: + 3 +

+
+
+ context + pages + fixtures +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +

If a list item is empty, or rather only has a label and no link, then the variable did not populate a value.

+ +
+ +
+ +
+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "context",
+  "categories": [
+    "context",
+    "pages",
+    "fixtures"
+  ],
+  "data": {
+    "title": "Context",
+    "description": "The variables on this page are in shown in different contexts.",
+    "categories": [
+      "context",
+      "pages",
+      "fixtures"
+    ],
+    "items": [
+      "alpha",
+      "omega"
+    ]
+  },
+  "description": "The variables on this page are in shown in different contexts.",
+  "dest": "test/actual/collections/complex/context.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "context.html",
+  "first": false,
+  "index": 5,
+  "items": [
+    "alpha",
+    "omega"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 6,
+  "number": 6,
+  "page": "\n\n\n

If a list item is empty, or rather only has a label and no link, then the variable did not populate a value.

\n\n\n\n
\n\n\n\n
\n\n\n\n
\n\n\n", + "pageName": "context.html", + "pagename": "context.html", + "prev": 4, + "src": "test/fixtures/pages/context.hbs", + "title": "Context" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/debug-helpers.html b/test/actual/collections/complex/debug-helpers.html new file mode 100644 index 000000000..201eea3ab --- /dev/null +++ b/test/actual/collections/complex/debug-helpers.html @@ -0,0 +1,832 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/debug-helpers.hbs +

+

+ Page dest: test/actual/collections/complex/debug-helpers.html +

+

+ Dest filename: debug-helpers.html +

+

+ Dest basename: debug-helpers +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

{{debug}} helper

+

Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "debug-helpers",
+  "data": {},
+  "dest": "test/actual/collections/complex/debug-helpers.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "debug-helpers.html",
+  "first": true,
+  "index": 0,
+  "last": false,
+  "middle": false,
+  "next": 1,
+  "number": 1,
+  "page": "\n{{#markdown}}\n\n### \\{{debug}} helper\nUncomment the `debug` helper below, run `grunt assemble`, and watch the output in the command line to see how it works.\n{{!debug text}}\n\n{{/markdown}}\n",
+  "pageName": "debug-helpers.html",
+  "pagename": "debug-helpers.html",
+  "src": "test/fixtures/pages/debug-helpers.hbs"
+}
+
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/example.html b/test/actual/collections/complex/example.html new file mode 100644 index 000000000..ebfe4fa20 --- /dev/null +++ b/test/actual/collections/complex/example.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

This title is from YFM

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/example.hbs +

+

+ Page dest: test/actual/collections/complex/example.html +

+

+ Dest filename: example.html +

+

+ Dest basename: example +

+

+ Page title: This title is from YFM +

+
+
+ + + + +
+
+

categories on this page: + 2 +

+
+
+ yaml + yfm +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 1 +

+
+
+ example +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
This example shows that the properties from "example.json" and "example.hbs" are on the page object. +
+
This title is from YFM
+
+
+
This title is from YFM
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "example",
+  "categories": [
+    "yaml",
+    "yfm"
+  ],
+  "data": {
+    "title": "This title is from YFM",
+    "categories": [
+      "yaml",
+      "yfm"
+    ],
+    "tags": [
+      "example"
+    ],
+    "items": [
+      "omega",
+      "gamma"
+    ]
+  },
+  "dest": "test/actual/collections/complex/example.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "example.html",
+  "first": false,
+  "index": 7,
+  "items": [
+    "omega",
+    "gamma"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 8,
+  "number": 8,
+  "page": "\n\nThis example shows that the properties from \"example.json\" and \"example.hbs\" are on the page object.\n\n
\n\n
{{page.title}}
\n
{{page.text}}
\n\n
\n\n
{{title}}
\n", + "pageName": "example.html", + "pagename": "example.html", + "prev": 6, + "src": "test/fixtures/pages/example.hbs", + "tags": [ + "example" + ], + "title": "This title is from YFM" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/gist-helper.html b/test/actual/collections/complex/gist-helper.html new file mode 100644 index 000000000..33b9cabca --- /dev/null +++ b/test/actual/collections/complex/gist-helper.html @@ -0,0 +1,833 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/gist-helper.hbs +

+

+ Page dest: test/actual/collections/complex/gist-helper.html +

+

+ Dest filename: gist-helper.html +

+

+ Dest basename: gist-helper +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

{{gist}} helper

+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "gist-helper",
+  "data": {},
+  "dest": "test/actual/collections/complex/gist-helper.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "gist-helper.html",
+  "first": false,
+  "index": 8,
+  "last": false,
+  "middle": true,
+  "next": 9,
+  "number": 9,
+  "page": "\n\n{{#markdown}}\n\n# \\{{gist}} helper\n{{gist '5193239'}}\n\n{{/markdown}}",
+  "pageName": "gist-helper.html",
+  "pagename": "gist-helper.html",
+  "prev": 7,
+  "src": "test/fixtures/pages/gist-helper.hbs"
+}
+
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/md-helper.html b/test/actual/collections/complex/md-helper.html new file mode 100644 index 000000000..e1365b2f6 --- /dev/null +++ b/test/actual/collections/complex/md-helper.html @@ -0,0 +1,890 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

md helper

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/md-helper.hbs +

+

+ Page dest: test/actual/collections/complex/md-helper.html +

+

+ Dest filename: md-helper.html +

+

+ Dest basename: md-helper +

+

+ Page title: md helper +

+
+
+ + + + +
+
+

categories on this page: + 2 +

+
+
+ markdown + helper +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ test + md + markdown +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +

+

Some Markdown

+
    +
  • one
  • +
  • two
  • +
  • three
  • +
+

+ Click here +

+

+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "md-helper",
+  "categories": [
+    "markdown",
+    "helper"
+  ],
+  "data": {
+    "title": "md helper",
+    "description": "Use the {{md}} helper to include external markdown files.",
+    "categories": [
+      "markdown",
+      "helper"
+    ],
+    "tags": [
+      "test",
+      "md",
+      "markdown"
+    ],
+    "items": [
+      "gamma",
+      "beta"
+    ]
+  },
+  "description": "Use the {{md}} helper to include external markdown files.",
+  "dest": "test/actual/collections/complex/md-helper.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "md-helper.html",
+  "first": false,
+  "index": 9,
+  "items": [
+    "gamma",
+    "beta"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 10,
+  "number": 10,
+  "page": "\n\n
\n

{{title}}

\n

{{description}}

\n
\n\n

{{{md './test/fixtures/pages/md.md'}}}

\n\n\n\n", + "pageName": "md-helper.html", + "pagename": "md-helper.html", + "prev": 8, + "src": "test/fixtures/pages/md-helper.hbs", + "tags": [ + "test", + "md", + "markdown" + ], + "title": "md helper" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/no-yfm.html b/test/actual/collections/complex/no-yfm.html new file mode 100644 index 000000000..2b9d009d5 --- /dev/null +++ b/test/actual/collections/complex/no-yfm.html @@ -0,0 +1,833 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/no-yfm.hbs +

+

+ Page dest: test/actual/collections/complex/no-yfm.html +

+

+ Dest filename: no-yfm.html +

+

+ Dest basename: no-yfm +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
There is no YAML front matter in this page. +
+
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "no-yfm",
+  "data": {},
+  "dest": "test/actual/collections/complex/no-yfm.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "no-yfm.html",
+  "first": false,
+  "index": 10,
+  "last": false,
+  "middle": true,
+  "next": 11,
+  "number": 11,
+  "page": "There is no YAML front matter in this page.\n\n
{{noyfm.one}}
\n
{{noyfm.two}}
\n\n\n", + "pageName": "no-yfm.html", + "pagename": "no-yfm.html", + "prev": 9, + "src": "test/fixtures/pages/no-yfm.hbs" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/yfm-context.html b/test/actual/collections/complex/yfm-context.html new file mode 100644 index 000000000..49441ec1f --- /dev/null +++ b/test/actual/collections/complex/yfm-context.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

This title is from the YFM of the current page

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/yfm-context.hbs +

+

+ Page dest: test/actual/collections/complex/yfm-context.html +

+

+ Dest filename: yfm-context.html +

+

+ Dest basename: yfm-context +

+

+ Page title: This title is from the YFM of the current page +

+
+
+ + + + +
+
+

categories on this page: + 3 +

+
+
+ yfm + yaml + context +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +
+ +
+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "yfm-context",
+  "categories": [
+    "yfm",
+    "yaml",
+    "context"
+  ],
+  "data": {
+    "title": "This title is from the YFM of the current page",
+    "description": "This description is from the YFM of the current page",
+    "categories": [
+      "yfm",
+      "yaml",
+      "context"
+    ]
+  },
+  "description": "This description is from the YFM of the current page",
+  "dest": "test/actual/collections/complex/yfm-context.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "yfm-context.html",
+  "first": false,
+  "index": 11,
+  "last": false,
+  "middle": true,
+  "next": 12,
+  "number": 12,
+  "page": "\n\n
\n

{{{default home.title \"Title from home.json didn't render.\"}}}

\n

{{{default home.description \"Description from home.json didn't render.\"}}}

\n
\n\n
\n\n
\n

{{{default page.title \"page.title didn't render.\"}}}

\n

{{{default page.description \"page.description didn't render.\"}}}

\n
\n\n
\n\n
\n

{{{default title \"title didn't render.\"}}}

\n

{{{default description \"description didn't render.\"}}}

\n
\n\n\n", + "pageName": "yfm-context.html", + "pagename": "yfm-context.html", + "prev": 10, + "src": "test/fixtures/pages/yfm-context.hbs", + "title": "This title is from the YFM of the current page" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/complex/yfm.html b/test/actual/collections/complex/yfm.html new file mode 100644 index 000000000..187417b62 --- /dev/null +++ b/test/actual/collections/complex/yfm.html @@ -0,0 +1,842 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/yfm.hbs +

+

+ Page dest: test/actual/collections/complex/yfm.html +

+

+ Dest filename: yfm.html +

+

+ Dest basename: yfm +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "yfm",
+  "data": {
+    "foo": "bar",
+    "items": [
+      "alpha",
+      "omega"
+    ]
+  },
+  "dest": "test/actual/collections/complex/yfm.html",
+  "dirname": "test/actual/collections/complex",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/complex/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/complex/"
+    }
+  },
+  "filename": "yfm.html",
+  "first": false,
+  "foo": "bar",
+  "index": 12,
+  "items": [
+    "alpha",
+    "omega"
+  ],
+  "last": true,
+  "middle": false,
+  "number": 13,
+  "page": "\n\n
This is an alert
\n", + "pageName": "yfm.html", + "pagename": "yfm.html", + "prev": 11, + "src": "test/fixtures/pages/yfm.hbs" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/alert.html b/test/actual/collections/custom/alert.html new file mode 100644 index 000000000..905b0c6e9 --- /dev/null +++ b/test/actual/collections/custom/alert.html @@ -0,0 +1,871 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Title for "alert.hbs"

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/alert.hbs +

+

+ Page dest: test/actual/collections/custom/alert.html +

+

+ Dest filename: alert.html +

+

+ Dest basename: alert +

+

+ Page title: Title for "alert.hbs" +

+
+
+ + + + +
+
+

categories on this page: + 1 +

+
+
+ components +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 2 +

+
+
+ alert + bootstrap +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

Title for "alert.hbs"

+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "alert",
+  "categories": [
+    "components"
+  ],
+  "data": {
+    "title": "Title for \"alert.hbs\"",
+    "one": {
+      "two": "This is an alert"
+    },
+    "categories": [
+      "components"
+    ],
+    "tags": [
+      "alert",
+      "bootstrap"
+    ],
+    "items": [
+      "collections",
+      "custom"
+    ]
+  },
+  "dest": "test/actual/collections/custom/alert.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "alert.html",
+  "first": false,
+  "index": 1,
+  "items": [
+    "collections",
+    "custom"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 2,
+  "number": 2,
+  "one": {
+    "two": "This is an alert"
+  },
+  "page": "\n\n

{{{title}}}

\n
{{{one.two}}}
\n", + "pageName": "alert.html", + "pagename": "alert.html", + "prev": 0, + "src": "test/fixtures/pages/alert.hbs", + "tags": [ + "alert", + "bootstrap" + ], + "title": "Title for \"alert.hbs\"" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/collections-categories.html b/test/actual/collections/custom/collections-categories.html new file mode 100644 index 000000000..8fe3451ec --- /dev/null +++ b/test/actual/collections/custom/collections-categories.html @@ -0,0 +1,877 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Collections Categories

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections-categories.hbs +

+

+ Page dest: test/actual/collections/custom/collections-categories.html +

+

+ Dest filename: collections-categories.html +

+

+ Dest basename: collections-categories +

+

+ Page title: Collections Categories +

+
+
+ + + + +
+
+

categories on this page: + 5 +

+
+
+ collections + categories + one + two + three +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Collections Categories +
    +
  • categories
  • +
  • collections
  • +
  • components
  • +
  • context
  • +
  • fixtures
  • +
  • helper
  • +
  • markdown
  • +
  • one
  • +
  • pages
  • +
  • three
  • +
  • two
  • +
  • yaml
  • +
  • yfm
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections-categories",
+  "categories": [
+    "collections",
+    "categories",
+    "one",
+    "two",
+    "three"
+  ],
+  "data": {
+    "title": "Collections Categories",
+    "categories": [
+      "collections",
+      "categories",
+      "one",
+      "two",
+      "three"
+    ]
+  },
+  "dest": "test/actual/collections/custom/collections-categories.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "collections-categories.html",
+  "first": false,
+  "index": 6,
+  "last": false,
+  "middle": true,
+  "next": 7,
+  "number": 7,
+  "page": "\n{{title}}\n
    \n{{#categories}}\n
  • {{category}}
  • \n{{/categories}}\n
\n", + "pageName": "collections-categories.html", + "pagename": "collections-categories.html", + "prev": 5, + "src": "test/fixtures/pages/collections-categories.hbs", + "title": "Collections Categories" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/collections-tags.html b/test/actual/collections/custom/collections-tags.html new file mode 100644 index 000000000..709033d56 --- /dev/null +++ b/test/actual/collections/custom/collections-tags.html @@ -0,0 +1,878 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Tags Test

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections-tags.hbs +

+

+ Page dest: test/actual/collections/custom/collections-tags.html +

+

+ Dest filename: collections-tags.html +

+

+ Dest basename: collections-tags +

+

+ Page title: Tags Test +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 5 +

+
+
+ tags + collections + one + two + three +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Tags Test +
    +
  • alert
  • +
  • bootstrap
  • +
  • collections
  • +
  • complex
  • +
  • example
  • +
  • examples
  • +
  • markdown
  • +
  • md
  • +
  • one
  • +
  • tags
  • +
  • test
  • +
  • tests
  • +
  • three
  • +
  • two
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections-tags",
+  "data": {
+    "title": "Tags Test",
+    "tags": [
+      "tags",
+      "collections",
+      "one",
+      "two",
+      "three"
+    ]
+  },
+  "dest": "test/actual/collections/custom/collections-tags.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "collections-tags.html",
+  "first": false,
+  "index": 2,
+  "last": false,
+  "middle": true,
+  "next": 3,
+  "number": 3,
+  "page": "\n{{title}}\n
    \n{{#tags}}\n\t
  • {{tag}}
  • \n{{/tags}}\n
\n", + "pageName": "collections-tags.html", + "pagename": "collections-tags.html", + "prev": 1, + "src": "test/fixtures/pages/collections-tags.hbs", + "tags": [ + "tags", + "collections", + "one", + "two", + "three" + ], + "title": "Tags Test" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/collections.html b/test/actual/collections/custom/collections.html new file mode 100644 index 000000000..670405524 --- /dev/null +++ b/test/actual/collections/custom/collections.html @@ -0,0 +1,906 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Collections

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections.hbs +

+

+ Page dest: test/actual/collections/custom/collections.html +

+

+ Dest filename: collections.html +

+

+ Dest basename: collections +

+

+ Page title: Collections +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ tags + collections + one +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
Collections +
    +
  • alert
  • +
  • bootstrap
  • +
  • collections
  • +
  • complex
  • +
  • example
  • +
  • examples
  • +
  • markdown
  • +
  • md
  • +
  • one
  • +
  • tags
  • +
  • test
  • +
  • tests
  • +
  • three
  • +
  • two
  • +
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
    +
  • debug-helpers
  • +
  • alert
  • +
  • collections-tags
  • +
  • collections
  • +
  • complex
  • +
  • context
  • +
  • collections-categories
  • +
  • example
  • +
  • gist-helper
  • +
  • md-helper
  • +
  • no-yfm
  • +
  • yfm-context
  • +
  • yfm
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections",
+  "data": {
+    "title": "Collections",
+    "tags": [
+      "tags",
+      "collections",
+      "one"
+    ],
+    "items": [
+      "collections",
+      "custom"
+    ]
+  },
+  "dest": "test/actual/collections/custom/collections.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "collections.html",
+  "first": false,
+  "index": 3,
+  "items": [
+    "collections",
+    "custom"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 4,
+  "number": 4,
+  "page": "\n{{title}}\n
    \n{{#tags}}\n
  • {{tag}}
  • \n{{/tags}}\n
\n\n
    \n{{#categories}}\n
  • {{categories}}
  • \n{{/categories}}\n
\n\n
    \n{{#pages}}\n\t
  • {{basename}}
  • \n{{/pages}}\n
\n", + "pageName": "collections.html", + "pagename": "collections.html", + "prev": 2, + "src": "test/fixtures/pages/collections.hbs", + "tags": [ + "tags", + "collections", + "one" + ], + "title": "Collections" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/complex.html b/test/actual/collections/custom/complex.html new file mode 100644 index 000000000..576c8f5b9 --- /dev/null +++ b/test/actual/collections/custom/complex.html @@ -0,0 +1,871 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/complex.hbs +

+

+ Page dest: test/actual/collections/custom/complex.html +

+

+ Dest filename: complex.html +

+

+ Dest basename: complex +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + 1 +

+
+
+ pages +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ tests + examples + complex +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "complex",
+  "categories": [
+    "pages"
+  ],
+  "data": {
+    "foo": "bar",
+    "version": 2,
+    "categories": [
+      "pages"
+    ],
+    "tags": [
+      "tests",
+      "examples",
+      "complex"
+    ],
+    "items": [
+      "alpha",
+      "beta"
+    ]
+  },
+  "dest": "test/actual/collections/custom/complex.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "complex.html",
+  "first": false,
+  "foo": "bar",
+  "index": 4,
+  "items": [
+    "alpha",
+    "beta"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 5,
+  "number": 5,
+  "page": "\n\n
This is an alert
\n", + "pageName": "complex.html", + "pagename": "complex.html", + "prev": 3, + "src": "test/fixtures/pages/complex.hbs", + "tags": [ + "tests", + "examples", + "complex" + ], + "version": 2 +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/context.html b/test/actual/collections/custom/context.html new file mode 100644 index 000000000..25d2479f0 --- /dev/null +++ b/test/actual/collections/custom/context.html @@ -0,0 +1,1034 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Context

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/context.hbs +

+

+ Page dest: test/actual/collections/custom/context.html +

+

+ Dest filename: context.html +

+

+ Dest basename: context +

+

+ Page title: Context +

+
+
+ + + + +
+
+

categories on this page: + 3 +

+
+
+ context + pages + fixtures +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +

If a list item is empty, or rather only has a label and no link, then the variable did not populate a value.

+ +
+ +
+ +
+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "context",
+  "categories": [
+    "context",
+    "pages",
+    "fixtures"
+  ],
+  "data": {
+    "title": "Context",
+    "description": "The variables on this page are in shown in different contexts.",
+    "categories": [
+      "context",
+      "pages",
+      "fixtures"
+    ],
+    "items": [
+      "alpha",
+      "omega"
+    ]
+  },
+  "description": "The variables on this page are in shown in different contexts.",
+  "dest": "test/actual/collections/custom/context.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "context.html",
+  "first": false,
+  "index": 5,
+  "items": [
+    "alpha",
+    "omega"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 6,
+  "number": 6,
+  "page": "\n\n\n

If a list item is empty, or rather only has a label and no link, then the variable did not populate a value.

\n\n\n\n
\n\n\n\n
\n\n\n\n
\n\n\n", + "pageName": "context.html", + "pagename": "context.html", + "prev": 4, + "src": "test/fixtures/pages/context.hbs", + "title": "Context" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/debug-helpers.html b/test/actual/collections/custom/debug-helpers.html new file mode 100644 index 000000000..3b7f6e528 --- /dev/null +++ b/test/actual/collections/custom/debug-helpers.html @@ -0,0 +1,832 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/debug-helpers.hbs +

+

+ Page dest: test/actual/collections/custom/debug-helpers.html +

+

+ Dest filename: debug-helpers.html +

+

+ Dest basename: debug-helpers +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

{{debug}} helper

+

Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "debug-helpers",
+  "data": {},
+  "dest": "test/actual/collections/custom/debug-helpers.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "debug-helpers.html",
+  "first": true,
+  "index": 0,
+  "last": false,
+  "middle": false,
+  "next": 1,
+  "number": 1,
+  "page": "\n{{#markdown}}\n\n### \\{{debug}} helper\nUncomment the `debug` helper below, run `grunt assemble`, and watch the output in the command line to see how it works.\n{{!debug text}}\n\n{{/markdown}}\n",
+  "pageName": "debug-helpers.html",
+  "pagename": "debug-helpers.html",
+  "src": "test/fixtures/pages/debug-helpers.hbs"
+}
+
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/example.html b/test/actual/collections/custom/example.html new file mode 100644 index 000000000..874356a00 --- /dev/null +++ b/test/actual/collections/custom/example.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

This title is from YFM

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/example.hbs +

+

+ Page dest: test/actual/collections/custom/example.html +

+

+ Dest filename: example.html +

+

+ Dest basename: example +

+

+ Page title: This title is from YFM +

+
+
+ + + + +
+
+

categories on this page: + 2 +

+
+
+ yaml + yfm +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 1 +

+
+
+ example +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
This example shows that the properties from "example.json" and "example.hbs" are on the page object. +
+
This title is from YFM
+
+
+
This title is from YFM
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "example",
+  "categories": [
+    "yaml",
+    "yfm"
+  ],
+  "data": {
+    "title": "This title is from YFM",
+    "categories": [
+      "yaml",
+      "yfm"
+    ],
+    "tags": [
+      "example"
+    ],
+    "items": [
+      "omega",
+      "gamma"
+    ]
+  },
+  "dest": "test/actual/collections/custom/example.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "example.html",
+  "first": false,
+  "index": 7,
+  "items": [
+    "omega",
+    "gamma"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 8,
+  "number": 8,
+  "page": "\n\nThis example shows that the properties from \"example.json\" and \"example.hbs\" are on the page object.\n\n
\n\n
{{page.title}}
\n
{{page.text}}
\n\n
\n\n
{{title}}
\n", + "pageName": "example.html", + "pagename": "example.html", + "prev": 6, + "src": "test/fixtures/pages/example.hbs", + "tags": [ + "example" + ], + "title": "This title is from YFM" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/gist-helper.html b/test/actual/collections/custom/gist-helper.html new file mode 100644 index 000000000..a3599906a --- /dev/null +++ b/test/actual/collections/custom/gist-helper.html @@ -0,0 +1,833 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/gist-helper.hbs +

+

+ Page dest: test/actual/collections/custom/gist-helper.html +

+

+ Dest filename: gist-helper.html +

+

+ Dest basename: gist-helper +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+

{{gist}} helper

+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "gist-helper",
+  "data": {},
+  "dest": "test/actual/collections/custom/gist-helper.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "gist-helper.html",
+  "first": false,
+  "index": 8,
+  "last": false,
+  "middle": true,
+  "next": 9,
+  "number": 9,
+  "page": "\n\n{{#markdown}}\n\n# \\{{gist}} helper\n{{gist '5193239'}}\n\n{{/markdown}}",
+  "pageName": "gist-helper.html",
+  "pagename": "gist-helper.html",
+  "prev": 7,
+  "src": "test/fixtures/pages/gist-helper.hbs"
+}
+
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/md-helper.html b/test/actual/collections/custom/md-helper.html new file mode 100644 index 000000000..454cbb71d --- /dev/null +++ b/test/actual/collections/custom/md-helper.html @@ -0,0 +1,890 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

md helper

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/md-helper.hbs +

+

+ Page dest: test/actual/collections/custom/md-helper.html +

+

+ Dest filename: md-helper.html +

+

+ Dest basename: md-helper +

+

+ Page title: md helper +

+
+
+ + + + +
+
+

categories on this page: + 2 +

+
+
+ markdown + helper +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ test + md + markdown +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +

+

Some Markdown

+
    +
  • one
  • +
  • two
  • +
  • three
  • +
+

+ Click here +

+

+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "md-helper",
+  "categories": [
+    "markdown",
+    "helper"
+  ],
+  "data": {
+    "title": "md helper",
+    "description": "Use the {{md}} helper to include external markdown files.",
+    "categories": [
+      "markdown",
+      "helper"
+    ],
+    "tags": [
+      "test",
+      "md",
+      "markdown"
+    ],
+    "items": [
+      "gamma",
+      "beta"
+    ]
+  },
+  "description": "Use the {{md}} helper to include external markdown files.",
+  "dest": "test/actual/collections/custom/md-helper.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "md-helper.html",
+  "first": false,
+  "index": 9,
+  "items": [
+    "gamma",
+    "beta"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 10,
+  "number": 10,
+  "page": "\n\n
\n

{{title}}

\n

{{description}}

\n
\n\n

{{{md './test/fixtures/pages/md.md'}}}

\n\n\n\n", + "pageName": "md-helper.html", + "pagename": "md-helper.html", + "prev": 8, + "src": "test/fixtures/pages/md-helper.hbs", + "tags": [ + "test", + "md", + "markdown" + ], + "title": "md helper" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/no-yfm.html b/test/actual/collections/custom/no-yfm.html new file mode 100644 index 000000000..7f6f4a53f --- /dev/null +++ b/test/actual/collections/custom/no-yfm.html @@ -0,0 +1,833 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/no-yfm.hbs +

+

+ Page dest: test/actual/collections/custom/no-yfm.html +

+

+ Dest filename: no-yfm.html +

+

+ Dest basename: no-yfm +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
There is no YAML front matter in this page. +
+
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "no-yfm",
+  "data": {},
+  "dest": "test/actual/collections/custom/no-yfm.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "no-yfm.html",
+  "first": false,
+  "index": 10,
+  "last": false,
+  "middle": true,
+  "next": 11,
+  "number": 11,
+  "page": "There is no YAML front matter in this page.\n\n
{{noyfm.one}}
\n
{{noyfm.two}}
\n\n\n", + "pageName": "no-yfm.html", + "pagename": "no-yfm.html", + "prev": 9, + "src": "test/fixtures/pages/no-yfm.hbs" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/yfm-context.html b/test/actual/collections/custom/yfm-context.html new file mode 100644 index 000000000..ff44e2250 --- /dev/null +++ b/test/actual/collections/custom/yfm-context.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

This title is from the YFM of the current page

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/yfm-context.hbs +

+

+ Page dest: test/actual/collections/custom/yfm-context.html +

+

+ Dest filename: yfm-context.html +

+

+ Dest basename: yfm-context +

+

+ Page title: This title is from the YFM of the current page +

+
+
+ + + + +
+
+

categories on this page: + 3 +

+
+
+ yfm + yaml + context +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+ +
+ +
+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "yfm-context",
+  "categories": [
+    "yfm",
+    "yaml",
+    "context"
+  ],
+  "data": {
+    "title": "This title is from the YFM of the current page",
+    "description": "This description is from the YFM of the current page",
+    "categories": [
+      "yfm",
+      "yaml",
+      "context"
+    ]
+  },
+  "description": "This description is from the YFM of the current page",
+  "dest": "test/actual/collections/custom/yfm-context.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "yfm-context.html",
+  "first": false,
+  "index": 11,
+  "last": false,
+  "middle": true,
+  "next": 12,
+  "number": 12,
+  "page": "\n\n
\n

{{{default home.title \"Title from home.json didn't render.\"}}}

\n

{{{default home.description \"Description from home.json didn't render.\"}}}

\n
\n\n
\n\n
\n

{{{default page.title \"page.title didn't render.\"}}}

\n

{{{default page.description \"page.description didn't render.\"}}}

\n
\n\n
\n\n
\n

{{{default title \"title didn't render.\"}}}

\n

{{{default description \"description didn't render.\"}}}

\n
\n\n\n", + "pageName": "yfm-context.html", + "pagename": "yfm-context.html", + "prev": 10, + "src": "test/fixtures/pages/yfm-context.hbs", + "title": "This title is from the YFM of the current page" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/custom/yfm.html b/test/actual/collections/custom/yfm.html new file mode 100644 index 000000000..3f5f79aa9 --- /dev/null +++ b/test/actual/collections/custom/yfm.html @@ -0,0 +1,842 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/yfm.hbs +

+

+ Page dest: test/actual/collections/custom/yfm.html +

+

+ Dest filename: yfm.html +

+

+ Dest basename: yfm +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: categories +
+ +
Related pages for: collections +
+ +
Related pages for: components +
+ +
Related pages for: context +
+ +
Related pages for: fixtures +
+ +
Related pages for: helper +
+ +
Related pages for: markdown +
+ +
Related pages for: one +
+ +
Related pages for: pages +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
Related pages for: yaml +
+ +
Related pages for: yfm +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: alert +
+ +
Related pages for: bootstrap +
+ +
Related pages for: collections +
+ +
Related pages for: complex +
+ +
Related pages for: example +
+ +
Related pages for: examples +
+ +
Related pages for: markdown +
+ +
Related pages for: md +
+ +
Related pages for: one +
+ +
Related pages for: tags +
+ +
Related pages for: test +
+ +
Related pages for: tests +
+ +
Related pages for: three +
+ +
Related pages for: two +
+ +
+
+
+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "yfm",
+  "data": {
+    "foo": "bar",
+    "items": [
+      "alpha",
+      "omega"
+    ]
+  },
+  "dest": "test/actual/collections/custom/yfm.html",
+  "dirname": "test/actual/collections/custom",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/custom/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/custom/"
+    }
+  },
+  "filename": "yfm.html",
+  "first": false,
+  "foo": "bar",
+  "index": 12,
+  "items": [
+    "alpha",
+    "omega"
+  ],
+  "last": true,
+  "middle": false,
+  "number": 13,
+  "page": "\n\n
This is an alert
\n", + "pageName": "yfm.html", + "pagename": "yfm.html", + "prev": 11, + "src": "test/fixtures/pages/yfm.hbs" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/alert.html b/test/actual/collections/desc/alert.html new file mode 100644 index 000000000..899419375 --- /dev/null +++ b/test/actual/collections/desc/alert.html @@ -0,0 +1,871 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Title for "alert.hbs"

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/alert.hbs +

+

+ Page dest: test/actual/collections/desc/alert.html +

+

+ Dest filename: alert.html +

+

+ Dest basename: alert +

+

+ Page title: Title for "alert.hbs" +

+
+
+ + + + +
+
+

categories on this page: + 1 +

+
+
+ components +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + 2 +

+
+
+ alert + bootstrap +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
+

Title for "alert.hbs"

+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "alert",
+  "categories": [
+    "components"
+  ],
+  "data": {
+    "title": "Title for \"alert.hbs\"",
+    "one": {
+      "two": "This is an alert"
+    },
+    "categories": [
+      "components"
+    ],
+    "tags": [
+      "alert",
+      "bootstrap"
+    ],
+    "items": [
+      "collections",
+      "custom"
+    ]
+  },
+  "dest": "test/actual/collections/desc/alert.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "alert.html",
+  "first": false,
+  "index": 1,
+  "items": [
+    "collections",
+    "custom"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 2,
+  "number": 2,
+  "one": {
+    "two": "This is an alert"
+  },
+  "page": "\n\n

{{{title}}}

\n
{{{one.two}}}
\n", + "pageName": "alert.html", + "pagename": "alert.html", + "prev": 0, + "src": "test/fixtures/pages/alert.hbs", + "tags": [ + "alert", + "bootstrap" + ], + "title": "Title for \"alert.hbs\"" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/collections-categories.html b/test/actual/collections/desc/collections-categories.html new file mode 100644 index 000000000..9a79195e3 --- /dev/null +++ b/test/actual/collections/desc/collections-categories.html @@ -0,0 +1,877 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Collections Categories

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections-categories.hbs +

+

+ Page dest: test/actual/collections/desc/collections-categories.html +

+

+ Dest filename: collections-categories.html +

+

+ Dest basename: collections-categories +

+

+ Page title: Collections Categories +

+
+
+ + + + +
+
+

categories on this page: + 5 +

+
+
+ collections + categories + one + two + three +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
Collections Categories +
    +
  • yfm
  • +
  • yaml
  • +
  • two
  • +
  • three
  • +
  • pages
  • +
  • one
  • +
  • markdown
  • +
  • helper
  • +
  • fixtures
  • +
  • context
  • +
  • components
  • +
  • collections
  • +
  • categories
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections-categories",
+  "categories": [
+    "collections",
+    "categories",
+    "one",
+    "two",
+    "three"
+  ],
+  "data": {
+    "title": "Collections Categories",
+    "categories": [
+      "collections",
+      "categories",
+      "one",
+      "two",
+      "three"
+    ]
+  },
+  "dest": "test/actual/collections/desc/collections-categories.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "collections-categories.html",
+  "first": false,
+  "index": 6,
+  "last": false,
+  "middle": true,
+  "next": 7,
+  "number": 7,
+  "page": "\n{{title}}\n
    \n{{#categories}}\n
  • {{category}}
  • \n{{/categories}}\n
\n", + "pageName": "collections-categories.html", + "pagename": "collections-categories.html", + "prev": 5, + "src": "test/fixtures/pages/collections-categories.hbs", + "title": "Collections Categories" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/collections-tags.html b/test/actual/collections/desc/collections-tags.html new file mode 100644 index 000000000..32d5eaf7a --- /dev/null +++ b/test/actual/collections/desc/collections-tags.html @@ -0,0 +1,878 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Tags Test

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections-tags.hbs +

+

+ Page dest: test/actual/collections/desc/collections-tags.html +

+

+ Dest filename: collections-tags.html +

+

+ Dest basename: collections-tags +

+

+ Page title: Tags Test +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + 5 +

+
+
+ tags + collections + one + two + three +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
Tags Test +
    +
  • two
  • +
  • three
  • +
  • tests
  • +
  • test
  • +
  • tags
  • +
  • one
  • +
  • md
  • +
  • markdown
  • +
  • examples
  • +
  • example
  • +
  • complex
  • +
  • collections
  • +
  • bootstrap
  • +
  • alert
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections-tags",
+  "data": {
+    "title": "Tags Test",
+    "tags": [
+      "tags",
+      "collections",
+      "one",
+      "two",
+      "three"
+    ]
+  },
+  "dest": "test/actual/collections/desc/collections-tags.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "collections-tags.html",
+  "first": false,
+  "index": 2,
+  "last": false,
+  "middle": true,
+  "next": 3,
+  "number": 3,
+  "page": "\n{{title}}\n
    \n{{#tags}}\n\t
  • {{tag}}
  • \n{{/tags}}\n
\n", + "pageName": "collections-tags.html", + "pagename": "collections-tags.html", + "prev": 1, + "src": "test/fixtures/pages/collections-tags.hbs", + "tags": [ + "tags", + "collections", + "one", + "two", + "three" + ], + "title": "Tags Test" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/collections.html b/test/actual/collections/desc/collections.html new file mode 100644 index 000000000..4002ff27e --- /dev/null +++ b/test/actual/collections/desc/collections.html @@ -0,0 +1,906 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Collections

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/collections.hbs +

+

+ Page dest: test/actual/collections/desc/collections.html +

+

+ Dest filename: collections.html +

+

+ Dest basename: collections +

+

+ Page title: Collections +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ tags + collections + one +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
Collections +
    +
  • two
  • +
  • three
  • +
  • tests
  • +
  • test
  • +
  • tags
  • +
  • one
  • +
  • md
  • +
  • markdown
  • +
  • examples
  • +
  • example
  • +
  • complex
  • +
  • collections
  • +
  • bootstrap
  • +
  • alert
  • +
+
    +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
+
    +
  • debug-helpers
  • +
  • alert
  • +
  • collections-tags
  • +
  • collections
  • +
  • complex
  • +
  • context
  • +
  • collections-categories
  • +
  • example
  • +
  • gist-helper
  • +
  • md-helper
  • +
  • no-yfm
  • +
  • yfm-context
  • +
  • yfm
  • +
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "collections",
+  "data": {
+    "title": "Collections",
+    "tags": [
+      "tags",
+      "collections",
+      "one"
+    ],
+    "items": [
+      "collections",
+      "custom"
+    ]
+  },
+  "dest": "test/actual/collections/desc/collections.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "collections.html",
+  "first": false,
+  "index": 3,
+  "items": [
+    "collections",
+    "custom"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 4,
+  "number": 4,
+  "page": "\n{{title}}\n
    \n{{#tags}}\n
  • {{tag}}
  • \n{{/tags}}\n
\n\n
    \n{{#categories}}\n
  • {{categories}}
  • \n{{/categories}}\n
\n\n
    \n{{#pages}}\n\t
  • {{basename}}
  • \n{{/pages}}\n
\n", + "pageName": "collections.html", + "pagename": "collections.html", + "prev": 2, + "src": "test/fixtures/pages/collections.hbs", + "tags": [ + "tags", + "collections", + "one" + ], + "title": "Collections" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/complex.html b/test/actual/collections/desc/complex.html new file mode 100644 index 000000000..e2a52d460 --- /dev/null +++ b/test/actual/collections/desc/complex.html @@ -0,0 +1,871 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/complex.hbs +

+

+ Page dest: test/actual/collections/desc/complex.html +

+

+ Dest filename: complex.html +

+

+ Dest basename: complex +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + 1 +

+
+
+ pages +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ tests + examples + complex +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "complex",
+  "categories": [
+    "pages"
+  ],
+  "data": {
+    "foo": "bar",
+    "version": 2,
+    "categories": [
+      "pages"
+    ],
+    "tags": [
+      "tests",
+      "examples",
+      "complex"
+    ],
+    "items": [
+      "alpha",
+      "beta"
+    ]
+  },
+  "dest": "test/actual/collections/desc/complex.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "complex.html",
+  "first": false,
+  "foo": "bar",
+  "index": 4,
+  "items": [
+    "alpha",
+    "beta"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 5,
+  "number": 5,
+  "page": "\n\n
This is an alert
\n", + "pageName": "complex.html", + "pagename": "complex.html", + "prev": 3, + "src": "test/fixtures/pages/complex.hbs", + "tags": [ + "tests", + "examples", + "complex" + ], + "version": 2 +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/context.html b/test/actual/collections/desc/context.html new file mode 100644 index 000000000..812c46197 --- /dev/null +++ b/test/actual/collections/desc/context.html @@ -0,0 +1,1034 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

Context

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/context.hbs +

+

+ Page dest: test/actual/collections/desc/context.html +

+

+ Dest filename: context.html +

+

+ Dest basename: context +

+

+ Page title: Context +

+
+
+ + + + +
+
+

categories on this page: + 3 +

+
+
+ context + pages + fixtures +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
+ +

If a list item is empty, or rather only has a label and no link, then the variable did not populate a value.

+ +
+ +
+ +
+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "context",
+  "categories": [
+    "context",
+    "pages",
+    "fixtures"
+  ],
+  "data": {
+    "title": "Context",
+    "description": "The variables on this page are in shown in different contexts.",
+    "categories": [
+      "context",
+      "pages",
+      "fixtures"
+    ],
+    "items": [
+      "alpha",
+      "omega"
+    ]
+  },
+  "description": "The variables on this page are in shown in different contexts.",
+  "dest": "test/actual/collections/desc/context.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "context.html",
+  "first": false,
+  "index": 5,
+  "items": [
+    "alpha",
+    "omega"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 6,
+  "number": 6,
+  "page": "\n\n\n

If a list item is empty, or rather only has a label and no link, then the variable did not populate a value.

\n\n\n\n
\n\n\n\n
\n\n\n\n
\n\n\n", + "pageName": "context.html", + "pagename": "context.html", + "prev": 4, + "src": "test/fixtures/pages/context.hbs", + "title": "Context" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/debug-helpers.html b/test/actual/collections/desc/debug-helpers.html new file mode 100644 index 000000000..6d9748ee1 --- /dev/null +++ b/test/actual/collections/desc/debug-helpers.html @@ -0,0 +1,832 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/debug-helpers.hbs +

+

+ Page dest: test/actual/collections/desc/debug-helpers.html +

+

+ Dest filename: debug-helpers.html +

+

+ Dest basename: debug-helpers +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
+

{{debug}} helper

+

Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "debug-helpers",
+  "data": {},
+  "dest": "test/actual/collections/desc/debug-helpers.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "debug-helpers.html",
+  "first": true,
+  "index": 0,
+  "last": false,
+  "middle": false,
+  "next": 1,
+  "number": 1,
+  "page": "\n{{#markdown}}\n\n### \\{{debug}} helper\nUncomment the `debug` helper below, run `grunt assemble`, and watch the output in the command line to see how it works.\n{{!debug text}}\n\n{{/markdown}}\n",
+  "pageName": "debug-helpers.html",
+  "pagename": "debug-helpers.html",
+  "src": "test/fixtures/pages/debug-helpers.hbs"
+}
+
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/example.html b/test/actual/collections/desc/example.html new file mode 100644 index 000000000..7ae789a7f --- /dev/null +++ b/test/actual/collections/desc/example.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

This title is from YFM

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/example.hbs +

+

+ Page dest: test/actual/collections/desc/example.html +

+

+ Dest filename: example.html +

+

+ Dest basename: example +

+

+ Page title: This title is from YFM +

+
+
+ + + + +
+
+

categories on this page: + 2 +

+
+
+ yaml + yfm +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + 1 +

+
+
+ example +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
This example shows that the properties from "example.json" and "example.hbs" are on the page object. +
+
This title is from YFM
+
+
+
This title is from YFM
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "example",
+  "categories": [
+    "yaml",
+    "yfm"
+  ],
+  "data": {
+    "title": "This title is from YFM",
+    "categories": [
+      "yaml",
+      "yfm"
+    ],
+    "tags": [
+      "example"
+    ],
+    "items": [
+      "omega",
+      "gamma"
+    ]
+  },
+  "dest": "test/actual/collections/desc/example.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "example.html",
+  "first": false,
+  "index": 7,
+  "items": [
+    "omega",
+    "gamma"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 8,
+  "number": 8,
+  "page": "\n\nThis example shows that the properties from \"example.json\" and \"example.hbs\" are on the page object.\n\n
\n\n
{{page.title}}
\n
{{page.text}}
\n\n
\n\n
{{title}}
\n", + "pageName": "example.html", + "pagename": "example.html", + "prev": 6, + "src": "test/fixtures/pages/example.hbs", + "tags": [ + "example" + ], + "title": "This title is from YFM" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/gist-helper.html b/test/actual/collections/desc/gist-helper.html new file mode 100644 index 000000000..9f07e548d --- /dev/null +++ b/test/actual/collections/desc/gist-helper.html @@ -0,0 +1,833 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/gist-helper.hbs +

+

+ Page dest: test/actual/collections/desc/gist-helper.html +

+

+ Dest filename: gist-helper.html +

+

+ Dest basename: gist-helper +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
+

{{gist}} helper

+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "gist-helper",
+  "data": {},
+  "dest": "test/actual/collections/desc/gist-helper.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "gist-helper.html",
+  "first": false,
+  "index": 8,
+  "last": false,
+  "middle": true,
+  "next": 9,
+  "number": 9,
+  "page": "\n\n{{#markdown}}\n\n# \\{{gist}} helper\n{{gist '5193239'}}\n\n{{/markdown}}",
+  "pageName": "gist-helper.html",
+  "pagename": "gist-helper.html",
+  "prev": 7,
+  "src": "test/fixtures/pages/gist-helper.hbs"
+}
+
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/md-helper.html b/test/actual/collections/desc/md-helper.html new file mode 100644 index 000000000..4ec19d2da --- /dev/null +++ b/test/actual/collections/desc/md-helper.html @@ -0,0 +1,890 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

md helper

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/md-helper.hbs +

+

+ Page dest: test/actual/collections/desc/md-helper.html +

+

+ Dest filename: md-helper.html +

+

+ Dest basename: md-helper +

+

+ Page title: md helper +

+
+
+ + + + +
+
+

categories on this page: + 2 +

+
+
+ markdown + helper +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + 3 +

+
+
+ test + md + markdown +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
+ +

+

Some Markdown

+
    +
  • one
  • +
  • two
  • +
  • three
  • +
+

+ Click here +

+

+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "md-helper",
+  "categories": [
+    "markdown",
+    "helper"
+  ],
+  "data": {
+    "title": "md helper",
+    "description": "Use the {{md}} helper to include external markdown files.",
+    "categories": [
+      "markdown",
+      "helper"
+    ],
+    "tags": [
+      "test",
+      "md",
+      "markdown"
+    ],
+    "items": [
+      "gamma",
+      "beta"
+    ]
+  },
+  "description": "Use the {{md}} helper to include external markdown files.",
+  "dest": "test/actual/collections/desc/md-helper.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "md-helper.html",
+  "first": false,
+  "index": 9,
+  "items": [
+    "gamma",
+    "beta"
+  ],
+  "last": false,
+  "middle": true,
+  "next": 10,
+  "number": 10,
+  "page": "\n\n
\n

{{title}}

\n

{{description}}

\n
\n\n

{{{md './test/fixtures/pages/md.md'}}}

\n\n\n\n", + "pageName": "md-helper.html", + "pagename": "md-helper.html", + "prev": 8, + "src": "test/fixtures/pages/md-helper.hbs", + "tags": [ + "test", + "md", + "markdown" + ], + "title": "md helper" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/no-yfm.html b/test/actual/collections/desc/no-yfm.html new file mode 100644 index 000000000..a134e6af4 --- /dev/null +++ b/test/actual/collections/desc/no-yfm.html @@ -0,0 +1,833 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/no-yfm.hbs +

+

+ Page dest: test/actual/collections/desc/no-yfm.html +

+

+ Dest filename: no-yfm.html +

+

+ Dest basename: no-yfm +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
There is no YAML front matter in this page. +
+
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "no-yfm",
+  "data": {},
+  "dest": "test/actual/collections/desc/no-yfm.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "no-yfm.html",
+  "first": false,
+  "index": 10,
+  "last": false,
+  "middle": true,
+  "next": 11,
+  "number": 11,
+  "page": "There is no YAML front matter in this page.\n\n
{{noyfm.one}}
\n
{{noyfm.two}}
\n\n\n", + "pageName": "no-yfm.html", + "pagename": "no-yfm.html", + "prev": 9, + "src": "test/fixtures/pages/no-yfm.hbs" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/yfm-context.html b/test/actual/collections/desc/yfm-context.html new file mode 100644 index 000000000..b108b5465 --- /dev/null +++ b/test/actual/collections/desc/yfm-context.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

This title is from the YFM of the current page

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/yfm-context.hbs +

+

+ Page dest: test/actual/collections/desc/yfm-context.html +

+

+ Dest filename: yfm-context.html +

+

+ Dest basename: yfm-context +

+

+ Page title: This title is from the YFM of the current page +

+
+
+ + + + +
+
+

categories on this page: + 3 +

+
+
+ yfm + yaml + context +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
+ +
+ +
+ +
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "yfm-context",
+  "categories": [
+    "yfm",
+    "yaml",
+    "context"
+  ],
+  "data": {
+    "title": "This title is from the YFM of the current page",
+    "description": "This description is from the YFM of the current page",
+    "categories": [
+      "yfm",
+      "yaml",
+      "context"
+    ]
+  },
+  "description": "This description is from the YFM of the current page",
+  "dest": "test/actual/collections/desc/yfm-context.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "yfm-context.html",
+  "first": false,
+  "index": 11,
+  "last": false,
+  "middle": true,
+  "next": 12,
+  "number": 12,
+  "page": "\n\n
\n

{{{default home.title \"Title from home.json didn't render.\"}}}

\n

{{{default home.description \"Description from home.json didn't render.\"}}}

\n
\n\n
\n\n
\n

{{{default page.title \"page.title didn't render.\"}}}

\n

{{{default page.description \"page.description didn't render.\"}}}

\n
\n\n
\n\n
\n

{{{default title \"title didn't render.\"}}}

\n

{{{default description \"description didn't render.\"}}}

\n
\n\n\n", + "pageName": "yfm-context.html", + "pagename": "yfm-context.html", + "prev": 10, + "src": "test/fixtures/pages/yfm-context.hbs", + "title": "This title is from the YFM of the current page" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/desc/yfm.html b/test/actual/collections/desc/yfm.html new file mode 100644 index 000000000..a5b4db67e --- /dev/null +++ b/test/actual/collections/desc/yfm.html @@ -0,0 +1,842 @@ + + + + + Layout filename: '' + + + + +
+ + +
+
+
+

+
+
+
+ + +
+ +
+ + +
+
+
+

+ Page layout: default.hbs +

+

+ Page src: test/fixtures/pages/yfm.hbs +

+

+ Page dest: test/actual/collections/desc/yfm.html +

+

+ Dest filename: yfm.html +

+

+ Dest basename: yfm +

+

+ Page title: (no title defined) +

+
+
+ + + + +
+
+

categories on this page: + +

+
+
+ No categories defined on this page. +
+
+
+
+
+

All categories: + 13 +

+
+
+ yfm + yaml + two + three + pages + one + markdown + helper + fixtures + context + components + collections + categories +
+
+
+
+
+

Pages related to each category

+
+
+
Related pages for: yfm +
+ +
Related pages for: yaml +
+ +
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: pages +
+ +
Related pages for: one +
+ +
Related pages for: markdown +
+ +
Related pages for: helper +
+ +
Related pages for: fixtures +
+ +
Related pages for: context +
+ +
Related pages for: components +
+ +
Related pages for: collections +
+ +
Related pages for: categories +
+ +
+
+
+ + +
+
+

Tags on this page: + +

+
+
+ No tags defined on this page. +
+
+
+
+
+

All tags: + 14 +

+
+
+ two + three + tests + test + tags + one + md + markdown + examples + example + complex + collections + bootstrap + alert +
+
+
+
+
+

Pages related to each tag

+
+
+
Related pages for: two +
+ +
Related pages for: three +
+ +
Related pages for: tests +
+ +
Related pages for: test +
+ +
Related pages for: tags +
+ +
Related pages for: one +
+ +
Related pages for: md +
+ +
Related pages for: markdown +
+ +
Related pages for: examples +
+ +
Related pages for: example +
+ +
Related pages for: complex +
+ +
Related pages for: collections +
+ +
Related pages for: bootstrap +
+ +
Related pages for: alert +
+ +
+
+
+
This is an alert
+
+

Content

+
+ +
+
+

Page

+ + +

Each pages

+ +

Debug Info

+

+{
+  "_page": "all",
+  "assets": "../../../assets",
+  "basename": "yfm",
+  "data": {
+    "foo": "bar",
+    "items": [
+      "alpha",
+      "omega"
+    ]
+  },
+  "dest": "test/actual/collections/desc/yfm.html",
+  "dirname": "test/actual/collections/desc",
+  "ext": ".html",
+  "extname": ".html",
+  "filePair": {
+    "src": [
+      "test/fixtures/pages/alert.hbs",
+      "test/fixtures/pages/collections-categories.hbs",
+      "test/fixtures/pages/collections-tags.hbs",
+      "test/fixtures/pages/collections.hbs",
+      "test/fixtures/pages/complex.hbs",
+      "test/fixtures/pages/context.hbs",
+      "test/fixtures/pages/debug-helpers.hbs",
+      "test/fixtures/pages/example.hbs",
+      "test/fixtures/pages/gist-helper.hbs",
+      "test/fixtures/pages/md-helper.hbs",
+      "test/fixtures/pages/no-yfm.hbs",
+      "test/fixtures/pages/yfm-context.hbs",
+      "test/fixtures/pages/yfm.hbs"
+    ],
+    "dest": "test/actual/collections/desc/",
+    "orig": {
+      "src": [
+        "test/fixtures/pages/*.hbs"
+      ],
+      "dest": "test/actual/collections/desc/"
+    }
+  },
+  "filename": "yfm.html",
+  "first": false,
+  "foo": "bar",
+  "index": 12,
+  "items": [
+    "alpha",
+    "omega"
+  ],
+  "last": true,
+  "middle": false,
+  "number": 13,
+  "page": "\n\n
This is an alert
\n", + "pageName": "yfm.html", + "pagename": "yfm.html", + "prev": 11, + "src": "test/fixtures/pages/yfm.hbs" +} +
+
+
+
+
+
+ + + diff --git a/test/actual/collections/dest1/alert.html b/test/actual/collections/dest1/alert.html deleted file mode 100644 index 9c327153b..000000000 --- a/test/actual/collections/dest1/alert.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - Title for "alert.hbs" - - - - -
-
-

Categories

-
    - -
  • categories
  • - -
  • one
  • - -
  • something
  • - -
  • test
  • - -
  • three
  • - -
  • two
  • - -
-
- - -

Title for "alert.hbs"

-This is an alert - -
- - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/collections-categories.html b/test/actual/collections/dest1/collections-categories.html deleted file mode 100644 index dc5db3747..000000000 --- a/test/actual/collections/dest1/collections-categories.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Categories Test 2 - Layout 2 - - - -
- - -
    - -
  • categories
  • - -
  • one
  • - -
  • something
  • - -
  • test
  • - -
  • three
  • - -
  • two
  • - -
- -
- - diff --git a/test/actual/collections/dest1/collections-categories2.html b/test/actual/collections/dest1/collections-categories2.html deleted file mode 100644 index be3fdfeb2..000000000 --- a/test/actual/collections/dest1/collections-categories2.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Categories Test - - - - -
-
-

Categories

-
    - -
  • categories
  • - -
  • one
  • - -
  • something
  • - -
  • test
  • - -
  • three
  • - -
  • two
  • - -
-
- - -
    - -
  • categories
  • - -
  • one
  • - -
  • something
  • - -
  • test
  • - -
  • three
  • - -
  • two
  • - -
- -
- - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/collections-tags-2.html b/test/actual/collections/dest1/collections-tags-2.html deleted file mode 100644 index 65059a4eb..000000000 --- a/test/actual/collections/dest1/collections-tags-2.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Tags Test - - - - -
-
-

Categories

-
    - -
  • categories
  • - -
  • one
  • - -
  • something
  • - -
  • test
  • - -
  • three
  • - -
  • two
  • - -
-
- - -
    - -
  • two
  • - -
  • three
  • - -
  • test
  • - -
  • tags
  • - -
  • something
  • - -
  • one
  • - -
- -
- - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/collections-tags.html b/test/actual/collections/dest1/collections-tags.html deleted file mode 100644 index 82eeb7cb0..000000000 --- a/test/actual/collections/dest1/collections-tags.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - YAML Test - Layout 2 - - - -
- -
    - -
  • two
  • - -
  • three
  • - -
  • test
  • - -
  • tags
  • - -
  • something
  • - -
  • one
  • - -
- -
- - diff --git a/test/actual/collections/dest1/complex.html b/test/actual/collections/dest1/complex.html deleted file mode 100644 index 4056e26d3..000000000 --- a/test/actual/collections/dest1/complex.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - YAML Test - - - - -
-
-

Categories

-
    - -
  • categories
  • - -
  • one
  • - -
  • something
  • - -
  • test
  • - -
  • three
  • - -
  • two
  • - -
-
- - -This is an alert - -
- - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/context.html b/test/actual/collections/dest1/context.html deleted file mode 100644 index f80a35879..000000000 --- a/test/actual/collections/dest1/context.html +++ /dev/null @@ -1,743 +0,0 @@ - - - - - Context - - - - -
-
-

Categories

-
    - -
  • categories
  • - -
  • one
  • - -
  • something
  • - -
  • test
  • - -
  • three
  • - -
  • two
  • - -
-
- - -
  • Context
  • -
  • Context
  • -
  • Context
  • -
  • - -
    - -
  • context
  • -
  • context
  • -
  • context
  • -
  • - -
    - - - -
    - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/debug-helpers.html b/test/actual/collections/dest1/debug-helpers.html deleted file mode 100644 index e71bd74ff..000000000 --- a/test/actual/collections/dest1/debug-helpers.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - -

    {{debug}} helper

    -

    Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

    - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/deep-nested-layouts.html b/test/actual/collections/dest1/deep-nested-layouts.html deleted file mode 100644 index 389770d74..000000000 --- a/test/actual/collections/dest1/deep-nested-layouts.html +++ /dev/null @@ -1,38 +0,0 @@ - - - Three layouts deep - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - - - -

    layout three

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Three layouts deep

    - -

    This is some random content after the body of the actual page.

    -

    layout three

    - - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/collections/dest1/example.html b/test/actual/collections/dest1/example.html deleted file mode 100644 index f83adb5ce..000000000 --- a/test/actual/collections/dest1/example.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -This example shows that the properties from "example.json" and "example.hbs" are on the page object. - -
    bar
    -
    - - -
    <!-- [object Object] -->
    -
    - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/gist-helper.html b/test/actual/collections/dest1/gist-helper.html deleted file mode 100644 index 24864d35b..000000000 --- a/test/actual/collections/dest1/gist-helper.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -

    {{gist}} helper

    - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/home.html b/test/actual/collections/dest1/home.html deleted file mode 100644 index 838bb92c9..000000000 --- a/test/actual/collections/dest1/home.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - YFM title - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -Properties from "example.json" and "example.hbs" should be on the page object. - - - -
    - - - -
    - - - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/index.html b/test/actual/collections/dest1/index.html deleted file mode 100644 index fbec44ae5..000000000 --- a/test/actual/collections/dest1/index.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - - - - - - - Title - - - - -

    test

    -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/md-helper.html b/test/actual/collections/dest1/md-helper.html deleted file mode 100644 index 882d08598..000000000 --- a/test/actual/collections/dest1/md-helper.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - md helper - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - - - -

    Some Markdown

    -
      -
    • one
    • -
    • two
    • -
    • three
    • -
    -

    Click here

    -

    - - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/nested-layouts.html b/test/actual/collections/dest1/nested-layouts.html deleted file mode 100644 index 4e3af8053..000000000 --- a/test/actual/collections/dest1/nested-layouts.html +++ /dev/null @@ -1,19 +0,0 @@ - - - Home Page - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Home Page

    - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/collections/dest1/no-layout-none.html b/test/actual/collections/dest1/no-layout-none.html deleted file mode 100644 index 253ae86f1..000000000 --- a/test/actual/collections/dest1/no-layout-none.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Has no layout - - -
    Straight file with no layout
    - - diff --git a/test/actual/collections/dest1/no-layout.html b/test/actual/collections/dest1/no-layout.html deleted file mode 100644 index 253ae86f1..000000000 --- a/test/actual/collections/dest1/no-layout.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Has no layout - - -
    Straight file with no layout
    - - diff --git a/test/actual/collections/dest1/no-yfm.html b/test/actual/collections/dest1/no-yfm.html deleted file mode 100644 index 7952d9966..000000000 --- a/test/actual/collections/dest1/no-yfm.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - There is no YAML front matter in this page. - - -
    -
    - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/page.html b/test/actual/collections/dest1/page.html deleted file mode 100644 index 9959add0f..000000000 --- a/test/actual/collections/dest1/page.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Partials Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest1/postprocess.html b/test/actual/collections/dest1/postprocess.html deleted file mode 100644 index efce4003c..000000000 --- a/test/actual/collections/dest1/postprocess.html +++ /dev/null @@ -1,13 +0,0 @@ - -

    The Canterbury Tales

    -

    Prologue

    -

    Modern English

    - -But none the less, whilst I have time and space, -Before yet farther in this tale I pace, -It seems to me accordant with reason -To inform you of the condition -Of all of these, as it seemed to me, -And who they were, and what was their degree, -And even how arrayed there at the inn; -And with a knight thus will I first begin. \ No newline at end of file diff --git a/test/actual/collections/dest1/postprocess2.html b/test/actual/collections/dest1/postprocess2.html deleted file mode 100644 index f9760205c..000000000 --- a/test/actual/collections/dest1/postprocess2.html +++ /dev/null @@ -1,15 +0,0 @@ - - Post-Process function - this page should be prettified. - - \ No newline at end of file diff --git a/test/actual/collections/dest1/simple3.html b/test/actual/collections/dest1/simple3.html deleted file mode 100644 index 60ab2258a..000000000 --- a/test/actual/collections/dest1/simple3.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -This is an alert - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/md.html b/test/actual/collections/dest2/md.html deleted file mode 100644 index dba9f46a1..000000000 --- a/test/actual/collections/dest2/md.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - ## Some Markdown - - - one - - two - - three - -[Click here](http://github.com) - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/alert.html b/test/actual/collections/dest2/sub-dest/alert.html deleted file mode 100644 index 4bbf3871a..000000000 --- a/test/actual/collections/dest2/sub-dest/alert.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - Title for "alert.hbs" - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -

    Title for "alert.hbs"

    -This is an alert - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/collections-categories.html b/test/actual/collections/dest2/sub-dest/collections-categories.html deleted file mode 100644 index dc5db3747..000000000 --- a/test/actual/collections/dest2/sub-dest/collections-categories.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Categories Test 2 - Layout 2 - - - -
    - - -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - -
    - - diff --git a/test/actual/collections/dest2/sub-dest/collections-categories2.html b/test/actual/collections/dest2/sub-dest/collections-categories2.html deleted file mode 100644 index 6d733dae4..000000000 --- a/test/actual/collections/dest2/sub-dest/collections-categories2.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Categories Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/collections-tags-2.html b/test/actual/collections/dest2/sub-dest/collections-tags-2.html deleted file mode 100644 index 3f7e94f3d..000000000 --- a/test/actual/collections/dest2/sub-dest/collections-tags-2.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Tags Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -
      - -
    • two
    • - -
    • three
    • - -
    • test
    • - -
    • tags
    • - -
    • something
    • - -
    • one
    • - -
    - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/collections-tags.html b/test/actual/collections/dest2/sub-dest/collections-tags.html deleted file mode 100644 index 82eeb7cb0..000000000 --- a/test/actual/collections/dest2/sub-dest/collections-tags.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - YAML Test - Layout 2 - - - -
    - -
      - -
    • two
    • - -
    • three
    • - -
    • test
    • - -
    • tags
    • - -
    • something
    • - -
    • one
    • - -
    - -
    - - diff --git a/test/actual/collections/dest2/sub-dest/complex.html b/test/actual/collections/dest2/sub-dest/complex.html deleted file mode 100644 index 276f24779..000000000 --- a/test/actual/collections/dest2/sub-dest/complex.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -This is an alert - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/context.html b/test/actual/collections/dest2/sub-dest/context.html deleted file mode 100644 index cfe2fc8b2..000000000 --- a/test/actual/collections/dest2/sub-dest/context.html +++ /dev/null @@ -1,743 +0,0 @@ - - - - - Context - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -
  • Context
  • -
  • Context
  • -
  • Context
  • -
  • - -
    - -
  • context
  • -
  • context
  • -
  • context
  • -
  • - -
    - - - -
    - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/debug-helpers.html b/test/actual/collections/dest2/sub-dest/debug-helpers.html deleted file mode 100644 index b38d66251..000000000 --- a/test/actual/collections/dest2/sub-dest/debug-helpers.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - -

    {{debug}} helper

    -

    Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

    - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/deep-nested-layouts.html b/test/actual/collections/dest2/sub-dest/deep-nested-layouts.html deleted file mode 100644 index 389770d74..000000000 --- a/test/actual/collections/dest2/sub-dest/deep-nested-layouts.html +++ /dev/null @@ -1,38 +0,0 @@ - - - Three layouts deep - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - - - -

    layout three

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Three layouts deep

    - -

    This is some random content after the body of the actual page.

    -

    layout three

    - - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/example.html b/test/actual/collections/dest2/sub-dest/example.html deleted file mode 100644 index 1ff1c68d7..000000000 --- a/test/actual/collections/dest2/sub-dest/example.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -This example shows that the properties from "example.json" and "example.hbs" are on the page object. - -
    bar
    -
    - - -
    <!-- [object Object] -->
    -
    - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/gist-helper.html b/test/actual/collections/dest2/sub-dest/gist-helper.html deleted file mode 100644 index b16589039..000000000 --- a/test/actual/collections/dest2/sub-dest/gist-helper.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -

    {{gist}} helper

    - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/home.html b/test/actual/collections/dest2/sub-dest/home.html deleted file mode 100644 index 20a289177..000000000 --- a/test/actual/collections/dest2/sub-dest/home.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - YFM title - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -Properties from "example.json" and "example.hbs" should be on the page object. - - - -
    - - - -
    - - - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/index.html b/test/actual/collections/dest2/sub-dest/index.html deleted file mode 100644 index b74944bbf..000000000 --- a/test/actual/collections/dest2/sub-dest/index.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - - - - - - - Title - - - - -

    test

    -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/md-helper.html b/test/actual/collections/dest2/sub-dest/md-helper.html deleted file mode 100644 index 7f36346de..000000000 --- a/test/actual/collections/dest2/sub-dest/md-helper.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - - md helper - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - - - -

    Some Markdown

    -
      -
    • one
    • -
    • two
    • -
    • three
    • -
    -

    Click here

    -

    - - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/nested-layouts.html b/test/actual/collections/dest2/sub-dest/nested-layouts.html deleted file mode 100644 index 4e3af8053..000000000 --- a/test/actual/collections/dest2/sub-dest/nested-layouts.html +++ /dev/null @@ -1,19 +0,0 @@ - - - Home Page - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Home Page

    - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/no-layout.html b/test/actual/collections/dest2/sub-dest/no-layout.html deleted file mode 100644 index 253ae86f1..000000000 --- a/test/actual/collections/dest2/sub-dest/no-layout.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Has no layout - - -
    Straight file with no layout
    - - diff --git a/test/actual/collections/dest2/sub-dest/no-yfm.html b/test/actual/collections/dest2/sub-dest/no-yfm.html deleted file mode 100644 index 10ed5c28d..000000000 --- a/test/actual/collections/dest2/sub-dest/no-yfm.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - There is no YAML front matter in this page. - - -
    -
    - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/page.html b/test/actual/collections/dest2/sub-dest/page.html deleted file mode 100644 index e865fdbc6..000000000 --- a/test/actual/collections/dest2/sub-dest/page.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - Partials Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/postprocess.html b/test/actual/collections/dest2/sub-dest/postprocess.html deleted file mode 100644 index efce4003c..000000000 --- a/test/actual/collections/dest2/sub-dest/postprocess.html +++ /dev/null @@ -1,13 +0,0 @@ - -

    The Canterbury Tales

    -

    Prologue

    -

    Modern English

    - -But none the less, whilst I have time and space, -Before yet farther in this tale I pace, -It seems to me accordant with reason -To inform you of the condition -Of all of these, as it seemed to me, -And who they were, and what was their degree, -And even how arrayed there at the inn; -And with a knight thus will I first begin. \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/postprocess2.html b/test/actual/collections/dest2/sub-dest/postprocess2.html deleted file mode 100644 index f9760205c..000000000 --- a/test/actual/collections/dest2/sub-dest/postprocess2.html +++ /dev/null @@ -1,15 +0,0 @@ - - Post-Process function - this page should be prettified. - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/simple3.html b/test/actual/collections/dest2/sub-dest/simple3.html deleted file mode 100644 index 861c960c7..000000000 --- a/test/actual/collections/dest2/sub-dest/simple3.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - YAML Test - - - - -
    -
    -

    Categories

    -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    -
    - - -This is an alert - -
    - - - - - - - \ No newline at end of file diff --git a/test/actual/layout_ext/layoutext.html b/test/actual/layout_ext/layoutext.html index c2b49104e..dd9d4cceb 100644 --- a/test/actual/layout_ext/layoutext.html +++ b/test/actual/layout_ext/layoutext.html @@ -1,12 +1,66 @@ - + - options.layoutext + Layout name: 'noext' + + - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: noext

    +

    Template: test/fixtures/pages/layoutext/layoutext.hbs

    +
    +

    options.layoutext

    Allows a layout to be defined without an extension

    +
    +
    +
    +
    + \ No newline at end of file diff --git a/test/actual/markdown/alert.md b/test/actual/markdown/alert.md deleted file mode 100644 index c509ab071..000000000 --- a/test/actual/markdown/alert.md +++ /dev/null @@ -1,1040 +0,0 @@ -# Title for "alert.hbs" - -## Content - - - -

    Title for "alert.hbs"

    -This is an alert - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "alert",
    -  "data": {
    -    "title": "Title for \"alert.hbs\"",
    -    "one": {
    -      "two": "This is an alert"
    -    }
    -  },
    -  "dest": "test/actual/markdown/alert.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "alert.md",
    -  "first": false,
    -  "index": 1,
    -  "last": false,
    -  "middle": true,
    -  "next": 2,
    -  "number": 2,
    -  "one": {
    -    "two": "This is an alert"
    -  },
    -  "page": "\n\n

    {{{title}}}

    \n{{{one.two}}}\n", - "pageName": "alert.md", - "pagename": "alert.md", - "prev": 0, - "src": "test/fixtures/pages/alert.hbs", - "title": "Title for \"alert.hbs\"" -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - -#### alert.md -page.src: test/fixtures/pages/alert.hbs -page.dest: test/actual/markdown/alert.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: alert.md -page.pagename: alert.md -page.basename: alert -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/collections-categories.md b/test/actual/markdown/collections-categories.md deleted file mode 100644 index dc5db3747..000000000 --- a/test/actual/markdown/collections-categories.md +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Categories Test 2 - Layout 2 - - - -
    - - -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - -
    - - diff --git a/test/actual/markdown/collections-categories2.md b/test/actual/markdown/collections-categories2.md deleted file mode 100644 index 51a4305e3..000000000 --- a/test/actual/markdown/collections-categories2.md +++ /dev/null @@ -1,1057 +0,0 @@ -# Categories Test - -## Content - - - -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "collections-categories2",
    -  "categories": [
    -    "categories",
    -    "test",
    -    "something"
    -  ],
    -  "data": {
    -    "title": "Categories Test",
    -    "categories": [
    -      "categories",
    -      "test",
    -      "something"
    -    ]
    -  },
    -  "dest": "test/actual/markdown/collections-categories2.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "collections-categories2.md",
    -  "first": false,
    -  "index": 3,
    -  "last": false,
    -  "middle": true,
    -  "next": 4,
    -  "number": 4,
    -  "page": "\n\n
      \n{{#categories}}\n
    • {{category}}
    • \n{{/categories}}\n
    \n", - "pageName": "collections-categories2.md", - "pagename": "collections-categories2.md", - "prev": 2, - "src": "test/fixtures/pages/collections-categories2.hbs", - "title": "Categories Test" -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - -#### collections-categories2.md -page.src: test/fixtures/pages/collections-categories2.hbs -page.dest: test/actual/markdown/collections-categories2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-categories2.md -page.pagename: collections-categories2.md -page.basename: collections-categories2 -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/collections-tags-2.md b/test/actual/markdown/collections-tags-2.md deleted file mode 100644 index d119aba55..000000000 --- a/test/actual/markdown/collections-tags-2.md +++ /dev/null @@ -1,1057 +0,0 @@ -# Tags Test - -## Content - - - -
      - -
    • one
    • - -
    • something
    • - -
    • tags
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "collections-tags-2",
    -  "data": {
    -    "title": "Tags Test",
    -    "tags": [
    -      "tags",
    -      "test",
    -      "something"
    -    ]
    -  },
    -  "dest": "test/actual/markdown/collections-tags-2.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "collections-tags-2.md",
    -  "first": false,
    -  "index": 4,
    -  "last": false,
    -  "middle": true,
    -  "next": 5,
    -  "number": 5,
    -  "page": "\n\n
      \n{{#tags}}\n\t
    • {{tag}}
    • \n{{/tags}}\n
    \n", - "pageName": "collections-tags-2.md", - "pagename": "collections-tags-2.md", - "prev": 3, - "src": "test/fixtures/pages/collections-tags-2.hbs", - "tags": [ - "tags", - "test", - "something" - ], - "title": "Tags Test" -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - -#### collections-tags-2.md -page.src: test/fixtures/pages/collections-tags-2.hbs -page.dest: test/actual/markdown/collections-tags-2.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: collections-tags-2.md -page.pagename: collections-tags-2.md -page.basename: collections-tags-2 -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/collections-tags.md b/test/actual/markdown/collections-tags.md deleted file mode 100644 index 8ea10d854..000000000 --- a/test/actual/markdown/collections-tags.md +++ /dev/null @@ -1,29 +0,0 @@ - - - - - YAML Test - Layout 2 - - - -
    - -
      - -
    • one
    • - -
    • something
    • - -
    • tags
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - -
    - - diff --git a/test/actual/markdown/complex.md b/test/actual/markdown/complex.md deleted file mode 100644 index 28c15d735..000000000 --- a/test/actual/markdown/complex.md +++ /dev/null @@ -1,1035 +0,0 @@ -# complex.md output - -## Content - - - -This is an alert - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "complex",
    -  "data": {
    -    "foo": "bar",
    -    "version": 2
    -  },
    -  "dest": "test/actual/markdown/complex.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "complex.md",
    -  "first": false,
    -  "foo": "bar",
    -  "index": 6,
    -  "last": false,
    -  "middle": true,
    -  "next": 7,
    -  "number": 7,
    -  "page": "\n\nThis is an alert\n",
    -  "pageName": "complex.md",
    -  "pagename": "complex.md",
    -  "prev": 5,
    -  "src": "test/fixtures/pages/complex.hbs",
    -  "version": 2
    -}
    -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - -#### complex.md -page.src: test/fixtures/pages/complex.hbs -page.dest: test/actual/markdown/complex.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: complex.md -page.pagename: complex.md -page.basename: complex -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/context.md b/test/actual/markdown/context.md deleted file mode 100644 index 6f661f83f..000000000 --- a/test/actual/markdown/context.md +++ /dev/null @@ -1,1333 +0,0 @@ -# Context - -## Content - - - -
  • Context
  • -
  • Context
  • -
  • Context
  • -
  • - -
    - -
  • context
  • -
  • context
  • -
  • context
  • -
  • - -
    - - - -
    - - - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "context",
    -  "data": {
    -    "title": "Context",
    -    "description": "The variables on this page are in shown in different contexts."
    -  },
    -  "description": "The variables on this page are in shown in different contexts.",
    -  "dest": "test/actual/markdown/context.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "context.md",
    -  "first": false,
    -  "index": 7,
    -  "last": false,
    -  "middle": true,
    -  "next": 8,
    -  "number": 8,
    -  "page": "\n\n
  • {{title}}
  • \n
  • {{this.title}}
  • \n
  • {{page.title}}
  • \n
  • {{data.title}}
  • \n\n
    \n\n
  • {{basename}}
  • \n
  • {{this.basename}}
  • \n
  • {{page.basename}}
  • \n
  • {{data.basename}}
  • \n\n
    \n\n\n\n
    \n\n\n", - "pageName": "context.md", - "pagename": "context.md", - "prev": 6, - "src": "test/fixtures/pages/context.hbs", - "title": "Context" -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - -#### context.md -page.src: test/fixtures/pages/context.hbs -page.dest: test/actual/markdown/context.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: context.md -page.pagename: context.md -page.basename: context -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/debug-helpers.md b/test/actual/markdown/debug-helpers.md deleted file mode 100644 index 0392ef186..000000000 --- a/test/actual/markdown/debug-helpers.md +++ /dev/null @@ -1,1031 +0,0 @@ -# debug-helpers.md output - -## Content - - -

    {{debug}} helper

    -

    Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

    - - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "debug-helpers",
    -  "data": {},
    -  "dest": "test/actual/markdown/debug-helpers.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "debug-helpers.md",
    -  "first": false,
    -  "index": 8,
    -  "last": false,
    -  "middle": true,
    -  "next": 9,
    -  "number": 9,
    -  "page": "\n{{#markdown}}\n\n### \\{{debug}} helper\nUncomment the `debug` helper below, run `grunt assemble`, and watch the output in the command line to see how it works.\n{{!debug text}}\n\n{{/markdown}}\n",
    -  "pageName": "debug-helpers.md",
    -  "pagename": "debug-helpers.md",
    -  "prev": 7,
    -  "src": "test/fixtures/pages/debug-helpers.hbs"
    -}
    -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - -#### debug-helpers.md -page.src: test/fixtures/pages/debug-helpers.hbs -page.dest: test/actual/markdown/debug-helpers.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: debug-helpers.md -page.pagename: debug-helpers.md -page.basename: debug-helpers -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/deep-nested-layouts.md b/test/actual/markdown/deep-nested-layouts.md deleted file mode 100644 index 389770d74..000000000 --- a/test/actual/markdown/deep-nested-layouts.md +++ /dev/null @@ -1,38 +0,0 @@ - - - Three layouts deep - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - - - -

    layout three

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Three layouts deep

    - -

    This is some random content after the body of the actual page.

    -

    layout three

    - - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/markdown/example.md b/test/actual/markdown/example.md deleted file mode 100644 index ebedc1cb5..000000000 --- a/test/actual/markdown/example.md +++ /dev/null @@ -1,1041 +0,0 @@ -# example.md output - -## Content - - - -This example shows that the properties from "example.json" and "example.hbs" are on the page object. - -
    bar
    -
    - - -
    <!-- [object Object] -->
    -
    - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "example",
    -  "data": {
    -    "foo": "bar"
    -  },
    -  "dest": "test/actual/markdown/example.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "example.md",
    -  "first": false,
    -  "foo": "bar",
    -  "index": 10,
    -  "last": false,
    -  "middle": true,
    -  "next": 11,
    -  "number": 11,
    -  "page": "\n\nThis example shows that the properties from \"example.json\" and \"example.hbs\" are on the page object.\n\n
    {{page.foo}}
    \n
    {{page.content}}
    \n\n\n
    {{foo}}
    \n
    {{text}}
    \n", - "pageName": "example.md", - "pagename": "example.md", - "prev": 9, - "src": "test/fixtures/pages/example.hbs", - "text": "Congratulations! This is data from a JSON file." -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - -#### example.md -page.src: test/fixtures/pages/example.hbs -page.dest: test/actual/markdown/example.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: example.md -page.pagename: example.md -page.basename: example -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/gist-helper.md b/test/actual/markdown/gist-helper.md deleted file mode 100644 index 2f3f5dbc3..000000000 --- a/test/actual/markdown/gist-helper.md +++ /dev/null @@ -1,1031 +0,0 @@ -# gist-helper.md output - -## Content - - - -

    {{gist}} helper

    - - - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "gist-helper",
    -  "data": {},
    -  "dest": "test/actual/markdown/gist-helper.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "gist-helper.md",
    -  "first": true,
    -  "index": 0,
    -  "last": false,
    -  "middle": false,
    -  "next": 1,
    -  "number": 1,
    -  "page": "\n\n{{#markdown}}\n\n# \\{{gist}} helper\n{{gist '5193239'}}\n\n{{/markdown}}",
    -  "pageName": "gist-helper.md",
    -  "pagename": "gist-helper.md",
    -  "src": "test/fixtures/pages/gist-helper.hbs"
    -}
    -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - -#### gist-helper.md -page.src: test/fixtures/pages/gist-helper.hbs -page.dest: test/actual/markdown/gist-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: gist-helper.md -page.pagename: gist-helper.md -page.basename: gist-helper -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/home.md b/test/actual/markdown/home.md deleted file mode 100644 index 515ad183a..000000000 --- a/test/actual/markdown/home.md +++ /dev/null @@ -1,1056 +0,0 @@ -# YFM title - -## Content - - - -Properties from "example.json" and "example.hbs" should be on the page object. - - - -
    - - - -
    - - - - - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "home",
    -  "data": {
    -    "title": "YFM title",
    -    "description": "YFM description"
    -  },
    -  "description": "YFM description",
    -  "dest": "test/actual/markdown/home.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "home.md",
    -  "first": false,
    -  "index": 12,
    -  "last": false,
    -  "middle": true,
    -  "next": 13,
    -  "number": 13,
    -  "page": "\n\nProperties from \"example.json\" and \"example.hbs\" should be on the page object.\n\n
    \n

    {{home.title}}

    \n

    {{home.description}}

    \n
    \n\n
    \n\n
    \n

    {{page.title}}

    \n

    {{page.description}}

    \n
    \n\n
    \n\n
    \n

    {{title}}

    \n

    {{description}}

    \n
    \n\n\n", - "pageName": "home.md", - "pagename": "home.md", - "prev": 11, - "src": "test/fixtures/pages/home.hbs", - "title": "YFM title" -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - -#### home.md -page.src: test/fixtures/pages/home.hbs -page.dest: test/actual/markdown/home.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: home.md -page.pagename: home.md -page.basename: home -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/index.md b/test/actual/markdown/index.md deleted file mode 100644 index 9f1c2cbf5..000000000 --- a/test/actual/markdown/index.md +++ /dev/null @@ -1,1039 +0,0 @@ -# index.md output - -## Content - - - - - - - - - Title - - - - -

    test

    - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "index",
    -  "data": {},
    -  "dest": "test/actual/markdown/index.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "index.md",
    -  "first": false,
    -  "index": 13,
    -  "last": false,
    -  "middle": true,
    -  "next": 14,
    -  "number": 14,
    -  "page": "{{> _header }}\n

    test

    ", - "pageName": "index.md", - "pagename": "index.md", - "prev": 12, - "src": "test/fixtures/pages/index.hbs" -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - -#### index.md -page.src: test/fixtures/pages/index.hbs -page.dest: test/actual/markdown/index.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: index.md -page.pagename: index.md -page.basename: index -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/md-helper.md b/test/actual/markdown/md-helper.md deleted file mode 100644 index 29c522969..000000000 --- a/test/actual/markdown/md-helper.md +++ /dev/null @@ -1,1050 +0,0 @@ -# md helper - -## Content - - - - - -

    Some Markdown

    -
      -
    • one
    • -
    • two
    • -
    • three
    • -
    -

    Click here

    -

    - - - - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "md-helper",
    -  "data": {
    -    "title": "md helper",
    -    "description": "Use \\{{md}} helper to pull in markdown"
    -  },
    -  "description": "Use \\{{md}} helper to pull in markdown",
    -  "dest": "test/actual/markdown/md-helper.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "md-helper.md",
    -  "first": false,
    -  "index": 14,
    -  "last": false,
    -  "middle": true,
    -  "next": 15,
    -  "number": 15,
    -  "page": "\n\n
    \n

    {{title}}

    \n

    {{description}}

    \n
    \n\n

    {{{md './test/fixtures/pages/md.md'}}}

    \n\n\n\n", - "pageName": "md-helper.md", - "pagename": "md-helper.md", - "prev": 13, - "src": "test/fixtures/pages/md-helper.hbs", - "title": "md helper" -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - -#### md-helper.md -page.src: test/fixtures/pages/md-helper.hbs -page.dest: test/actual/markdown/md-helper.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: md-helper.md -page.pagename: md-helper.md -page.basename: md-helper -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/nested-layouts.md b/test/actual/markdown/nested-layouts.md deleted file mode 100644 index 4e3af8053..000000000 --- a/test/actual/markdown/nested-layouts.md +++ /dev/null @@ -1,19 +0,0 @@ - - - Home Page - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Home Page

    - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/markdown/no-layout-none.md b/test/actual/markdown/no-layout-none.md deleted file mode 100644 index 253ae86f1..000000000 --- a/test/actual/markdown/no-layout-none.md +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Has no layout - - -
    Straight file with no layout
    - - diff --git a/test/actual/markdown/no-layout.md b/test/actual/markdown/no-layout.md deleted file mode 100644 index 253ae86f1..000000000 --- a/test/actual/markdown/no-layout.md +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Has no layout - - -
    Straight file with no layout
    - - diff --git a/test/actual/markdown/no-yfm.md b/test/actual/markdown/no-yfm.md deleted file mode 100644 index 6491d42d5..000000000 --- a/test/actual/markdown/no-yfm.md +++ /dev/null @@ -1,1034 +0,0 @@ -# no-yfm.md output - -## Content - -There is no YAML front matter in this page. - - -
    -
    - - - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "no-yfm",
    -  "data": {},
    -  "dest": "test/actual/markdown/no-yfm.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "no-yfm.md",
    -  "first": false,
    -  "index": 18,
    -  "last": false,
    -  "middle": true,
    -  "next": 19,
    -  "number": 19,
    -  "page": "There is no YAML front matter in this page.\n\n\n
    {{noyfm.one}}
    \n
    {{noyfm.two}}
    \n\n\n", - "pageName": "no-yfm.md", - "pagename": "no-yfm.md", - "prev": 17, - "src": "test/fixtures/pages/no-yfm.hbs" -} -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - -#### no-yfm.md -page.src: test/fixtures/pages/no-yfm.hbs -page.dest: test/actual/markdown/no-yfm.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: no-yfm.md -page.pagename: no-yfm.md -page.basename: no-yfm -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/page.md b/test/actual/markdown/page.md deleted file mode 100644 index fcf0b52b1..000000000 --- a/test/actual/markdown/page.md +++ /dev/null @@ -1,1057 +0,0 @@ -# Partials Test - -## Content - - - - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "page",
    -  "data": {
    -    "title": "Partials Test",
    -    "links": [
    -      "./index",
    -      "dest/context",
    -      "dest/basic",
    -      "dest/markdown"
    -    ]
    -  },
    -  "dest": "test/actual/markdown/page.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "page.md",
    -  "first": false,
    -  "index": 19,
    -  "last": false,
    -  "links": [
    -    "./index",
    -    "dest/context",
    -    "dest/basic",
    -    "dest/markdown"
    -  ],
    -  "middle": true,
    -  "next": 20,
    -  "number": 20,
    -  "page": "\n{{> nav }}",
    -  "pageName": "page.md",
    -  "pagename": "page.md",
    -  "prev": 18,
    -  "src": "test/fixtures/pages/page.hbs",
    -  "title": "Partials Test"
    -}
    -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - -#### page.md -page.src: test/fixtures/pages/page.hbs -page.dest: test/actual/markdown/page.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: page.md -page.pagename: page.md -page.basename: page -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/markdown/postprocess.md b/test/actual/markdown/postprocess.md deleted file mode 100644 index efce4003c..000000000 --- a/test/actual/markdown/postprocess.md +++ /dev/null @@ -1,13 +0,0 @@ - -

    The Canterbury Tales

    -

    Prologue

    -

    Modern English

    - -But none the less, whilst I have time and space, -Before yet farther in this tale I pace, -It seems to me accordant with reason -To inform you of the condition -Of all of these, as it seemed to me, -And who they were, and what was their degree, -And even how arrayed there at the inn; -And with a knight thus will I first begin. \ No newline at end of file diff --git a/test/actual/markdown/postprocess2.md b/test/actual/markdown/postprocess2.md deleted file mode 100644 index f9760205c..000000000 --- a/test/actual/markdown/postprocess2.md +++ /dev/null @@ -1,15 +0,0 @@ - - Post-Process function - this page should be prettified. - - \ No newline at end of file diff --git a/test/actual/markdown/simple3.md b/test/actual/markdown/simple3.md deleted file mode 100644 index 5bbc4db2f..000000000 --- a/test/actual/markdown/simple3.md +++ /dev/null @@ -1,1032 +0,0 @@ -# simple3.md output - -## Content - - - -This is an alert - - - -## Debug Info -
    
    -{
    -  "_page": "all",
    -  "assets": "../assets",
    -  "basename": "simple3",
    -  "data": {
    -    "foo": "bar"
    -  },
    -  "dest": "test/actual/markdown/simple3.md",
    -  "dirname": "test/actual/markdown",
    -  "ext": ".md",
    -  "extname": ".md",
    -  "filePair": {
    -    "src": [
    -      "test/fixtures/pages/alert.hbs",
    -      "test/fixtures/pages/assets.hbs",
    -      "test/fixtures/pages/collections-categories.hbs",
    -      "test/fixtures/pages/collections-categories2.hbs",
    -      "test/fixtures/pages/collections-tags-2.hbs",
    -      "test/fixtures/pages/collections-tags.hbs",
    -      "test/fixtures/pages/complex.hbs",
    -      "test/fixtures/pages/context.hbs",
    -      "test/fixtures/pages/debug-helpers.hbs",
    -      "test/fixtures/pages/deep-nested-layouts.hbs",
    -      "test/fixtures/pages/example.hbs",
    -      "test/fixtures/pages/gist-helper.hbs",
    -      "test/fixtures/pages/home.hbs",
    -      "test/fixtures/pages/index.hbs",
    -      "test/fixtures/pages/md-helper.hbs",
    -      "test/fixtures/pages/nested-layouts.hbs",
    -      "test/fixtures/pages/no-layout-none.hbs",
    -      "test/fixtures/pages/no-layout.hbs",
    -      "test/fixtures/pages/no-yfm.hbs",
    -      "test/fixtures/pages/page.hbs",
    -      "test/fixtures/pages/postprocess.hbs",
    -      "test/fixtures/pages/postprocess2.hbs",
    -      "test/fixtures/pages/simple3.hbs"
    -    ],
    -    "dest": "test/actual/markdown/",
    -    "orig": {
    -      "src": [
    -        "test/fixtures/pages/*.hbs"
    -      ],
    -      "dest": "test/actual/markdown/"
    -    }
    -  },
    -  "filename": "simple3.md",
    -  "first": false,
    -  "foo": "bar",
    -  "index": 22,
    -  "last": true,
    -  "middle": false,
    -  "number": 23,
    -  "page": "\n\nThis is an alert\n",
    -  "pageName": "simple3.md",
    -  "pagename": "simple3.md",
    -  "prev": 21,
    -  "src": "test/fixtures/pages/simple3.hbs"
    -}
    -
    - - -### "{{#each pages}}" Links -[gist-helper](gist-helper.md) -[alert](alert.md) -[collections-categories](collections-categories.md) -[collections-categories2](collections-categories2.md) -[collections-tags-2](collections-tags-2.md) -[collections-tags](collections-tags.md) -[complex](complex.md) -[context](context.md) -[debug-helpers](debug-helpers.md) -[deep-nested-layouts](deep-nested-layouts.md) -[example](example.md) -[assets](assets.md) -[home](home.md) -[index](index.md) -[md-helper](md-helper.md) -[nested-layouts](nested-layouts.md) -[no-layout-none](no-layout-none.md) -[no-layout](no-layout.md) -[no-yfm](no-yfm.md) -[page](page.md) -[postprocess](postprocess.md) -[postprocess2](postprocess2.md) -[simple3](simple3.md) - - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - -### {{#each pages}} "this" context - -#### gist-helper.md -this.src: test/fixtures/pages/gist-helper.hbs -this.dest: test/actual/markdown/gist-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: gist-helper.md -this.pagename: gist-helper.md -this.basename: gist-helper -this.ext: .md - -#### alert.md -this.src: test/fixtures/pages/alert.hbs -this.dest: test/actual/markdown/alert.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: alert.md -this.pagename: alert.md -this.basename: alert -this.ext: .md - -#### collections-categories.md -this.src: test/fixtures/pages/collections-categories.hbs -this.dest: test/actual/markdown/collections-categories.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories.md -this.pagename: collections-categories.md -this.basename: collections-categories -this.ext: .md - -#### collections-categories2.md -this.src: test/fixtures/pages/collections-categories2.hbs -this.dest: test/actual/markdown/collections-categories2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-categories2.md -this.pagename: collections-categories2.md -this.basename: collections-categories2 -this.ext: .md - -#### collections-tags-2.md -this.src: test/fixtures/pages/collections-tags-2.hbs -this.dest: test/actual/markdown/collections-tags-2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags-2.md -this.pagename: collections-tags-2.md -this.basename: collections-tags-2 -this.ext: .md - -#### collections-tags.md -this.src: test/fixtures/pages/collections-tags.hbs -this.dest: test/actual/markdown/collections-tags.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: collections-tags.md -this.pagename: collections-tags.md -this.basename: collections-tags -this.ext: .md - -#### complex.md -this.src: test/fixtures/pages/complex.hbs -this.dest: test/actual/markdown/complex.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: complex.md -this.pagename: complex.md -this.basename: complex -this.ext: .md - -#### context.md -this.src: test/fixtures/pages/context.hbs -this.dest: test/actual/markdown/context.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: context.md -this.pagename: context.md -this.basename: context -this.ext: .md - -#### debug-helpers.md -this.src: test/fixtures/pages/debug-helpers.hbs -this.dest: test/actual/markdown/debug-helpers.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: debug-helpers.md -this.pagename: debug-helpers.md -this.basename: debug-helpers -this.ext: .md - -#### deep-nested-layouts.md -this.src: test/fixtures/pages/deep-nested-layouts.hbs -this.dest: test/actual/markdown/deep-nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: deep-nested-layouts.md -this.pagename: deep-nested-layouts.md -this.basename: deep-nested-layouts -this.ext: .md - -#### example.md -this.src: test/fixtures/pages/example.hbs -this.dest: test/actual/markdown/example.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: example.md -this.pagename: example.md -this.basename: example -this.ext: .md - -#### assets.md -this.src: test/fixtures/pages/assets.hbs -this.dest: test/actual/markdown/assets.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: assets.md -this.pagename: assets.md -this.basename: assets -this.ext: .md - -#### home.md -this.src: test/fixtures/pages/home.hbs -this.dest: test/actual/markdown/home.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: home.md -this.pagename: home.md -this.basename: home -this.ext: .md - -#### index.md -this.src: test/fixtures/pages/index.hbs -this.dest: test/actual/markdown/index.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: index.md -this.pagename: index.md -this.basename: index -this.ext: .md - -#### md-helper.md -this.src: test/fixtures/pages/md-helper.hbs -this.dest: test/actual/markdown/md-helper.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: md-helper.md -this.pagename: md-helper.md -this.basename: md-helper -this.ext: .md - -#### nested-layouts.md -this.src: test/fixtures/pages/nested-layouts.hbs -this.dest: test/actual/markdown/nested-layouts.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: nested-layouts.md -this.pagename: nested-layouts.md -this.basename: nested-layouts -this.ext: .md - -#### no-layout-none.md -this.src: test/fixtures/pages/no-layout-none.hbs -this.dest: test/actual/markdown/no-layout-none.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout-none.md -this.pagename: no-layout-none.md -this.basename: no-layout-none -this.ext: .md - -#### no-layout.md -this.src: test/fixtures/pages/no-layout.hbs -this.dest: test/actual/markdown/no-layout.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-layout.md -this.pagename: no-layout.md -this.basename: no-layout -this.ext: .md - -#### no-yfm.md -this.src: test/fixtures/pages/no-yfm.hbs -this.dest: test/actual/markdown/no-yfm.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: no-yfm.md -this.pagename: no-yfm.md -this.basename: no-yfm -this.ext: .md - -#### page.md -this.src: test/fixtures/pages/page.hbs -this.dest: test/actual/markdown/page.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: page.md -this.pagename: page.md -this.basename: page -this.ext: .md - -#### postprocess.md -this.src: test/fixtures/pages/postprocess.hbs -this.dest: test/actual/markdown/postprocess.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess.md -this.pagename: postprocess.md -this.basename: postprocess -this.ext: .md - -#### postprocess2.md -this.src: test/fixtures/pages/postprocess2.hbs -this.dest: test/actual/markdown/postprocess2.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: postprocess2.md -this.pagename: postprocess2.md -this.basename: postprocess2 -this.ext: .md - -#### simple3.md -this.src: test/fixtures/pages/simple3.hbs -this.dest: test/actual/markdown/simple3.md -this.assets: ../assets -this.dirname: test/actual/markdown -this.filename: simple3.md -this.pagename: simple3.md -this.basename: simple3 -this.ext: .md - - -### {{#each pages}} "page" context - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - -#### simple3.md -page.src: test/fixtures/pages/simple3.hbs -page.dest: test/actual/markdown/simple3.md -page.assets: ../assets -page.dirname: test/actual/markdown -page.filename: simple3.md -page.pagename: simple3.md -page.basename: simple3 -page.ext: .md - - -### {{#each pages}} "root" context - -#### gist-helper.md -src: test/fixtures/pages/gist-helper.hbs -dest: test/actual/markdown/gist-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: gist-helper.md -pagename: gist-helper.md -basename: gist-helper -ext: .md - -#### alert.md -src: test/fixtures/pages/alert.hbs -dest: test/actual/markdown/alert.md -assets: ../assets -dirname: test/actual/markdown -filename: alert.md -pagename: alert.md -basename: alert -ext: .md - -#### collections-categories.md -src: test/fixtures/pages/collections-categories.hbs -dest: test/actual/markdown/collections-categories.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories.md -pagename: collections-categories.md -basename: collections-categories -ext: .md - -#### collections-categories2.md -src: test/fixtures/pages/collections-categories2.hbs -dest: test/actual/markdown/collections-categories2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-categories2.md -pagename: collections-categories2.md -basename: collections-categories2 -ext: .md - -#### collections-tags-2.md -src: test/fixtures/pages/collections-tags-2.hbs -dest: test/actual/markdown/collections-tags-2.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags-2.md -pagename: collections-tags-2.md -basename: collections-tags-2 -ext: .md - -#### collections-tags.md -src: test/fixtures/pages/collections-tags.hbs -dest: test/actual/markdown/collections-tags.md -assets: ../assets -dirname: test/actual/markdown -filename: collections-tags.md -pagename: collections-tags.md -basename: collections-tags -ext: .md - -#### complex.md -src: test/fixtures/pages/complex.hbs -dest: test/actual/markdown/complex.md -assets: ../assets -dirname: test/actual/markdown -filename: complex.md -pagename: complex.md -basename: complex -ext: .md - -#### context.md -src: test/fixtures/pages/context.hbs -dest: test/actual/markdown/context.md -assets: ../assets -dirname: test/actual/markdown -filename: context.md -pagename: context.md -basename: context -ext: .md - -#### debug-helpers.md -src: test/fixtures/pages/debug-helpers.hbs -dest: test/actual/markdown/debug-helpers.md -assets: ../assets -dirname: test/actual/markdown -filename: debug-helpers.md -pagename: debug-helpers.md -basename: debug-helpers -ext: .md - -#### deep-nested-layouts.md -src: test/fixtures/pages/deep-nested-layouts.hbs -dest: test/actual/markdown/deep-nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: deep-nested-layouts.md -pagename: deep-nested-layouts.md -basename: deep-nested-layouts -ext: .md - -#### example.md -src: test/fixtures/pages/example.hbs -dest: test/actual/markdown/example.md -assets: ../assets -dirname: test/actual/markdown -filename: example.md -pagename: example.md -basename: example -ext: .md - -#### assets.md -src: test/fixtures/pages/assets.hbs -dest: test/actual/markdown/assets.md -assets: ../assets -dirname: test/actual/markdown -filename: assets.md -pagename: assets.md -basename: assets -ext: .md - -#### home.md -src: test/fixtures/pages/home.hbs -dest: test/actual/markdown/home.md -assets: ../assets -dirname: test/actual/markdown -filename: home.md -pagename: home.md -basename: home -ext: .md - -#### index.md -src: test/fixtures/pages/index.hbs -dest: test/actual/markdown/index.md -assets: ../assets -dirname: test/actual/markdown -filename: index.md -pagename: index.md -basename: index -ext: .md - -#### md-helper.md -src: test/fixtures/pages/md-helper.hbs -dest: test/actual/markdown/md-helper.md -assets: ../assets -dirname: test/actual/markdown -filename: md-helper.md -pagename: md-helper.md -basename: md-helper -ext: .md - -#### nested-layouts.md -src: test/fixtures/pages/nested-layouts.hbs -dest: test/actual/markdown/nested-layouts.md -assets: ../assets -dirname: test/actual/markdown -filename: nested-layouts.md -pagename: nested-layouts.md -basename: nested-layouts -ext: .md - -#### no-layout-none.md -src: test/fixtures/pages/no-layout-none.hbs -dest: test/actual/markdown/no-layout-none.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout-none.md -pagename: no-layout-none.md -basename: no-layout-none -ext: .md - -#### no-layout.md -src: test/fixtures/pages/no-layout.hbs -dest: test/actual/markdown/no-layout.md -assets: ../assets -dirname: test/actual/markdown -filename: no-layout.md -pagename: no-layout.md -basename: no-layout -ext: .md - -#### no-yfm.md -src: test/fixtures/pages/no-yfm.hbs -dest: test/actual/markdown/no-yfm.md -assets: ../assets -dirname: test/actual/markdown -filename: no-yfm.md -pagename: no-yfm.md -basename: no-yfm -ext: .md - -#### page.md -src: test/fixtures/pages/page.hbs -dest: test/actual/markdown/page.md -assets: ../assets -dirname: test/actual/markdown -filename: page.md -pagename: page.md -basename: page -ext: .md - -#### postprocess.md -src: test/fixtures/pages/postprocess.hbs -dest: test/actual/markdown/postprocess.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess.md -pagename: postprocess.md -basename: postprocess -ext: .md - -#### postprocess2.md -src: test/fixtures/pages/postprocess2.hbs -dest: test/actual/markdown/postprocess2.md -assets: ../assets -dirname: test/actual/markdown -filename: postprocess2.md -pagename: postprocess2.md -basename: postprocess2 -ext: .md - -#### simple3.md -src: test/fixtures/pages/simple3.hbs -dest: test/actual/markdown/simple3.md -assets: ../assets -dirname: test/actual/markdown -filename: simple3.md -pagename: simple3.md -basename: simple3 -ext: .md - - diff --git a/test/actual/nested_layouts/alert.html b/test/actual/nested_layouts/alert.html deleted file mode 100644 index d1fdf2ef1..000000000 --- a/test/actual/nested_layouts/alert.html +++ /dev/null @@ -1,14 +0,0 @@ - - - Title for "alert.hbs" - - -

    layout one

    - - -

    Title for "alert.hbs"

    -This is an alert - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/collections-categories.html b/test/actual/nested_layouts/collections-categories.html deleted file mode 100644 index dc5db3747..000000000 --- a/test/actual/nested_layouts/collections-categories.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Categories Test 2 - Layout 2 - - - -
    - - -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - -
    - - diff --git a/test/actual/nested_layouts/collections-categories2.html b/test/actual/nested_layouts/collections-categories2.html deleted file mode 100644 index c473709c8..000000000 --- a/test/actual/nested_layouts/collections-categories2.html +++ /dev/null @@ -1,27 +0,0 @@ - - - Categories Test - - -

    layout one

    - - -
      - -
    • categories
    • - -
    • one
    • - -
    • something
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/collections-tags-2.html b/test/actual/nested_layouts/collections-tags-2.html deleted file mode 100644 index 9953d0a74..000000000 --- a/test/actual/nested_layouts/collections-tags-2.html +++ /dev/null @@ -1,27 +0,0 @@ - - - Tags Test - - -

    layout one

    - - -
      - -
    • one
    • - -
    • something
    • - -
    • tags
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/collections-tags.html b/test/actual/nested_layouts/collections-tags.html deleted file mode 100644 index 8ea10d854..000000000 --- a/test/actual/nested_layouts/collections-tags.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - YAML Test - Layout 2 - - - -
    - -
      - -
    • one
    • - -
    • something
    • - -
    • tags
    • - -
    • test
    • - -
    • three
    • - -
    • two
    • - -
    - -
    - - diff --git a/test/actual/nested_layouts/complex.html b/test/actual/nested_layouts/complex.html deleted file mode 100644 index 5c3634878..000000000 --- a/test/actual/nested_layouts/complex.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -

    layout one

    - - -This is an alert - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/context.html b/test/actual/nested_layouts/context.html deleted file mode 100644 index 31c7fc73e..000000000 --- a/test/actual/nested_layouts/context.html +++ /dev/null @@ -1,311 +0,0 @@ - - - Context - - -

    layout one

    - - -
  • Context
  • -
  • Context
  • -
  • Context
  • -
  • - -
    - -
  • context
  • -
  • context
  • -
  • context
  • -
  • - -
    - - - -
    - - - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/debug-helpers.html b/test/actual/nested_layouts/debug-helpers.html deleted file mode 100644 index 12105b4a6..000000000 --- a/test/actual/nested_layouts/debug-helpers.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -

    layout one

    - -

    {{debug}} helper

    -

    Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

    - - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/deep-nested-layouts.html b/test/actual/nested_layouts/deep-nested-layouts.html index 389770d74..53e3f0eba 100644 --- a/test/actual/nested_layouts/deep-nested-layouts.html +++ b/test/actual/nested_layouts/deep-nested-layouts.html @@ -1,38 +1,27 @@ - - - Three layouts deep - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - - - -

    layout three

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Three layouts deep

    - -

    This is some random content after the body of the actual page.

    -

    layout three

    - - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - + + \ No newline at end of file diff --git a/test/actual/nested_layouts/example.html b/test/actual/nested_layouts/example.html deleted file mode 100644 index 447053a33..000000000 --- a/test/actual/nested_layouts/example.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -

    layout one

    - - -This example shows that the properties from "example.json" and "example.hbs" are on the page object. - -
    bar
    -
    - - -
    <!-- [object Object] -->
    -
    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/gist-helper.html b/test/actual/nested_layouts/gist-helper.html deleted file mode 100644 index ec07e84c3..000000000 --- a/test/actual/nested_layouts/gist-helper.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - -

    layout one

    - - -

    {{gist}} helper

    - - - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/home.html b/test/actual/nested_layouts/home.html deleted file mode 100644 index 751b5503c..000000000 --- a/test/actual/nested_layouts/home.html +++ /dev/null @@ -1,34 +0,0 @@ - - - YFM title - - -

    layout one

    - - -Properties from "example.json" and "example.hbs" should be on the page object. - - - -
    - - - -
    - - - - - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/index.html b/test/actual/nested_layouts/index.html deleted file mode 100644 index bad9be969..000000000 --- a/test/actual/nested_layouts/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -

    layout one

    - - - - - - - - Title - - - - -

    test

    -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/md-helper.html b/test/actual/nested_layouts/md-helper.html deleted file mode 100644 index 6be247329..000000000 --- a/test/actual/nested_layouts/md-helper.html +++ /dev/null @@ -1,28 +0,0 @@ - - - md helper - - -

    layout one

    - - - - -

    Some Markdown

    -
      -
    • one
    • -
    • two
    • -
    • three
    • -
    -

    Click here

    -

    - - - - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/nested-layouts.html b/test/actual/nested_layouts/nested-layouts.html index 4e3af8053..c2931085e 100644 --- a/test/actual/nested_layouts/nested-layouts.html +++ b/test/actual/nested_layouts/nested-layouts.html @@ -1,19 +1,23 @@ - - - Home Page - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Home Page

    - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - + + + + Layout name: 'two.hbs' + + + + +
    +
    +

    Layout: two.hbs

    +

    Template: test/fixtures/pages/nested/nested-layouts.hbs

    +

    layout one

    +

    Layout: two.hbs

    +

    This is some random content before the body of the actual page.

    +

    Hello: Home Page

    +

    This is some random content after the body of the actual page.

    +

    Layout: two.hbs

    +

    layout one

    +
    + + \ No newline at end of file diff --git a/test/actual/nested_layouts/no-layout-none.html b/test/actual/nested_layouts/no-layout-none.html deleted file mode 100644 index 253ae86f1..000000000 --- a/test/actual/nested_layouts/no-layout-none.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Has no layout - - -
    Straight file with no layout
    - - diff --git a/test/actual/nested_layouts/no-yfm.html b/test/actual/nested_layouts/no-yfm.html deleted file mode 100644 index 2ed7e13a7..000000000 --- a/test/actual/nested_layouts/no-yfm.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - -

    layout one

    - There is no YAML front matter in this page. - - -
    -
    - - - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/page.html b/test/actual/nested_layouts/page.html deleted file mode 100644 index 562da197f..000000000 --- a/test/actual/nested_layouts/page.html +++ /dev/null @@ -1,25 +0,0 @@ - - - Partials Test - - -

    layout one

    - - - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/nested_layouts/postprocess.html b/test/actual/nested_layouts/postprocess.html deleted file mode 100644 index efce4003c..000000000 --- a/test/actual/nested_layouts/postprocess.html +++ /dev/null @@ -1,13 +0,0 @@ - -

    The Canterbury Tales

    -

    Prologue

    -

    Modern English

    - -But none the less, whilst I have time and space, -Before yet farther in this tale I pace, -It seems to me accordant with reason -To inform you of the condition -Of all of these, as it seemed to me, -And who they were, and what was their degree, -And even how arrayed there at the inn; -And with a knight thus will I first begin. \ No newline at end of file diff --git a/test/actual/nested_layouts/postprocess2.html b/test/actual/nested_layouts/postprocess2.html deleted file mode 100644 index f9760205c..000000000 --- a/test/actual/nested_layouts/postprocess2.html +++ /dev/null @@ -1,15 +0,0 @@ - - Post-Process function - this page should be prettified. - - \ No newline at end of file diff --git a/test/actual/nested_layouts/simple3.html b/test/actual/nested_layouts/simple3.html deleted file mode 100644 index 5c3634878..000000000 --- a/test/actual/nested_layouts/simple3.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -

    layout one

    - - -This is an alert - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/collections/dest2/sub-dest/no-layout-none.html b/test/actual/no_layout/no-layout-none.html similarity index 62% rename from test/actual/collections/dest2/sub-dest/no-layout-none.html rename to test/actual/no_layout/no-layout-none.html index 253ae86f1..6dfaadf9e 100644 --- a/test/actual/collections/dest2/sub-dest/no-layout-none.html +++ b/test/actual/no_layout/no-layout-none.html @@ -5,6 +5,6 @@ Has no layout -
    Straight file with no layout
    +
    Page with layout: 'none' defined.
    diff --git a/test/actual/nested_layouts/no-layout.html b/test/actual/no_layout/no-layout.html similarity index 62% rename from test/actual/nested_layouts/no-layout.html rename to test/actual/no_layout/no-layout.html index 253ae86f1..704a98576 100644 --- a/test/actual/nested_layouts/no-layout.html +++ b/test/actual/no_layout/no-layout.html @@ -5,6 +5,6 @@ Has no layout -
    Straight file with no layout
    +
    Page with layout: false defined.
    diff --git a/test/actual/noyfm/no-yfm.html b/test/actual/noyfm/no-yfm.html index 461098447..760793586 100644 --- a/test/actual/noyfm/no-yfm.html +++ b/test/actual/noyfm/no-yfm.html @@ -2,42 +2,175 @@ - YAML Test - + Layout filename: '' + + -
    -
    -

    Categories

    -
      - -
    + + +
    +
    +
    +

    +
    - There is no YAML front matter in this page. +
    + +
    + +
    + +
    +
    +
    +

    Page layout: default.hbs

    +

    Page src: test/fixtures/pages/no-yfm.hbs

    +

    Page dest: test/actual/noyfm/no-yfm.html

    +

    Dest filename: no-yfm.html

    +

    Dest basename: no-yfm

    +

    Page title: (no title defined)

    +
    + +
    + + + +
    + +
    + There is no YAML front matter in this page.
    Variable number one
    Variable number two
    -
    - +
    +

    Content

    +
    + + +
    +
    + +

    Page

    + +

    Each pages

    + + +

    Debug Info

    +
    
     {
       "_page": "all",
    -  "assets": "../assets",
    +  "assets": "../../assets",
       "basename": "no-yfm",
       "data": {},
       "dest": "test/actual/noyfm/no-yfm.html",
    @@ -62,13 +195,17 @@ 

    Debug Info

    "last": true, "middle": false, "number": 1, - "page": "There is no YAML front matter in this page.\n\n\n
    {{noyfm.one}}
    \n
    {{noyfm.two}}
    \n\n\n", + "page": "There is no YAML front matter in this page.\n\n
    {{noyfm.one}}
    \n
    {{noyfm.two}}
    \n\n\n", "pageName": "no-yfm.html", "pagename": "no-yfm.html", "src": "test/fixtures/pages/no-yfm.hbs" }
    +
    +
    +
    +
    - + - \ No newline at end of file + diff --git a/test/actual/pages_array/index.html b/test/actual/pages_array/index.html index 3478c9a44..f12b071cd 100644 --- a/test/actual/pages_array/index.html +++ b/test/actual/pages_array/index.html @@ -3,43 +3,114 @@ - A Blog - + Layout name: 'test/fixtures/pages/blog/index.hbs' | Layout: + + + - - - - -
    Blog Post #1
    -
    - - - -
    - - - -
    Blog Post #2
    -
    - - - - - -
    - - - -
    Blog Post #3
    -
    - - - -
    - - - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Template: test/fixtures/pages/blog/index.hbs

    +

    Layout:

    +
    + + + + +
    +
    +

    Blog Post #1

    +
    + + + +
    + + + +
    +
    +

    Blog Post #2

    +
    + + + + + +
    + + + +
    +
    +

    Blog Post #3

    +
    + + + +
    + + +
    +
    +
    +
    + - \ No newline at end of file + diff --git a/test/actual/pages_array/post1.html b/test/actual/pages_array/post1.html index a1d3b14ef..a035196ee 100644 --- a/test/actual/pages_array/post1.html +++ b/test/actual/pages_array/post1.html @@ -2,15 +2,80 @@ - A Blog - - + + Layout name: '' + + - - - - This "content" property is optional and would get passed into the `body` tag. But if you only need to pass the page"s metadata to the layout then the content property is unnecessary. - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: post1

    +
    + + + + This "content" property is optional and would get passed into the `body` tag. But if you only need to pass the page"s metadata to the layout then the content property is unnecessary. +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/pages_array/post2.html b/test/actual/pages_array/post2.html index 47324d76c..333af8c08 100644 --- a/test/actual/pages_array/post2.html +++ b/test/actual/pages_array/post2.html @@ -2,18 +2,83 @@ - A Blog - - + + Layout name: '' + + - - - - - -

    Blog Post #2 | A Blog

    +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: post2

    +
    + + + + + +

    Blog Post #2 | A Blog

    ALERT! This is an alert message. >
    This project is brought to you by assemble. - +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/pages_array/post3.html b/test/actual/pages_array/post3.html index c96c2be78..fed275007 100644 --- a/test/actual/pages_array/post3.html +++ b/test/actual/pages_array/post3.html @@ -2,15 +2,80 @@ - A Blog - - + + Layout name: '' + + - - - - - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: post3

    +
    + + + + +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/pages_metadata/index.html b/test/actual/pages_metadata/index.html index 643d2ab0b..621a6cc51 100644 --- a/test/actual/pages_metadata/index.html +++ b/test/actual/pages_metadata/index.html @@ -3,43 +3,114 @@ - Another Blog with Meta - + Layout name: 'test/fixtures/pages/blog/index.hbs' | Layout: + + + - - - - -
    Sweet Blog Post #1
    -
    - - - -
    - - - -
    Awesome Blog Post #2
    -
    - - - - - -
    - - - -
    Super Sweet and Awesome Blog Post #3
    -
    - - - -
    - - - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Template: test/fixtures/pages/blog/index.hbs

    +

    Layout:

    +
    + + + + +
    +
    +

    Sweet Blog Post #1

    +
    + + + +
    + + + +
    +
    +

    Awesome Blog Post #2

    +
    + + + + + +
    + + + +
    +
    +

    Super Sweet and Awesome Blog Post #3

    +
    + + + +
    + + +
    +
    +
    +
    + - \ No newline at end of file + diff --git a/test/actual/pages_metadata/meta-awesome-blog-post-2.html b/test/actual/pages_metadata/meta-awesome-blog-post-2.html index 3ac21dc02..27fb6caa1 100644 --- a/test/actual/pages_metadata/meta-awesome-blog-post-2.html +++ b/test/actual/pages_metadata/meta-awesome-blog-post-2.html @@ -2,18 +2,83 @@ - Another Blog with Meta - - + + Layout name: '' + + - - - - - -

    Awesome Blog Post #2 | Another Blog with Meta

    +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: meta-awesome-blog-post-2

    +
    + + + + + +

    Awesome Blog Post #2 | Another Blog with Meta

    ALERT! This is an alert message. >
    This project is brought to you by assemble. - +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/pages_metadata/meta-super-sweet-and-awesome-blog-post-3.html b/test/actual/pages_metadata/meta-super-sweet-and-awesome-blog-post-3.html index fd393fc65..0c4d9a864 100644 --- a/test/actual/pages_metadata/meta-super-sweet-and-awesome-blog-post-3.html +++ b/test/actual/pages_metadata/meta-super-sweet-and-awesome-blog-post-3.html @@ -2,15 +2,80 @@ - Another Blog with Meta - - + + Layout name: '' + + - - - - - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: meta-super-sweet-and-awesome-blog-post-3

    +
    + + + + +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/pages_metadata/meta-sweet-blog-post-1.html b/test/actual/pages_metadata/meta-sweet-blog-post-1.html index 855512502..d22a5b3fc 100644 --- a/test/actual/pages_metadata/meta-sweet-blog-post-1.html +++ b/test/actual/pages_metadata/meta-sweet-blog-post-1.html @@ -2,15 +2,80 @@ - Another Blog with Meta - - + + Layout name: '' + + - - - - This 'content' property is optional and would get passed into the `body` tag. But if you only need to pass the page"s metadata to the layout then the content property is unnecessary. - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: meta-sweet-blog-post-1

    +
    + + + + This 'content' property is optional and would get passed into the `body` tag. But if you only need to pass the page"s metadata to the layout then the content property is unnecessary. +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/pages_object/awesome-blog-post-2.html b/test/actual/pages_object/awesome-blog-post-2.html index b235a01ce..59fd7a779 100644 --- a/test/actual/pages_object/awesome-blog-post-2.html +++ b/test/actual/pages_object/awesome-blog-post-2.html @@ -2,18 +2,83 @@ - Another Blog - - + + Layout name: '' + + - - - - - -

    Awesome Blog Post #2 | Another Blog

    +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: awesome-blog-post-2

    +
    + + + + + +

    Awesome Blog Post #2 | Another Blog

    ALERT! This is an alert message. >
    This project is brought to you by assemble. - +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/pages_object/index.html b/test/actual/pages_object/index.html index cdce41eae..dc9c96073 100644 --- a/test/actual/pages_object/index.html +++ b/test/actual/pages_object/index.html @@ -3,43 +3,114 @@ - Another Blog - + Layout name: 'test/fixtures/pages/blog/index.hbs' | Layout: + + + - - - - -
    Sweet Blog Post #1
    -
    - - - -
    - - - -
    Awesome Blog Post #2
    -
    - - - - - -
    - - - -
    Super Sweet and Awesome Blog Post #3
    -
    - - - -
    - - - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Template: test/fixtures/pages/blog/index.hbs

    +

    Layout:

    +
    + + + + +
    +
    +

    Sweet Blog Post #1

    +
    + + + +
    + + + +
    +
    +

    Awesome Blog Post #2

    +
    + + + + + +
    + + + +
    +
    +

    Super Sweet and Awesome Blog Post #3

    +
    + + + +
    + + +
    +
    +
    +
    + - \ No newline at end of file + diff --git a/test/actual/pages_object/super-sweet-and-awesome-blog-post-3.html b/test/actual/pages_object/super-sweet-and-awesome-blog-post-3.html index 11997b134..ca8e9f94e 100644 --- a/test/actual/pages_object/super-sweet-and-awesome-blog-post-3.html +++ b/test/actual/pages_object/super-sweet-and-awesome-blog-post-3.html @@ -2,15 +2,80 @@ - Another Blog - - + + Layout name: '' + + - - - - - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: super-sweet-and-awesome-blog-post-3

    +
    + + + + +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/pages_object/sweet-blog-post-1.html b/test/actual/pages_object/sweet-blog-post-1.html index d0b44c2e6..4907fd499 100644 --- a/test/actual/pages_object/sweet-blog-post-1.html +++ b/test/actual/pages_object/sweet-blog-post-1.html @@ -2,15 +2,80 @@ - Another Blog - - + + Layout name: '' + + - - - - This 'content' property is optional and would get passed into the `body` tag. But if you only need to pass the page"s metadata to the layout then the content property is unnecessary. - +
    +
    +
    + +
    + +
    + +
    +
    +
    +

    Layout: No layout was used.

    +

    Template: sweet-blog-post-1

    +
    + + + + This 'content' property is optional and would get passed into the `body` tag. But if you only need to pass the page"s metadata to the layout then the content property is unnecessary. +
    +
    +
    +
    + - \ No newline at end of file + + diff --git a/test/actual/paths/alert.html b/test/actual/paths/alert.html index 617ef5823..1195dab50 100644 --- a/test/actual/paths/alert.html +++ b/test/actual/paths/alert.html @@ -1,32 +1,811 @@ - + - Title for "alert.hbs" - + Layout filename: '' + +
    - -

    Title for "alert.hbs"

    -This is an alert - -
    - - + - \ No newline at end of file + diff --git a/test/actual/paths/collections-categories.html b/test/actual/paths/collections-categories.html index 991b94d2d..748bc2f24 100644 --- a/test/actual/paths/collections-categories.html +++ b/test/actual/paths/collections-categories.html @@ -1,20 +1,887 @@ - + - Categories Test 2 - Layout 2 - + Layout filename: '' + +
    - -
      + +
      +
      +
      +

      Collections Categories

      +
      +
      +
      -
    • + +
      +
    + + +
    +
    + +
    +
    +
    +

    + Page layout: default.hbs +

    +

    + Page src: test/fixtures/pages/collections-categories.hbs +

    +

    + Page dest: test/actual/paths/collections-categories.html +

    +

    + Dest filename: collections-categories.html +

    +

    + Dest basename: collections-categories +

    +

    + Page title: Collections Categories +

    +
    +
    + + + + +
    +
    +

    categories on this page: + 5 +

    +
    +
    + collections + categories + one + two + three +
    +
    +
    +
    +
    +

    All categories: + 13 +

    +
    +
    + categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
    +
    +
    +
    +
    +

    Pages related to each category

    +
    +
    +
    Related pages for: categories +
    + +
    Related pages for: collections +
    + +
    Related pages for: components +
    + +
    Related pages for: context +
    + +
    Related pages for: fixtures +
    + +
    Related pages for: helper +
    + +
    Related pages for: markdown +
    + +
    Related pages for: one +
    + +
    Related pages for: pages +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    Related pages for: yaml +
    + +
    Related pages for: yfm +
    + +
    +
    +
    + + +
    +
    +

    Tags on this page: + 4 +

    +
    +
    + categories + collections + tags + pages +
    +
    +
    +
    +
    +

    All tags: + 14 +

    +
    +
    + alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
    +
    +
    +
    +
    +

    Pages related to each tag

    +
    +
    +
    Related pages for: alert +
    + +
    Related pages for: bootstrap +
    + +
    Related pages for: collections +
    + +
    Related pages for: complex +
    + +
    Related pages for: example +
    + +
    Related pages for: examples +
    + +
    Related pages for: markdown +
    + +
    Related pages for: md +
    + +
    Related pages for: one +
    + +
    Related pages for: tags +
    + +
    Related pages for: test +
    + +
    Related pages for: tests +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    +
    +
    Collections Categories +
      +
    • categories
    • +
    • collections
    • +
    • components
    • +
    • context
    • +
    • fixtures
    • +
    • helper
    • +
    • markdown
    • +
    • one
    • +
    • pages
    • +
    • three
    • +
    • two
    • +
    • yaml
    • +
    • yfm
    • +
    +
    +

    Content

    +
    + +
    +
    +

    Page

    + + +

    Each pages

    + +

    Debug Info

    +
    
    +{
    +  "_page": "all",
    +  "assets": "../../assets",
    +  "basename": "collections-categories",
    +  "categories": [
    +    "collections",
    +    "categories",
    +    "one",
    +    "two",
    +    "three"
    +  ],
    +  "data": {
    +    "title": "Collections Categories",
    +    "categories": [
    +      "collections",
    +      "categories",
    +      "one",
    +      "two",
    +      "three"
    +    ]
    +  },
    +  "description": "Different ways to use categories collections.",
    +  "dest": "test/actual/paths/collections-categories.html",
    +  "dirname": "test/actual/paths",
    +  "ext": ".html",
    +  "extname": ".html",
    +  "filePair": {
    +    "src": [
    +      "test/fixtures/pages/alert.hbs",
    +      "test/fixtures/pages/collections-categories.hbs",
    +      "test/fixtures/pages/collections-tags.hbs",
    +      "test/fixtures/pages/collections.hbs",
    +      "test/fixtures/pages/complex.hbs",
    +      "test/fixtures/pages/context.hbs",
    +      "test/fixtures/pages/debug-helpers.hbs",
    +      "test/fixtures/pages/example.hbs",
    +      "test/fixtures/pages/gist-helper.hbs",
    +      "test/fixtures/pages/md-helper.hbs",
    +      "test/fixtures/pages/no-yfm.hbs",
    +      "test/fixtures/pages/yfm-context.hbs",
    +      "test/fixtures/pages/yfm.hbs"
    +    ],
    +    "dest": "test/actual/paths/",
    +    "orig": {
    +      "src": [
    +        "test/fixtures/pages/*.hbs"
    +      ],
    +      "dest": "test/actual/paths/"
    +    }
    +  },
    +  "filename": "collections-categories.html",
    +  "first": false,
    +  "index": 6,
    +  "last": false,
    +  "middle": true,
    +  "next": 7,
    +  "number": 7,
    +  "page": "\n{{title}}\n
      \n{{#categories}}\n
    • {{category}}
    • \n{{/categories}}\n
    \n", + "pageName": "collections-categories.html", + "pagename": "collections-categories.html", + "prev": 5, + "src": "test/fixtures/pages/collections-categories.hbs", + "tags": [ + "categories", + "collections", + "tags", + "pages" + ], + "title": "Collections Categories" +} +
    +
    +
    +
    +
    + diff --git a/test/actual/paths/collections-categories2.html b/test/actual/paths/collections-categories2.html deleted file mode 100644 index af3af7d42..000000000 --- a/test/actual/paths/collections-categories2.html +++ /dev/null @@ -1,859 +0,0 @@ - - - - - Categories Test - - - -
    - - -
      - -
    • - -
    - -
    - - - - \ No newline at end of file diff --git a/test/actual/paths/collections-tags-2.html b/test/actual/paths/collections-tags-2.html deleted file mode 100644 index b52a00586..000000000 --- a/test/actual/paths/collections-tags-2.html +++ /dev/null @@ -1,859 +0,0 @@ - - - - - Tags Test - - - -
    - - -
      - -
    • - -
    - -
    - - - - \ No newline at end of file diff --git a/test/actual/paths/collections-tags.html b/test/actual/paths/collections-tags.html index 58daecf81..2074eaa8d 100644 --- a/test/actual/paths/collections-tags.html +++ b/test/actual/paths/collections-tags.html @@ -1,19 +1,879 @@ - + - YAML Test - Layout 2 - + Layout filename: '' + +
    - -
      -
    • + +
      +
      +
      +

      Tags Test

      +
      +
      +
      -
    + +
    + +
    + + +
    +
    +
    +

    + Page layout: default.hbs +

    +

    + Page src: test/fixtures/pages/collections-tags.hbs +

    +

    + Page dest: test/actual/paths/collections-tags.html +

    +

    + Dest filename: collections-tags.html +

    +

    + Dest basename: collections-tags +

    +

    + Page title: Tags Test +

    +
    +
    + + + + +
    +
    +

    categories on this page: + +

    +
    +
    + No categories defined on this page. +
    +
    +
    +
    +
    +

    All categories: + 13 +

    +
    +
    + categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
    +
    +
    +
    +
    +

    Pages related to each category

    +
    +
    +
    Related pages for: categories +
    + +
    Related pages for: collections +
    + +
    Related pages for: components +
    + +
    Related pages for: context +
    + +
    Related pages for: fixtures +
    + +
    Related pages for: helper +
    + +
    Related pages for: markdown +
    + +
    Related pages for: one +
    + +
    Related pages for: pages +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    Related pages for: yaml +
    + +
    Related pages for: yfm +
    + +
    +
    +
    + + +
    +
    +

    Tags on this page: + 5 +

    +
    +
    + tags + collections + one + two + three +
    +
    +
    +
    +
    +

    All tags: + 14 +

    +
    +
    + alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
    +
    +
    +
    +
    +

    Pages related to each tag

    +
    +
    +
    Related pages for: alert +
    + +
    Related pages for: bootstrap +
    + +
    Related pages for: collections +
    + +
    Related pages for: complex +
    + +
    Related pages for: example +
    + +
    Related pages for: examples +
    + +
    Related pages for: markdown +
    + +
    Related pages for: md +
    + +
    Related pages for: one +
    + +
    Related pages for: tags +
    + +
    Related pages for: test +
    + +
    Related pages for: tests +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    +
    +
    Tags Test +
      +
    • alert
    • +
    • bootstrap
    • +
    • collections
    • +
    • complex
    • +
    • example
    • +
    • examples
    • +
    • markdown
    • +
    • md
    • +
    • one
    • +
    • tags
    • +
    • test
    • +
    • tests
    • +
    • three
    • +
    • two
    • +
    +
    +

    Content

    +
    + +
    +
    +

    Page

    + + +

    Each pages

    + +

    Debug Info

    +
    
    +{
    +  "_page": "all",
    +  "assets": "../../assets",
    +  "basename": "collections-tags",
    +  "data": {
    +    "title": "Tags Test",
    +    "tags": [
    +      "tags",
    +      "collections",
    +      "one",
    +      "two",
    +      "three"
    +    ]
    +  },
    +  "description": "Different ways to use tags collections.",
    +  "dest": "test/actual/paths/collections-tags.html",
    +  "dirname": "test/actual/paths",
    +  "ext": ".html",
    +  "extname": ".html",
    +  "filePair": {
    +    "src": [
    +      "test/fixtures/pages/alert.hbs",
    +      "test/fixtures/pages/collections-categories.hbs",
    +      "test/fixtures/pages/collections-tags.hbs",
    +      "test/fixtures/pages/collections.hbs",
    +      "test/fixtures/pages/complex.hbs",
    +      "test/fixtures/pages/context.hbs",
    +      "test/fixtures/pages/debug-helpers.hbs",
    +      "test/fixtures/pages/example.hbs",
    +      "test/fixtures/pages/gist-helper.hbs",
    +      "test/fixtures/pages/md-helper.hbs",
    +      "test/fixtures/pages/no-yfm.hbs",
    +      "test/fixtures/pages/yfm-context.hbs",
    +      "test/fixtures/pages/yfm.hbs"
    +    ],
    +    "dest": "test/actual/paths/",
    +    "orig": {
    +      "src": [
    +        "test/fixtures/pages/*.hbs"
    +      ],
    +      "dest": "test/actual/paths/"
    +    }
    +  },
    +  "filename": "collections-tags.html",
    +  "first": false,
    +  "index": 2,
    +  "last": false,
    +  "middle": true,
    +  "next": 3,
    +  "number": 3,
    +  "page": "\n{{title}}\n
      \n{{#tags}}\n\t
    • {{tag}}
    • \n{{/tags}}\n
    \n", + "pageName": "collections-tags.html", + "pagename": "collections-tags.html", + "prev": 1, + "src": "test/fixtures/pages/collections-tags.hbs", + "tags": [ + "tags", + "collections", + "one", + "two", + "three" + ], + "title": "Tags Test" +} +
    +
    +
    +
    +
    + diff --git a/test/actual/paths/collections.html b/test/actual/paths/collections.html new file mode 100644 index 000000000..6571e7968 --- /dev/null +++ b/test/actual/paths/collections.html @@ -0,0 +1,906 @@ + + + + + Layout filename: '' + + + + +
    + + +
    +
    +
    +

    Collections

    +
    +
    +
    + + +
    + +
    + + +
    +
    +
    +

    + Page layout: default.hbs +

    +

    + Page src: test/fixtures/pages/collections.hbs +

    +

    + Page dest: test/actual/paths/collections.html +

    +

    + Dest filename: collections.html +

    +

    + Dest basename: collections +

    +

    + Page title: Collections +

    +
    +
    + + + + +
    +
    +

    categories on this page: + +

    +
    +
    + No categories defined on this page. +
    +
    +
    +
    +
    +

    All categories: + 13 +

    +
    +
    + categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
    +
    +
    +
    +
    +

    Pages related to each category

    +
    +
    +
    Related pages for: categories +
    + +
    Related pages for: collections +
    + +
    Related pages for: components +
    + +
    Related pages for: context +
    + +
    Related pages for: fixtures +
    + +
    Related pages for: helper +
    + +
    Related pages for: markdown +
    + +
    Related pages for: one +
    + +
    Related pages for: pages +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    Related pages for: yaml +
    + +
    Related pages for: yfm +
    + +
    +
    +
    + + +
    +
    +

    Tags on this page: + 3 +

    +
    +
    + tags + collections + one +
    +
    +
    +
    +
    +

    All tags: + 14 +

    +
    +
    + alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
    +
    +
    +
    +
    +

    Pages related to each tag

    +
    +
    +
    Related pages for: alert +
    + +
    Related pages for: bootstrap +
    + +
    Related pages for: collections +
    + +
    Related pages for: complex +
    + +
    Related pages for: example +
    + +
    Related pages for: examples +
    + +
    Related pages for: markdown +
    + +
    Related pages for: md +
    + +
    Related pages for: one +
    + +
    Related pages for: tags +
    + +
    Related pages for: test +
    + +
    Related pages for: tests +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    +
    +
    Collections +
      +
    • alert
    • +
    • bootstrap
    • +
    • collections
    • +
    • complex
    • +
    • example
    • +
    • examples
    • +
    • markdown
    • +
    • md
    • +
    • one
    • +
    • tags
    • +
    • test
    • +
    • tests
    • +
    • three
    • +
    • two
    • +
    +
      +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    +
      +
    • debug-helpers
    • +
    • alert
    • +
    • collections-tags
    • +
    • collections
    • +
    • complex
    • +
    • context
    • +
    • collections-categories
    • +
    • example
    • +
    • gist-helper
    • +
    • md-helper
    • +
    • no-yfm
    • +
    • yfm-context
    • +
    • yfm
    • +
    +
    +

    Content

    +
    + +
    +
    +

    Page

    + + +

    Each pages

    + +

    Debug Info

    +
    
    +{
    +  "_page": "all",
    +  "assets": "../../assets",
    +  "basename": "collections",
    +  "data": {
    +    "title": "Collections",
    +    "tags": [
    +      "tags",
    +      "collections",
    +      "one"
    +    ],
    +    "items": [
    +      "collections",
    +      "custom"
    +    ]
    +  },
    +  "dest": "test/actual/paths/collections.html",
    +  "dirname": "test/actual/paths",
    +  "ext": ".html",
    +  "extname": ".html",
    +  "filePair": {
    +    "src": [
    +      "test/fixtures/pages/alert.hbs",
    +      "test/fixtures/pages/collections-categories.hbs",
    +      "test/fixtures/pages/collections-tags.hbs",
    +      "test/fixtures/pages/collections.hbs",
    +      "test/fixtures/pages/complex.hbs",
    +      "test/fixtures/pages/context.hbs",
    +      "test/fixtures/pages/debug-helpers.hbs",
    +      "test/fixtures/pages/example.hbs",
    +      "test/fixtures/pages/gist-helper.hbs",
    +      "test/fixtures/pages/md-helper.hbs",
    +      "test/fixtures/pages/no-yfm.hbs",
    +      "test/fixtures/pages/yfm-context.hbs",
    +      "test/fixtures/pages/yfm.hbs"
    +    ],
    +    "dest": "test/actual/paths/",
    +    "orig": {
    +      "src": [
    +        "test/fixtures/pages/*.hbs"
    +      ],
    +      "dest": "test/actual/paths/"
    +    }
    +  },
    +  "filename": "collections.html",
    +  "first": false,
    +  "index": 3,
    +  "items": [
    +    "collections",
    +    "custom"
    +  ],
    +  "last": false,
    +  "middle": true,
    +  "next": 4,
    +  "number": 4,
    +  "page": "\n{{title}}\n
      \n{{#tags}}\n
    • {{tag}}
    • \n{{/tags}}\n
    \n\n
      \n{{#categories}}\n
    • {{categories}}
    • \n{{/categories}}\n
    \n\n
      \n{{#pages}}\n\t
    • {{basename}}
    • \n{{/pages}}\n
    \n", + "pageName": "collections.html", + "pagename": "collections.html", + "prev": 2, + "src": "test/fixtures/pages/collections.hbs", + "tags": [ + "tags", + "collections", + "one" + ], + "title": "Collections" +} +
    +
    +
    +
    +
    +
    + + + diff --git a/test/actual/paths/complex.html b/test/actual/paths/complex.html index e8e3bd23c..4a6658df9 100644 --- a/test/actual/paths/complex.html +++ b/test/actual/paths/complex.html @@ -1,29 +1,812 @@ - + - Paths Test - + Layout filename: '' + +
    - -This is an alert - -
    - - + - \ No newline at end of file + diff --git a/test/actual/paths/context.html b/test/actual/paths/context.html index c58f74104..52c829db0 100644 --- a/test/actual/paths/context.html +++ b/test/actual/paths/context.html @@ -1,327 +1,980 @@ - + - Context - + Layout filename: '' + +
    - -
  • Context
  • -
  • Context
  • -
  • Context
  • -
  • - -
    - -
  • context
  • -
  • context
  • -
  • context
  • -
  • - -
    - - - -
    - - - -
    - - + - \ No newline at end of file + diff --git a/test/actual/paths/debug-helpers.html b/test/actual/paths/debug-helpers.html index eb48cd21f..cfc42609e 100644 --- a/test/actual/paths/debug-helpers.html +++ b/test/actual/paths/debug-helpers.html @@ -1,26 +1,784 @@ - + - Paths Test - + Layout filename: '' + +
    - -

    {{debug}} helper

    -

    Uncomment the debug helper below, run grunt assemble, and watch the output in the command line to see how it works.

    - -
    - - + - \ No newline at end of file + diff --git a/test/actual/paths/deep-nested-layouts.html b/test/actual/paths/deep-nested-layouts.html deleted file mode 100644 index 389770d74..000000000 --- a/test/actual/paths/deep-nested-layouts.html +++ /dev/null @@ -1,38 +0,0 @@ - - - Three layouts deep - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - - - -

    layout three

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Three layouts deep

    - -

    This is some random content after the body of the actual page.

    -

    layout three

    - - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/paths/example.html b/test/actual/paths/example.html index 8cac7cd51..5cf3d99f9 100644 --- a/test/actual/paths/example.html +++ b/test/actual/paths/example.html @@ -1,35 +1,812 @@ - + - Paths Test - + Layout filename: '' + +
    - -This example shows that the properties from "example.json" and "example.hbs" are on the page object. - -
    bar
    -
    - - -
    <!-- [object Object] -->
    -
    - -
    - - + - \ No newline at end of file + diff --git a/test/actual/paths/gist-helper.html b/test/actual/paths/gist-helper.html index 37ddafce0..04a48229d 100644 --- a/test/actual/paths/gist-helper.html +++ b/test/actual/paths/gist-helper.html @@ -1,27 +1,784 @@ - + - Paths Test - + Layout filename: '' + +
    - -

    {{gist}} helper

    - - - -
    - - + - \ No newline at end of file + diff --git a/test/actual/paths/home.html b/test/actual/paths/home.html deleted file mode 100644 index 1c4388751..000000000 --- a/test/actual/paths/home.html +++ /dev/null @@ -1,868 +0,0 @@ - - - - - YFM title - - - -
    - - -Properties from "example.json" and "example.hbs" should be on the page object. - - - -
    - - - -
    - - - - - -
    - - - - \ No newline at end of file diff --git a/test/actual/paths/index.html b/test/actual/paths/index.html deleted file mode 100644 index e790e2add..000000000 --- a/test/actual/paths/index.html +++ /dev/null @@ -1,851 +0,0 @@ - - - - - Paths Test - - - -
    - - - - - - - - Title - - - - -

    test

    -
    - - - - \ No newline at end of file diff --git a/test/actual/paths/md-helper.html b/test/actual/paths/md-helper.html index abf24fda3..01b6be679 100644 --- a/test/actual/paths/md-helper.html +++ b/test/actual/paths/md-helper.html @@ -1,46 +1,833 @@ - + - md helper - + Layout filename: '' + +
    - - - -

    Some Markdown

    -
      -
    • one
    • -
    • two
    • -
    • three
    • -
    -

    Click here

    -

    - - - - -
    - - + - \ No newline at end of file + diff --git a/test/actual/paths/nested-layouts.html b/test/actual/paths/nested-layouts.html deleted file mode 100644 index 4e3af8053..000000000 --- a/test/actual/paths/nested-layouts.html +++ /dev/null @@ -1,19 +0,0 @@ - - - Home Page - - -

    layout one

    - -

    layout two

    -

    This is some random content before the body of the actual page.

    - - -

    Hello: Home Page

    - -

    This is some random content after the body of the actual page.

    -

    layout two

    - -

    layout one

    - - \ No newline at end of file diff --git a/test/actual/paths/no-layout-none.html b/test/actual/paths/no-layout-none.html deleted file mode 100644 index 253ae86f1..000000000 --- a/test/actual/paths/no-layout-none.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Has no layout - - -
    Straight file with no layout
    - - diff --git a/test/actual/paths/no-layout.html b/test/actual/paths/no-layout.html deleted file mode 100644 index 253ae86f1..000000000 --- a/test/actual/paths/no-layout.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Has no layout - - -
    Straight file with no layout
    - - diff --git a/test/actual/paths/no-yfm.html b/test/actual/paths/no-yfm.html index 84cf49423..69344ca2f 100644 --- a/test/actual/paths/no-yfm.html +++ b/test/actual/paths/no-yfm.html @@ -1,29 +1,784 @@ - + - Paths Test - + Layout filename: '' + +
    - There is no YAML front matter in this page. - -
    Variable number one
    -
    Variable number two
    - - - -
    - - + - \ No newline at end of file + diff --git a/test/actual/paths/page.html b/test/actual/paths/page.html deleted file mode 100644 index 4c38a05a6..000000000 --- a/test/actual/paths/page.html +++ /dev/null @@ -1,869 +0,0 @@ - - - - - Partials Test - - - -
    - - - -
    - - - - \ No newline at end of file diff --git a/test/actual/paths/postprocess.html b/test/actual/paths/postprocess.html deleted file mode 100644 index efce4003c..000000000 --- a/test/actual/paths/postprocess.html +++ /dev/null @@ -1,13 +0,0 @@ - -

    The Canterbury Tales

    -

    Prologue

    -

    Modern English

    - -But none the less, whilst I have time and space, -Before yet farther in this tale I pace, -It seems to me accordant with reason -To inform you of the condition -Of all of these, as it seemed to me, -And who they were, and what was their degree, -And even how arrayed there at the inn; -And with a knight thus will I first begin. \ No newline at end of file diff --git a/test/actual/paths/postprocess2.html b/test/actual/paths/postprocess2.html deleted file mode 100644 index f9760205c..000000000 --- a/test/actual/paths/postprocess2.html +++ /dev/null @@ -1,15 +0,0 @@ - - Post-Process function - this page should be prettified. - - \ No newline at end of file diff --git a/test/actual/paths/simple3.html b/test/actual/paths/simple3.html deleted file mode 100644 index 5c96296ee..000000000 --- a/test/actual/paths/simple3.html +++ /dev/null @@ -1,844 +0,0 @@ - - - - - Paths Test - - - -
    - - -This is an alert - -
    - - - - \ No newline at end of file diff --git a/test/actual/paths/yfm-context.html b/test/actual/paths/yfm-context.html new file mode 100644 index 000000000..313f66050 --- /dev/null +++ b/test/actual/paths/yfm-context.html @@ -0,0 +1,868 @@ + + + + + Layout filename: '' + + + + +
    + + +
    +
    +
    +

    This title is from the YFM of the current page

    +
    +
    +
    + + +
    + +
    + + +
    +
    +
    +

    + Page layout: default.hbs +

    +

    + Page src: test/fixtures/pages/yfm-context.hbs +

    +

    + Page dest: test/actual/paths/yfm-context.html +

    +

    + Dest filename: yfm-context.html +

    +

    + Dest basename: yfm-context +

    +

    + Page title: This title is from the YFM of the current page +

    +
    +
    + + + + +
    +
    +

    categories on this page: + 3 +

    +
    +
    + yfm + yaml + context +
    +
    +
    +
    +
    +

    All categories: + 13 +

    +
    +
    + categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
    +
    +
    +
    +
    +

    Pages related to each category

    +
    +
    +
    Related pages for: categories +
    + +
    Related pages for: collections +
    + +
    Related pages for: components +
    + +
    Related pages for: context +
    + +
    Related pages for: fixtures +
    + +
    Related pages for: helper +
    + +
    Related pages for: markdown +
    + +
    Related pages for: one +
    + +
    Related pages for: pages +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    Related pages for: yaml +
    + +
    Related pages for: yfm +
    + +
    +
    +
    + + +
    +
    +

    Tags on this page: + +

    +
    +
    + No tags defined on this page. +
    +
    +
    +
    +
    +

    All tags: + 14 +

    +
    +
    + alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
    +
    +
    +
    +
    +

    Pages related to each tag

    +
    +
    +
    Related pages for: alert +
    + +
    Related pages for: bootstrap +
    + +
    Related pages for: collections +
    + +
    Related pages for: complex +
    + +
    Related pages for: example +
    + +
    Related pages for: examples +
    + +
    Related pages for: markdown +
    + +
    Related pages for: md +
    + +
    Related pages for: one +
    + +
    Related pages for: tags +
    + +
    Related pages for: test +
    + +
    Related pages for: tests +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    +
    +
    + +
    + +
    + +
    +

    Content

    +
    + +
    +
    +

    Page

    + + +

    Each pages

    + +

    Debug Info

    +
    
    +{
    +  "_page": "all",
    +  "assets": "../../assets",
    +  "basename": "yfm-context",
    +  "categories": [
    +    "yfm",
    +    "yaml",
    +    "context"
    +  ],
    +  "data": {
    +    "title": "This title is from the YFM of the current page",
    +    "description": "This description is from the YFM of the current page",
    +    "categories": [
    +      "yfm",
    +      "yaml",
    +      "context"
    +    ]
    +  },
    +  "description": "This description is from the YFM of the current page",
    +  "dest": "test/actual/paths/yfm-context.html",
    +  "dirname": "test/actual/paths",
    +  "ext": ".html",
    +  "extname": ".html",
    +  "filePair": {
    +    "src": [
    +      "test/fixtures/pages/alert.hbs",
    +      "test/fixtures/pages/collections-categories.hbs",
    +      "test/fixtures/pages/collections-tags.hbs",
    +      "test/fixtures/pages/collections.hbs",
    +      "test/fixtures/pages/complex.hbs",
    +      "test/fixtures/pages/context.hbs",
    +      "test/fixtures/pages/debug-helpers.hbs",
    +      "test/fixtures/pages/example.hbs",
    +      "test/fixtures/pages/gist-helper.hbs",
    +      "test/fixtures/pages/md-helper.hbs",
    +      "test/fixtures/pages/no-yfm.hbs",
    +      "test/fixtures/pages/yfm-context.hbs",
    +      "test/fixtures/pages/yfm.hbs"
    +    ],
    +    "dest": "test/actual/paths/",
    +    "orig": {
    +      "src": [
    +        "test/fixtures/pages/*.hbs"
    +      ],
    +      "dest": "test/actual/paths/"
    +    }
    +  },
    +  "filename": "yfm-context.html",
    +  "first": false,
    +  "index": 11,
    +  "last": false,
    +  "middle": true,
    +  "next": 12,
    +  "number": 12,
    +  "page": "\n\n
    \n

    {{{default home.title \"Title from home.json didn't render.\"}}}

    \n

    {{{default home.description \"Description from home.json didn't render.\"}}}

    \n
    \n\n
    \n\n
    \n

    {{{default page.title \"page.title didn't render.\"}}}

    \n

    {{{default page.description \"page.description didn't render.\"}}}

    \n
    \n\n
    \n\n
    \n

    {{{default title \"title didn't render.\"}}}

    \n

    {{{default description \"description didn't render.\"}}}

    \n
    \n\n\n", + "pageName": "yfm-context.html", + "pagename": "yfm-context.html", + "prev": 10, + "src": "test/fixtures/pages/yfm-context.hbs", + "title": "This title is from the YFM of the current page" +} +
    +
    +
    +
    +
    +
    + + + diff --git a/test/actual/paths/yfm.html b/test/actual/paths/yfm.html new file mode 100644 index 000000000..a51071b67 --- /dev/null +++ b/test/actual/paths/yfm.html @@ -0,0 +1,842 @@ + + + + + Layout filename: '' + + + + +
    + + +
    +
    +
    +

    +
    +
    +
    + + +
    + +
    + + +
    +
    +
    +

    + Page layout: default.hbs +

    +

    + Page src: test/fixtures/pages/yfm.hbs +

    +

    + Page dest: test/actual/paths/yfm.html +

    +

    + Dest filename: yfm.html +

    +

    + Dest basename: yfm +

    +

    + Page title: (no title defined) +

    +
    +
    + + + + +
    +
    +

    categories on this page: + +

    +
    +
    + No categories defined on this page. +
    +
    +
    +
    +
    +

    All categories: + 13 +

    +
    +
    + categories + collections + components + context + fixtures + helper + markdown + one + pages + three + two + yaml + yfm +
    +
    +
    +
    +
    +

    Pages related to each category

    +
    +
    +
    Related pages for: categories +
    + +
    Related pages for: collections +
    + +
    Related pages for: components +
    + +
    Related pages for: context +
    + +
    Related pages for: fixtures +
    + +
    Related pages for: helper +
    + +
    Related pages for: markdown +
    + +
    Related pages for: one +
    + +
    Related pages for: pages +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    Related pages for: yaml +
    + +
    Related pages for: yfm +
    + +
    +
    +
    + + +
    +
    +

    Tags on this page: + +

    +
    +
    + No tags defined on this page. +
    +
    +
    +
    +
    +

    All tags: + 14 +

    +
    +
    + alert + bootstrap + collections + complex + example + examples + markdown + md + one + tags + test + tests + three + two +
    +
    +
    +
    +
    +

    Pages related to each tag

    +
    +
    +
    Related pages for: alert +
    + +
    Related pages for: bootstrap +
    + +
    Related pages for: collections +
    + +
    Related pages for: complex +
    + +
    Related pages for: example +
    + +
    Related pages for: examples +
    + +
    Related pages for: markdown +
    + +
    Related pages for: md +
    + +
    Related pages for: one +
    + +
    Related pages for: tags +
    + +
    Related pages for: test +
    + +
    Related pages for: tests +
    + +
    Related pages for: three +
    + +
    Related pages for: two +
    + +
    +
    +
    +
    This is an alert
    +
    +

    Content

    +
    + +
    +
    +

    Page

    + + +

    Each pages

    + +

    Debug Info

    +
    
    +{
    +  "_page": "all",
    +  "assets": "../../assets",
    +  "basename": "yfm",
    +  "data": {
    +    "foo": "bar",
    +    "items": [
    +      "alpha",
    +      "omega"
    +    ]
    +  },
    +  "dest": "test/actual/paths/yfm.html",
    +  "dirname": "test/actual/paths",
    +  "ext": ".html",
    +  "extname": ".html",
    +  "filePair": {
    +    "src": [
    +      "test/fixtures/pages/alert.hbs",
    +      "test/fixtures/pages/collections-categories.hbs",
    +      "test/fixtures/pages/collections-tags.hbs",
    +      "test/fixtures/pages/collections.hbs",
    +      "test/fixtures/pages/complex.hbs",
    +      "test/fixtures/pages/context.hbs",
    +      "test/fixtures/pages/debug-helpers.hbs",
    +      "test/fixtures/pages/example.hbs",
    +      "test/fixtures/pages/gist-helper.hbs",
    +      "test/fixtures/pages/md-helper.hbs",
    +      "test/fixtures/pages/no-yfm.hbs",
    +      "test/fixtures/pages/yfm-context.hbs",
    +      "test/fixtures/pages/yfm.hbs"
    +    ],
    +    "dest": "test/actual/paths/",
    +    "orig": {
    +      "src": [
    +        "test/fixtures/pages/*.hbs"
    +      ],
    +      "dest": "test/actual/paths/"
    +    }
    +  },
    +  "filename": "yfm.html",
    +  "first": false,
    +  "foo": "bar",
    +  "index": 12,
    +  "items": [
    +    "alpha",
    +    "omega"
    +  ],
    +  "last": true,
    +  "middle": false,
    +  "number": 13,
    +  "page": "\n\n
    This is an alert
    \n", + "pageName": "yfm.html", + "pagename": "yfm.html", + "prev": 11, + "src": "test/fixtures/pages/yfm.hbs" +} +
    +
    +
    +
    +
    +
    + + + diff --git a/test/actual/postprocess2.html b/test/actual/postprocess2.html index d3949b7fe..49dab4018 100644 --- a/test/actual/postprocess2.html +++ b/test/actual/postprocess2.html @@ -5,17 +5,26 @@ Post-Process function - - + - \ No newline at end of file + diff --git a/test/actual/yfm/associative-arrays.html b/test/actual/yfm/associative-arrays.html index 4484bd1c4..26a6e02ca 100644 --- a/test/actual/yfm/associative-arrays.html +++ b/test/actual/yfm/associative-arrays.html @@ -2,27 +2,533 @@ - Associative arrays - Layout 2 - + Layout filename: '' + +
    -