Add icons, robots.txt, and update build.sh

This commit is contained in:
Your New SJW Waifu 2019-10-14 11:27:18 -05:00
parent 7813ad4086
commit f7dc81be0f
11 changed files with 591 additions and 1 deletions

View File

@ -10,4 +10,4 @@ cp dist/index.html "${TARGET}/instance/static/index.html"
rsync --delete -ra dist/static/ "${TARGET}/instance/static/static"
rsync --delete -ra images/ "${TARGET}/instance/static/images"
rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds"
rsync --delete -ra public/ "${TARGET}/instance/static"

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

576
public/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 242 KiB

BIN
public/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
public/panda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

14
public/robots.txt Normal file
View File

@ -0,0 +1,14 @@
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
#
# To ban all spiders from the entire site uncomment the next two lines:
User-agent: *
Disallow: /web
Disallow: /settings
Disallow: /login
Disallow: /user-search
Disallow: /registration
Disallow: /cgi-bin
Disallow: /pages/DMCA.html
Disallow: /oauth
Disallow: /search

BIN
public/thumbnail.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB