diff --git a/_config.yml b/_config.yml index 4c6c620..f7c7f5a 100644 --- a/_config.yml +++ b/_config.yml @@ -82,5 +82,13 @@ picture: source_default: width: "300" +#any defaults we want to set, the first one sets the default author for all posts +defaults: + - scope: + path: "" # An empty string here means all files + type: "posts" + values: + author: "chris" + # exclude: -# - /assets/images/* \ No newline at end of file +# - /assets/images/*