From 07b820b7e78ef1766777b085b27fd9b42cdb0ca9 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Fri, 2 Oct 2020 13:30:41 -0500 Subject: [PATCH] :tractor: More README config updates --- README.md | 2 -- _config.yml | 10 ++++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f10d5a4..381c827 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ --- -permalink: / -layout: default ---

diff --git a/_config.yml b/_config.yml index 022b868..2b6fe1f 100644 --- a/_config.yml +++ b/_config.yml @@ -21,3 +21,13 @@ exclude: - postcss.config.js - tailwind.config.js - src +defaults: + - scope: + path: "" # an empty string here means all files in the project + values: + layout: "default" + scope: + path: "README.md" + values: + permalink: "/" + layout: "default"