From b2103866bd3eb33abc0407220d0ad453b32a35f3 Mon Sep 17 00:00:00 2001 From: Etzelia Date: Mon, 6 Dec 2021 21:05:20 +0000 Subject: [PATCH] README (#10) readme Signed-off-by: Etzelia Reviewed-on: https://git.canopymc.net/Canopy/canopymc.net/pulls/10 Co-Authored-By: Etzelia Co-Committed-By: Etzelia --- README.md | 9 ++++----- branding.js | 10 ++-------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index afd2be4..19e8688 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ -# birbmc.com +# canopymc.net -The home page for BirbMC. +The home page for The Canopy. For development scripts, see [package.json](package.json) ## Development - `npm install` -- `npm run webfonts` -- `npm run sass` +- `npm run build` ## Release -`npm run dist` \ No newline at end of file +`npm run build` \ No newline at end of file diff --git a/branding.js b/branding.js index d10e4bb..abb8b7e 100644 --- a/branding.js +++ b/branding.js @@ -7,15 +7,9 @@ function run() { logo('small'); } -const paletteTemplate = `$palette1: #; -$palette2: #809640; -$palette3: #74873A; -$palette4: #617B30; -$palette5: #413D31;` - function palette() { const options = { - hostname: 'git.birbmc.com', + hostname: 'git.jojodev.com', port: 443, path: '/Canopy/branding/raw/branch/main/palette.json', method: 'GET' @@ -36,7 +30,7 @@ $palette5: #${palette[0]};`); function logo(size) { fs.truncateSync(`src/images/${size}.svg`) const options = { - hostname: 'git.birbmc.com', + hostname: 'git.jojodev.com', port: 443, path: `/Canopy/branding/raw/branch/main/${size}.svg`, method: 'GET'