Fix site remove elements, which are already defined in parent pom site.xml, if no need to override. Add info about more Torque configuration parameters
diff --git a/conf/test/TorqueTest.properties b/conf/test/TorqueTest.properties
index 35884b7..8886b06 100644
--- a/conf/test/TorqueTest.properties
+++ b/conf/test/TorqueTest.properties
@@ -15,6 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# find more examples in Apache Torque project (module torque-runtime).
+
 torque.applicationRoot = .
 pipeline.default.descriptor = conf/turbine-classic-pipeline.xml
 # torque.defaults.pool.defaultMaxActive=30
diff --git a/src/site/site.xml b/src/site/site.xml
index e4aaf14..a053934 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -30,11 +30,9 @@
     </bannerRight>
   <publishDate format="dd MMMM yyyy" position="left" />
   <version position="left" />
-  <skin>
-        <groupId>org.apache.maven.skins</groupId>
-        <artifactId>maven-fluido-skin</artifactId>
-        <version>2.1.0</version>
-  </skin>
+  
+  <!-- skin in parent -->
+
   <body>
   
      <head>
@@ -45,11 +43,7 @@
        ]]>
     </head>
     
-    <links>
-        <item name="Apache" href="https://www.apache.org/"> </item>
-        <item name="Turbine" href="https://turbine.apache.org/">  </item>
-          <item name="Fulcrum" href="/fulcrum/"> </item>
-    </links>
+    <!-- links in parent -->
   
     <menu name="General Information">
       <item name="Overview"              href="/index.html"/>