How does it work ?

There are three parts in this system working together.
The main part (1) is DeskCMS itself. It is the point where you manage your content (content means text here). You manage your categories and put articles in these categories. In this website "About" and "Screenshots" are such categories. These will later be used to create the navigation menu of the website.

The second part (2) is the template which defines the layout of the website. The template is a html template file. For the style of the pages a stylesheet can be used.

The third part is the output (3). The output will be generated by DeskCMS. DeskCMS uses the template file and puts the coontent in it. The result is the output, which can be 1 or more pages.