Jekyll, Ubuntu, and GitHub Pages

(V039-20210731) Just, GitHub Pages, Ubuntu, and Jekyll
This site is managed by VauLSMorg (vlsm.org) since 2020.

View on GitHub

Tutorial 10: Front Matter Defaults


HOME


Tutorial 10: Front Matter Defaults

File: _config.yml

defaults:
  -
    scope:
      path: ""
      type: "posts"
    values:
      layout: "post"