How To ...

Create a Document (Page)

At the dashboard click Documents, this will take you to where you can view and edit existing documents or create new documents. Then click the left most icon which will prompt "New Document” when you float the mouse over it to create a new document:

The editor area for creating a new document or editing an existing document. Most items should be self-explanatory, the field labeled Slug is used to take the name of the page, i.e. if you label a page home with a .html extension then you use example.com/home.html to access that page.

For our first page we’ll fill out just the fields that we need:
 
  • Title – Set the title to ‘My Home Page’ and click in the Content box, the Slug will be automatically filled with my-home-page.
  • Content – Enter your copy for the home page here, optionally formatting it using one of the many web fonts available.
 
Click Create to create the document, once the document is created you will be placed into edit mode for the new document. Opening the page e.g. example.com/my-home-page.html in another browser tab will show the public version of the page, however if you go to the domain itself you’ll get a 404 page, so the next job is to tell the CMS which is our home page.

Return to the dashboard and click Set Home Page, from the left tree select any page that you’d like to make the home page or click Root if you don’t want a default home page, once a page has been selected return to the dashboard. 

Now if you open your site again e.g. example.com/ you’ll see the home page however you will find that the page can no longer be accessed by its name e.g. example.com/my-home-page.html, this is to stop a document showing under more than one URL and hence confusing search engines.
When creating documents the CMS creates the document as a child of the current document, that is if you have my-home-page open for editing then add a new document that document will be a child of my-home-page e.g. example.com/my-home-page/new.html
 


 

 

How to use your ...


How To ...