======A Ten Minute Website====== [[http://timbowgs.bplaced.net/tutorial/|{{ :wiki:pavcafehm.jpg?nolink |}}]] If you have installed GetSimple on the [[:quick_install|previous page]] you can quickly get an idea of its use by following this step by step tutorial for making the two page [[http://timbowgs.bplaced.net/tutorial/|Pavement Cafe Website]]. It covers: * Changing the theme * Adding content * Uploading an image * Creating new pages * Using 'components' * Installing a plugin * Making a backup It should take between ten and twenty minutes. If you have any difficulty with the tutorial have a look at the [[http://get-simple.info/forums/showthread.php?tid=4602|GetSimple forum thread]]. The text assumes you are working on a web server but you can complete the tutorial on localhost if you have set up a WAMP or LAMP server on a desktop. =====Getting Ready===== If you haven't done it yet you will need to install a copy of GetSimple, either on a web server or locally on a desktop computer by following the instructions on the [[:quick_install|previous page]]. You will need your ftp program and you will need the following three files too. Download and save **1** the [[http://get-simple.info/extend/theme/pavement-cafe-theme/626/|Pavement theme]], **2** the [[http://get-simple.info/extend/plugin/getsimple-contactable/290/|GetSimple Contactable plugin]] and **3** the image below (right click and **Save As**), and you will be all set to start.{{ :wiki:cafe.jpg?nolink |}} =====Website Settings===== Open your browser and go to the root of your new GetSimple site. In the address bar add ''/admin'' to the url (so normally www.example.com/admin) and hit Enter. Type in your Username and Password and Login to the GetSimple Admin Pages. At the far right of the page click on **Settings**. Under **Website Settings** change the **Website Name** to //The Pavement Cafe//, check that the **Website URL** box is showing the correct root url, put a tick in the check box for **Use fancy URLs** and click **Save Settings**. The text //The Pavement Cafe// will have appeared at the top left of your screen. Click on it and a new browser tab will open showing your new site front end so that you can see the changes you make from now on by reloading the page. =====Changing the Theme===== {{ :wiki:pavtheme.jpg?nolink&300|}}Unzip the file //pavement.zip// on your desktop and upload by ftp the uncompressed //pavement// folder to the ///theme// folder of your website alongside the //cardinal// and //innovation// theme folders. In the site Admin in your browser go to the **Theme** tab, choose //pavement// in the drop-down box and click **Activate Theme**. Refresh/Reload your site and it will look like the image on the right. The Pavement theme is a cut down and slightly altered version of the free GetSimple theme [[http://get-simple.info/extend/theme/trendybiz/574/|TrendyBiz]]. There are several hundred [[themes:installation|free themes]] available for GetSimple but anybody who knows basic html and css can [[themes:tutorial|create their own]]. Don't forget to check your directory permissions (755 or 777) for this and all other installed modules! =====File Upload===== In day to day editing of a GetSimple site there is no need for ftp. We are going to put an image on the homepage of our site so we will first upload it through the Admin pages. Go to the **Files** tab, click on **Upload files and/or Images...**, choose the file //cafe.jpg// (which you downloaded from this page)and upload it directly into the //uploads// folder. Click on it to view it. That's done. {{ :wiki:pavfile.jpg?nolink |}} =====Homepage Content===== Still in the Back End (Admin) click on the **Pages** Tab.{{ :wiki:imgprop.jpg?nolink&300|}} The only page we have so far is the default index page titled //Welcome to GetSimple//. Click on the Page Title to open the Page Editor. This is GetSimple's semi-[[how_to:wysiwyg_editor|WYSIWYG Editor]]. In its default state there are only a few basic controls but the editor can be configured and customised for advanced use. Change the Page Title to //Welcome to the Pavement Cafe Website// and delete all the text in the main content area. Click on the **Image** button {{:wiki:button.jpg?nolink|}}to open **Image Properties** then **Browse Server**, and choose cafe.jpg. Write in some //alt// text and click **OK**. The image is already the right size so we don't need to resize or align it. Press your Return key to bring down the text insertion point and add any text you like underneath the image. Click on **Source** if you want to view and edit the html. Click **Save Updates**. Take a look at your site. =====New Page===== Still under the **Pages** tab, on the right hand side click **Create New Page**. The new Page Title is //Our Location//. You can add any content you want through the wysiwyg editor. You can add a map by going to google maps, copying the embed code and pasting it into the page in **Source** view. **Save Updates** then click on **Page Options**. In **Page Options** tick **Add this page to the menu** and give it a short text to display in the nav menu like //Find Us//. Save Updates and reload your site. To change the order of pages in the Nav Menu open the **Menu Manager** and drag and drop the pages where you want them. Save again. =====The Sidebar and Tagline===== GetSimple has several ways of managing different blocks of content and editable items. GetSimple installs by default a 'Tagline' and a 'Sidebar' as //Components//. A //component// is a piece of text, html or other code which can be inserted into a page template. //Components// are managed under the **Theme** tab choosing **Edit Components** on the right hand side. ==Tagline== This //component// is simply a piece of text. The formatting and styling are included in the Page Template and css. Change it to something suitable like //It's Going to be a Sit-Out Summer!// ==Sidebar== This //component// is the entire contents of the sidebar including the html tags.{{ :wiki:comp02.jpg?nolink&300|}} Delete the contents and write in ''

Specials Today

''. GetSimple //components// are especially useful for introducing code for dynamic content into your web pages. To save writing the date every day when the specials are updated you can put in a piece of php code which will return the date of the last page save. Copy and Paste

Then we can write in the Specials list with normal html formatting. The styling is governed by the css file which is attached to the Theme.

Open Today from 7:00am to 7:00pm

Click **Save Components** If you want to alter the styling of the contents you can directly edit the theme's css under **Theme**, **Edit Theme** but be sure you make a backup first. Our cafe owner is happy to use a few html tags, but it would be a simple job to arrange the Specials Menu so that it could be updated by someone through the wysiwyg editor just like in a word processor. =====A contact Form===== {{ :wiki:cont01.jpg?nolink&300|}}Unzip the file getsimple-contactable.zip and ftp the contents (one file and one folder) to the /plugins folder of your site. Go to the **Plugins** tab in the back end and click on **Activate** in the //GetSimple Contactable// entry. Look at your page. Simple =====Backup===== That's the whole site done. It's easy to update the content. Pages can be added and removed whenever required and if a total re-design is needed you can upload and activate a new theme without rewriting the content. You don't want to lose your work. Under the **Backups** tab choose **Website Archives** and **Create a New Archive**. If you are working on a web server you can right click on the archive to download it to your desktop to be extra safe. ======Links====== Back to the GetSimple Wiki [[start|Contents Page]] ===Pages in this Section== ==Quick Start== *[[Quick Install]] *[[Ten Minute Web Site|Ten Minute Website Tutorial]]