Fixed up layout.

This commit is contained in:
Brad Nelson
2021-02-12 21:49:19 -08:00
parent 2b8500b3e1
commit fc6e437b7e
7 changed files with 15 additions and 11 deletions

View File

@ -274,13 +274,13 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ESP32forth.zip \
site/app.yaml \ site/app.yaml \
site/eforth.go \ site/eforth.go \
$(TARGETS) | $(DEPLOY) $(TARGETS) | $(DEPLOY)
mkdir -p $(DEPLOY)/static
cp -r $(ARDUINO)/ESP32forth.zip $(DEPLOY)/static
cp -r $(POSIX)/ueforth $(DEPLOY)/static/ueforth.linux
cp -r $(WINDOWS)/uEf32.exe $(DEPLOY)/static/uEf32.exe
cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/static/uEf64.exe
cp -r $(RES)/eforth.ico $(DEPLOY)/static/favicon.ico
cp -r site/* $(DEPLOY)/ cp -r site/* $(DEPLOY)/
mkdir -p $(DEPLOY)/downloads
cp -r $(ARDUINO)/ESP32forth.zip $(DEPLOY)/downloads
cp -r $(POSIX)/ueforth $(DEPLOY)/downloads/ueforth.linux
cp -r $(WINDOWS)/uEf32.exe $(DEPLOY)/downloads/uEf32.exe
cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/downloads/uEf64.exe
cp -r $(RES)/eforth.ico $(DEPLOY)/downloads/favicon.ico
cp site/.gcloudignore $(DEPLOY) cp site/.gcloudignore $(DEPLOY)
deploy: clean all deploy: clean all

View File

@ -19,7 +19,7 @@
<h2>Download</h2> <h2>Download</h2>
<p> <p>
<a href="static/ESP32forth.zip">ESP32forth.zip</a> <a href="downloads/ESP32forth.zip">ESP32forth.zip</a>
- Single .ino file ready for installation - Single .ino file ready for installation
</p> </p>

View File

@ -27,6 +27,10 @@ handlers:
static_dir: static static_dir: static
secure: always secure: always
- url: /downloads
static_dir: downloads
secure: always
- url: /.* - url: /.*
script: auto script: auto
secure: always secure: always

View File

@ -26,7 +26,7 @@ ESP32forth - Version 6.3 for NodeMCU ESP32S - Tweaked for the Web
</p> </p>
<p> <p>
<a href="static/ESP32forth-6.3.0.ino">ESP32forth-6.3.0.ino</a> <a href="downloads/ESP32forth-6.3.0.ino">ESP32forth-6.3.0.ino</a>
- This has Dr. Ting's v6.3 version with WebUI added in - This has Dr. Ting's v6.3 version with WebUI added in
</p> </p>

View File

@ -18,7 +18,7 @@
<h2>Download</h2> <h2>Download</h2>
<p> <p>
<a href="static/ueforth.linux">ueforth.linux</a> <a href="downloads/ueforth.linux">ueforth.linux</a>
- Linux 64-bit Executable µEforth - Linux 64-bit Executable µEforth
</p> </p>

View File

@ -18,12 +18,12 @@
<h2>Download</h2> <h2>Download</h2>
<p> <p>
<a href="static/uEf32.exe">uEf32.exe</a> <a href="downloads/uEf32.exe">uEf32.exe</a>
- Window 32-bit EXE µEforth - Window 32-bit EXE µEforth
</p> </p>
<p> <p>
<a href="static/uEf64.exe">uEf64.exe</a> <a href="downloads/uEf64.exe">uEf64.exe</a>
- Window 64-bit EXE µEforth - Window 64-bit EXE µEforth
</p> </p>