diff --git a/_config.yml b/_config.yml index 277f1f2c5..10005d92c 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,8 @@ theme: jekyll-theme-cayman + +defaults: + - scope: + path: "examples" + type: "pages" + values: + description: "This is a custom description for the examples section."