From 29117c4817795f844ca2b1631a40ead672ed3f86 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sat, 21 Nov 2020 17:17:17 -0500 Subject: [PATCH] Update config.js --- docs/.vuepress/config.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index eb73b63f..4a4f7f1b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -44,17 +44,6 @@ module.exports = { ["meta", { name: "twitter:description", content: "Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, and Powershell."}], ["meta", { name: "twitter:image", content: "https://starship.rs/icon.png"}], ["meta", { name: "twitter:alt", content: "Starship: Cross-Shell Prompt"}], - - // Black Lives Matter - ["script", { type:"text/javascript", src:"https://makerbadge.s3.amazonaws.com/blmbadge.js" }], - ["script", {}, `BLMBadge.init({ - layout:1, - theme:'dark', - promoText : 'Send a donation '+String.fromCodePoint(0x2192), - promoLink : 'https://minnesotafreedomfund.org/', - message : 'To be silent is to be complicit. Black lives matter.', - title : '#BlackLivesMatter' -})`] ], theme: "default-prefers-color-scheme", themeConfig: {