Trying Jekyll at Giraffe Academy

(V042 20200808) I am just following Mike Dane's tutorial. It is a really really great tutorial!

View on GitHub
== START MYPOST

Tutorial 10: Front Matter Defaults

S: Mr. Yoda-Yoda

P: Default Post Author

L: MyPost Author


HOME



== END MYPOST

Tutorial 10: Front Matter Defaults

Tutorial 10

File: _config.yml

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