Removed refs to BirbMC (#3) (#4)

Resolves #3

+ Updated footer on MD pages
+ Renamed \_birbmc.scss to \_canopymc.scss
+ Pointed update script at jojodev

Reviewed-on: #4
Co-authored-by: Joey Hines <joey@ahines.net>
Co-committed-by: Joey Hines <joey@ahines.net>
pull/5/head^2
Joey Hines 2022-01-11 02:58:02 +00:00 committed by jolheiser
parent bbeccf95ad
commit 4fd7ba19cb
No known key found for this signature in database
GPG Key ID: 454E7F878890995A
5 changed files with 27610 additions and 905 deletions

View File

@ -5,7 +5,7 @@ rm -rf dist_bk/
cp -r dist/ dist_bk/ cp -r dist/ dist_bk/
# Get new dist # 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 # Replace existing dist with new dist
rm -rf 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/footer";
@import "layout/wrapper"; @import "layout/wrapper";
// BirbMC // CanopyMC
@import "birbmc"; @import "canopymc";

View File

@ -36,7 +36,7 @@
<!-- Footer --> <!-- Footer -->
<footer id="footer"> <footer id="footer">
<p class="copyright"> <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> </p>
</footer> </footer>
</div> </div>