From be19ea37c86c9e0913117218588348978643f889 Mon Sep 17 00:00:00 2001 From: Nabile Rahmani Date: Fri, 27 Dec 2019 11:44:21 +0100 Subject: [PATCH] - Updated the page and added a screenshot button. - Fixed the deploy command. SCP relied on a vulnerability: https://superuser.com/a/1403506 --- Makefile | 2 +- src/index.md | 4 +++- templates/layout.html | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c10e8c4..b74d3ac 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ all: $(OUTPUT_FILES) cp -r $(ASSETS_DIRECTORY)/. $(OUTPUT_DIRECTORY) deploy: all - scp -r $(OUTPUT_DIRECTORY)/. $(DEPLOY_SERVER):$(DEPLOY_PATH) + rsync -rz --info=progress2 $(OUTPUT_DIRECTORY)/ $(DEPLOY_SERVER):$(DEPLOY_PATH) clean: rm -r $(OUTPUT_DIRECTORY) diff --git a/src/index.md b/src/index.md index 6ca17f6..094077f 100644 --- a/src/index.md +++ b/src/index.md @@ -16,13 +16,15 @@ This project was started thanks to [ferris](http://iamferris.com/)' amazing seri I strive to make the source code as elegant as I can while keeping an eye on performance. +You can join the [Discord64 server](https://discord.gg/X4rwx2J) to chat with us. + ### Status Game code is executed and audio/video interrupts are serviced, which probably cause the OS to save thread states as it switches contexts. ### Goals -* Implement angrylion's RDP core in the short term. +* ✅ Implement angrylion's RDP core in the short term. * Support expansion devices such as the 64DD. diff --git a/templates/layout.html b/templates/layout.html index 8d6e6e0..d6290e0 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -13,6 +13,7 @@

.N⁶⁴ is a cross-platform emulator in the works.

Source Documentation + Screenshots Download