diff --git a/.gitignore b/.gitignore index f462f904..50534552 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ _site/ .jekyll-metadata *.bat *.tmp +/lib +_sass/ \ No newline at end of file diff --git a/_config.yml b/_config.yml index b527fd23..d504e64c 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,12 @@ permalink: pretty encoding: utf-8 port: 4009 -exclude: [node_modules, ./bitwarden-help.sln] +exclude: + - node_modules + - bitwarden-help.sln + - package.json + - gulpfile.js + - README.md collections: categories: diff --git a/_layouts/default.html b/_layouts/default.html index 0512790c..814f1b8f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,10 +7,13 @@