diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..5286cc8 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# Force reviews for changes to actual site. +# Inactive until protected branches go on. + +*.js @WestlakeAPC/website +*.html @WestlakeAPC/website +*.css @WestlakeAPC/website + +!gulpfile.babel.js @WestlakeAPC/website # Not the gulpfile \ No newline at end of file diff --git a/_config.yml b/_config.yml index 359bac2..623c96c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,26 @@ name: Your New Jekyll Site markdown: redcarpet highlighter: rouge # or rouge or null -exclude: ["node_modules", "gulpfile.babel.js", "gulpfile.js", "package.json", "params.json", "tsconfig.json", "npm-shrinkwrap.json", "yarn.lock", "_pug", "_scss", "_ts"] +exclude: [ + # Project files + "gulpfile.babel.js", + "package.json", + "tsconfig.json", + "Gemfile", + + # Source files + "_pug", + "_scss", + "_ts", + + # Generated + "node_modules", + "params.json", + "yarn.lock", + "Gemfile.lock", + + # Project information + "CODEOWNERS", + "README.md", + "LICENSE" +] diff --git a/_layouts/default.html b/_layouts/default.html index 0768b90..40d9f4b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1 +1 @@ -