migrate public files + add deploy script
This commit is contained in:
parent
6c6ea3ab9f
commit
fdb60a3fc1
7 changed files with 413 additions and 1 deletions
0
repl/public/.nojekyll
Normal file
0
repl/public/.nojekyll
Normal file
1
repl/public/CNAME
Normal file
1
repl/public/CNAME
Normal file
|
|
@ -0,0 +1 @@
|
|||
strudel.tidalcycles.org
|
||||
BIN
repl/public/favicon.ico
Normal file
BIN
repl/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
15
repl/public/manifest.json
Normal file
15
repl/public/manifest.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"short_name": "Strudel REPL",
|
||||
"name": "Strudel REPL - Tidal Patterns in JavaScript",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
3
repl/public/robots.txt
Normal file
3
repl/public/robots.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Loading…
Add table
Add a link
Reference in a new issue