This repository is outdated and will not be maintained
This is a demo project for Hippo CMS 7.6 how you could set up a blogging engine with comments. The frontend can be fully customised using Freemarker templates and CSS stored inside the Hippo Repository.
This used to be the source code and design behind jasha.eu.
The project will contain at least 4 subprojects:
cms - a pre-configured content repository and CMS
demoblogcontent - sample content including documents and pictures for the sample site
content - document types, minimal folder structure and configuration that lives in the repository
site - the front-end website. Uses either Freemarker or JSP for the rendering.
Now build your project using the following command in the root folder of your project:
mvn install
This will produce two WAR files:
cms/target/cms.war
site/target/site.war
See "Run and develop with Cargo".
See the Wiki. The documentation is also included in the demo content of this project.