From 48ff508e49ddae2ffbcff536ade5b9663368f888 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 22 May 2017 13:21:26 -0400 Subject: [PATCH] gulp build libs --- .gitignore | 2 + _config.yml | 7 ++- _layouts/default.html | 123 +++++++++++++++++++++++++++++------------- css/styles.scss | 2 + gulpfile.js | 65 ++++++++++++++++++++++ package.json | 16 ++++++ scripts/lunr.min.js | 6 --- search/index.html | 2 +- 8 files changed, 178 insertions(+), 45 deletions(-) create mode 100644 gulpfile.js create mode 100644 package.json delete mode 100644 scripts/lunr.min.js 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 @@ {% if page.title %}{{page.title}} | {% endif %}bitwarden Help & Support - - - - + + + +