• Index
  • Dest Context
  • Dest Basic
  • Dest Markdown
  • Visit Assemble

Paths Examples


{
  "_page": "all",
  "assets": "../assets",
  "basename": "page",
  "data": {
    "title": "Partials Test",
    "links": [
      "./index",
      "dest/context",
      "dest/basic",
      "dest/markdown"
    ]
  },
  "dest": "test/actual/paths/page.html",
  "dirname": "test/actual/paths",
  "ext": ".html",
  "extname": ".html",
  "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/paths/",
    "orig": {
      "src": [
        "test/fixtures/pages/*.hbs"
      ],
      "dest": "test/actual/paths/"
    }
  },
  "filename": "page.html",
  "index": 19,
  "links": [
    "./index",
    "dest/context",
    "dest/basic",
    "dest/markdown"
  ],
  "next": 20,
  "page": "\n{{> nav }}",
  "pageName": "page.html",
  "pagename": "page.html",
  "prev": 18,
  "src": "test/fixtures/pages/page.hbs",
  "title": "Partials Test"
}
  • gist-helper
  • alert
  • collections-categories
  • collections-categories2
  • collections-tags-2
  • collections-tags
  • complex
  • context
  • debug-helpers
  • deep-nested-layouts
  • example
  • assets
  • home
  • index
  • md-helper
  • nested-layouts
  • no-layout-none
  • no-layout
  • no-yfm
  • page
  • postprocess
  • postprocess2
  • simple3