Adding files, images and layout

To add content files to your site, go to the administration site section.

Click Files in the menu, and see the table of your files. Click the button called Browse or Choose File (depends on your browser) and locate the file on your computer that you want to upload. Click OK. Click the Upload button to start the upload.

Getya.net receives the file and saves it to a http://static.getya.net/[number]/...
  • Style sheets will be saved to styles
  • Javascripts will be saved to scripts
  • Images will be saved to images
Have a look at the Smart Optimization section to understand how minification and scaling works.
Note you cannot upload files larger than 1MB or any executable file that could potentially carry a virus.

Smart File Optimization

When uploading a new file getya.net will automagically create optimized versions of commonly used image formats to make it real easy to create fast loading pages.

For image types gif, jpg, gif, png and bmp getya.net will create smaller scaled versions of that image up the the actual image size. Just like flickr a 75x75 square, and images where the longest side is 100, 240, 500, 1024 pixels will be created.
If you uploaded a large image named flower.png it will be saved to /images/flower.png
But you can also access scaled images at:

Square 75x75 images/flower.png/sq.jpg
Square 150x150 images/flower.png/q.jpg
Thumb 100px images/flower.png/t.jpg
Small 240px images/flower.png/s.jpg
Medium 500px images/flower.png/m.jpg
Large 1024px images/flower.png/l.jpg

For javascript files getya.net will a create minified version of the script. If you uploaded an image named myscript.js it will be saved to /scripts/myscript.js and the minified version will be saved to scripts/myscript.js/min.js

For CSS style sheet files getya.net will also create a minified version. If you uploaded an image named layout.css it will be saved to /styles/layout.css and the minified version will be saved to styles/layouts.css/min.css.

Deleting A File

To add content files to your site, go to the administration site section.

Click Files in the menu, and see the table of your files. Find the file you want to edit and Delete button. And the file will no longer be there.

Note that if any of your pages reference that file, the page will be broken, so make sure you do not remove any file that is in use.

Go back to help contents.