Author: simonetripodi Date: Thu Oct 27 14:45:30 2011 New Revision: 1189789 URL: http://svn.apache.org/viewvc?rev=1189789&view=rev Log: added skin configuration details
Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm?rev=1189789&r1=1189788&r2=1189789&view=diff ============================================================================== --- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm (original) +++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sample/src/site/apt/index.apt.vm Thu Oct 27 14:45:30 2011 @@ -9,6 +9,7 @@ ${skinName} test This is a test for ${skinName}. + ${skinName} is an Apache Maven site skin built on top of Twitter's bootstrap. * Usage @@ -27,6 +28,30 @@ ${skinName} test </project> +-----+ + The skin supports different layouts, enabling/disabling the left sidebar menu and the topbar menu. + Users have just play with flags in the <<<custom/fluidoSkin>>> element in <<<site.xml>>>. + ++-----+ +<custom> + <fluidoSkin> + <topBarEnabled>true</topBarEnabled> + <sideBarEnabled>false</sideBarEnabled> + </fluidoSkin> +</custom> ++-----+ + + That allows users having 4 skins in only 1! + + [[1]] sidebar only; + + [[2]] topbar only; + + [[3]] both side/top bars; + + [[4]] none at all. + + Default skin setting is the option <<1>>. + Sample content Paragraph 1, line 1.