Compare commits

...

2 Commits

Author SHA1 Message Date
jolheiser c831267655
Merge branch 'main' into issue/2 2022-01-11 02:59:18 +00:00
Joey Hines 4fd7ba19cb
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: Minecraft/website#4
Co-authored-by: Joey Hines <joey@ahines.net>
Co-committed-by: Joey Hines <joey@ahines.net>
2022-01-11 02:58:02 +00:00
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>