support.
Quick Start Guide
So you have set up your first free site or just installed Halogy on your server and you want to get going, but not sure where to start?
Don't worry just follow the steps on this page and you'll soon start seeing for yourself how quick and easy everything is.
Table of Contents
Upload a Logo
- Log in to your administration portal by going to /admin and logging in with the username and password you were provided with when you first signed up.
- Click on Uploads
- Click on Upload Image
- Find a Logo (that's saved for web)
- Type "Logo" in to the description field
Display an Image
You can then reference this image in your page. Let's have a go:
- Click on View Site
- Click on Edit in the first editable region (or Block) that you see
- Click on the Image Button that looks like a little square inside a circle
- A browser will appear
- Click on the newly upload logo image
- Click on the Green Tick and your changes will be saved
You just uploaded an image and referenced it in an editable region!
Edit a Template
Lets put your logo in the top of your template so it's hard coded and non editable by a Block.
- Click on Admin to go back to the administration portal
- Click on Templates
- Click on Default
- Find the code that says <div class="logo">
- Delete the code inside that div.
- Add the image tag reference for your logo by typing {image:logo}
- Click Save Changes
- Click View Site
Refresh the page, and you'll see that your new logo is in the template above the editable region. Easy!
Import a Site
Lets import a website that you've been working on shall we? First of all make sure:
- Your CSS is in a folder called css
- Your Javascript is in a folder called js
- Your images are in a folder called images
- Your templates are saved as .html files
- The whole site is then zipped up as a .zip file
Then you simply upload the zip file by:
- Clicking on Templates from within the administration portal
- Click on Import Theme
- Browse for your new zip file
- Click Import Theme button in the form
- Click on Pages
- Click on Add Page
- Give the page a name of Test
- Select one of the template files that have just been created
- Click View Page
Bingo! Your site should have been imported with images and CSS.
If you want to spend more time with this we suggest you look at how to make a theme on the Themes page, where you will find more advanced information.
