From 9d56efa20e0336f12649e156e4ae00049ea39027 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 15 Nov 2017 11:12:46 +0100 Subject: [PATCH 1/2] package updates --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b1c4815..9a63d56 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "smooth-scroll": "^12.1.3", "svg4everybody": "^2.1.9", "textarea-autogrow": "^1.0.0", - "vivus": "^0.4.2", + "vivus": "^0.4.3", "whatwg-fetch": "^2.0.3" }, "devDependencies": { @@ -76,7 +76,7 @@ "stylelint": "^8.2.0", "stylelint-config-bigchaindb": "^1.1.3", "stylelint-config-standard": "^17.0.0", - "uglify-es": "^3.1.6" + "uglify-es": "^3.1.9" }, "engines": { "node": ">=7.0.0" From ddc08707101796c17427c2684c22436d585df2d0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 15 Nov 2017 11:16:54 +0100 Subject: [PATCH 2/2] put hiring link behind site option, set to false --- _config.yml | 3 +++ _src/_includes/menu-main.html | 10 ++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 528788a..d58a8bf 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,9 @@ description: 'The scalable blockchain database powering IPDB.' url: https://www.bigchaindb.com ipdb_api_url: https://test.ipdb.io +# set to `true` to make hiring link appear in main menu +hiring: false + email: contact: contact@bigchaindb.com contact_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com" diff --git a/_src/_includes/menu-main.html b/_src/_includes/menu-main.html index 3caac92..c0a947b 100644 --- a/_src/_includes/menu-main.html +++ b/_src/_includes/menu-main.html @@ -9,10 +9,12 @@ - - - We're hiring! - + {% if site.hiring == true %} + + + We're hiring! + + {% endif %}