Add icons, robots.txt, and update build.sh
2
build.sh
@ -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"
|
||||
|
BIN
public/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
public/android-chrome-384x384.png
Normal file
After Width: | Height: | Size: 171 KiB |
BIN
public/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
public/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
public/favicon.png
Normal file
After Width: | Height: | Size: 180 KiB |
576
public/logo.svg
Normal file
After Width: | Height: | Size: 242 KiB |
BIN
public/mstile-150x150.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
public/panda.png
Normal file
After Width: | Height: | Size: 180 KiB |
14
public/robots.txt
Normal 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
After Width: | Height: | Size: 48 KiB |