diff --git a/docs/_config.yml b/docs/_config.yml index 37e30ed..59d7b00 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -25,7 +25,25 @@ exclude: encoding: "utf-8" markdown_ext: "markdown,mkdown,mkdn,mkd,md" - # Build settings +defaults: + # _pages + - scope: + path: "" + type: pages + values: + layout: single + author_profile: false + read_time: false + comments: false + share: false + related: false + sidebar: + nav: "rse" + toc: true + toc_label: "Contents" + toc_icon: "tools" + toc_sticky: true + markdown: kramdown # Markdown Processing @@ -49,4 +67,4 @@ plugins: - jekyll-sitemap - jekyll-gist - jekyll-feed - - jekyll-include-cache \ No newline at end of file + - jekyll-include-cache