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'