From 0664c58cca6205cff6b025ec98cb0be338d8e9e3 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 12 Sep 2023 16:48:21 -0600 Subject: Add default author and layout for posts and drafts --- _config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 781e7b2..4578913 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,22 @@ isso: '' # Set this to your disqus shortname to enable comments via disqus. Set to '' to disable disqus. disqus: '' +defaults: + - + scope: + path: "" + type: "posts" + values: + layout: "post" + author: "hombrelaser" + - + scope: + path: "" + type: "drafts" + values: + layout: "post" + author: "hombrelaser" + permalink: /:year/:month/:title paginate: 5 -- cgit v1.2.3