Removed refs to BirbMC (#3)

+ Updated footer on MD pages
+ Renamed _birbmc.scss to _canopymc.scss
+ Pointed update script at jojodev
pull/4/head
Joey Hines 2022-01-09 10:22:19 -07:00
parent bbeccf95ad
commit 0766b34d90
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B
5 changed files with 27610 additions and 905 deletions

View File

@ -5,7 +5,7 @@ rm -rf dist_bk/
cp -r dist/ dist_bk/
# Get new dist
wget https://git.birbmc.com/BirbMC/birbmc.com/releases/download/latest/dist.tar.gz
wget https://git.jojodev.com/Minecraft/website/releases/download/latest/dist.tar.gz
# Replace existing dist with new dist
rm -rf dist/

28507
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -95,5 +95,5 @@ $fa-font-path: "../webfonts";
@import "layout/footer";
@import "layout/wrapper";
// BirbMC
@import "birbmc";
// CanopyMC
@import "canopymc";

View File

@ -36,7 +36,7 @@
<!-- Footer -->
<footer id="footer">
<p class="copyright">
&copy; BirbMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
&copy; CanopyMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
</p>
</footer>
</div>