Installing and Configuring a theme
Posted in News by Erik Zaadi on 6/20/2010 2:44:00 AM - CSTWhenever you download a theme from this site, the download theme zip file is generated on the fly with the most recent and update source of the wanted theme.
Installing:
To install it on your blog, you need to unzip the downloaded zip file to the root of your AtomSite installation
Note: If you are running the AtomSite from source code, that would be the WebCore folder
Then log in to your Admin Dashboard via the browser and choose the theme.
Configuring:
Each theme is unique in the possible configuration available.
Usually, the variables of a theme are the PageWidth and PageTemplate, which at the current release of AtomSite (1.4) is not configurable via the Admin Dashboard.
To change these variables, open the file "Service.config" and locate the following code:
<!-- Default Site page setup, changes
to this page will affect every Site page in all workspaces and
their collections -->
<svc:page name="Site" width="doc2"
template="yui-t6">


Comments
None.