Sha256: e7275518732a4d33855e5e0deb9652b2ef0b568fe98253a5ba762dabe4c7b35c

Contents?: true

Size: 1.09 KB

Versions: 94

Compression:

Stored size: 1.09 KB

Contents

.Jekyll variables (Liquid)
[cols="3,3a,6a", subs=+macros, options="header", width="100%", role="rtable mt-3"]
|===
|Name |Value |Description

|`page.path`
|{{ page.path }}
|The path to the raw post or page. Example usage: Linking back to the page
or post's source on GitHub. This can be overridden in the `YAML Front Matter`.

|`site.collections_dir`
|{{ site.collections_dir }}
|lorem:sentences[1]

|`page.images.dir`
|{{ page.images.dir }}
|Image path set pagewise. See FRONTMATTER defaults in `_config.yml` for the
images path specified by: `images.dir` for specific page *type*. See the
example below for a page of type *pages*.
[source, yaml]
----
defaults:
  - scope:
      path:          pages
      type:          pages

    values:
      images:
        dir:        /assets/images/pages
----

|`page-imagesdir`
|{{ page-imagesdir }}
| Images path set in the page by `:page-imagesdir:`.

|`template`
|{{ site.template.name }}
|Name of the template used for rendering a page. Settings are taken from
sitewide configuration defined by `_config.yml`.

|`includedir`
|{{ includedir }}
|lorem:sentences[1]

|===

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
j1-template-2024.2.1 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.2.0 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.1.5 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.1.4 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.1.3 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.1.2 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.1.1 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.1.0 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.0.3 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.0.2 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.0.1 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2024.0.0 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2023.10.2 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2023.10.1 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2023.10.0 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2023.9.2 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2023.9.1 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2023.9.0 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2023.8.2 lib/starter_web/_includes/tables/jekyll_variables.asciidoc
j1-template-2023.8.1 lib/starter_web/_includes/tables/jekyll_variables.asciidoc