From ef0e18ace81efb664412daf0153ebefa2a8089e9 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 8 Jan 2021 19:07:11 -0800 Subject: [PATCH] Update site. --- ueforth/Makefile | 6 +++++- ueforth/site/static/index.html | 12 ++++++++---- ueforth/site/static/robots.txt | 9 +-------- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/ueforth/Makefile b/ueforth/Makefile index 2c3e964..b8f2647 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -193,7 +193,11 @@ $(ARDUINO)/ueforth-arduino-esp32.zip: $(ARDUINO)/ueforth/ueforth.ino $(DEPLOY): mkdir -p $@ -$(DEPLOY)/app.yaml: $(ARDUINO)/ueforth-arduino-esp32.zip $(TARGETS) | $(DEPLOY) +$(DEPLOY)/app.yaml: $(ARDUINO)/ueforth-arduino-esp32.zip \ + site/static/index.html \ + site/app.yaml \ + site/eforth.go \ + $(TARGETS) | $(DEPLOY) mkdir -p $(DEPLOY)/static cp -r $(ARDUINO)/ueforth-arduino-esp32.zip $(DEPLOY)/static cp -r $(POSIX)/ueforth $(DEPLOY)/static/ueforth.linux diff --git a/ueforth/site/static/index.html b/ueforth/site/static/index.html index ecfa162..d72846a 100644 --- a/ueforth/site/static/index.html +++ b/ueforth/site/static/index.html @@ -1,4 +1,7 @@ + + EForth +

EForth

@@ -13,10 +16,11 @@ In its original form metacompilation is avoided.

Download

diff --git a/ueforth/site/static/robots.txt b/ueforth/site/static/robots.txt index f9642bd..d73ede6 100644 --- a/ueforth/site/static/robots.txt +++ b/ueforth/site/static/robots.txt @@ -1,9 +1,2 @@ User-agent: * -Disallow: /haiku-editor -Disallow: /haiku-submit -Disallow: /haiku-view -Disallow: /haiku-print -Disallow: /haiku-vote -Disallow: /haiku-bare -Disallow: /haiku-search -Disallow: /haiku-slideshow +Disallow: /terminal