diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |