Skip to content

Commit cad154a

Browse files
bugfix for site target
1 parent 96df6ee commit cad154a

File tree

1 file changed

+1
-98
lines changed

1 file changed

+1
-98
lines changed

src/site/site.xml

Lines changed: 1 addition & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -18,109 +18,12 @@
1818
<publishDate position="bottom" format="yyyy-MM-dd" />
1919
<version position="bottom" />
2020
<googleAnalyticsAccountId>UA-17174370-7</googleAnalyticsAccountId>
21-
<!--
22-
<skin>
23-
<groupId>lt.velykis.maven.skins</groupId>
24-
<artifactId>reflow-maven-skin</artifactId>
25-
<version>1.1.1</version>
26-
</skin>
27-
-->
2821
<skin>
2922
<groupId>org.apache.maven.skins</groupId>
3023
<artifactId>maven-fluido-skin</artifactId>
3124
<version>1.5</version>
3225
</skin>
3326
<!-- http://andriusvelykis.github.io/reflow-maven-skin/skin/ -->
34-
<!--
35-
<custom>
36-
<reflowSkin>
37-
< !-- Make this to 'false' for local development, i.e. file:// URLs -- >
38-
<protocolRelativeURLs>false</protocolRelativeURLs>
39-
<smoothScroll>true</smoothScroll>
40-
<theme>default</theme>
41-
<highlightJs>true</highlightJs>
42-
<highlightJsTheme>github</highlightJsTheme>
43-
<absoluteResourceURL>https://phasenraum2010.github.io/twitterwall2/</absoluteResourceURL>
44-
<brand>
45-
< !-- Brand text in top-left part of the site -- >
46-
<name>
47-
<![CDATA[
48-
<span class="color-highlight">Twitterwall</span> with
49-
<a href="https://projects.spring.io/spring-boot/" title="spring:boot" target="_blank">spring:boot</a>
50-
for <a href="https://heroku.com" title="heroku" target="_blank">heroku</a>
51-
]]>
52-
</name>
53-
<href>https://phasenraum2010.github.io/twitterwall2/</href>
54-
</brand>
55-
<slogan>Small Twitterwall Responsive for Desktop and Mobile - Deployable to Heroku</slogan>
56-
<titleTemplate>%2$s | %1$s</titleTemplate>
57-
< !-- Use Table of Contents at the top of the page (max 6 elements) -->
58-
<toc>top</toc>
59-
<tocTopMax>6</tocTopMax>
60-
<!-- Include the documentation and tools in the top navigation (in addition to links) -- >
61-
<topNav>Documentation|Tools|Contribute</topNav>
62-
< !-- Split menus in the bottom navigation -- >
63-
<bottomNav maxSpan="9" >
64-
<column>Main|Tools</column>
65-
<column>Download|Contribute</column>
66-
<column>Documentation</column>
67-
<column>reports</column>
68-
</bottomNav>
69-
<bottomDescription>
70-
<![CDATA[
71-
<span class="color-highlight">Twitterwall</span> with
72-
<a href="https://projects.spring.io/spring-boot/" title="spring:boot" target="_blank">spring:boot</a>
73-
for <a href="https://heroku.com" title="heroku" target="_blank">heroku</a>.
74-
Responsive for Desktop and Mobile.
75-
]]>
76-
</bottomDescription>
77-
<pages>
78-
<index project="twitterwall2">
79-
< !-- Override the title -- >
80-
<titleTemplate>Twitterwall</titleTemplate>
81-
< !-- no breadcrumbs on the main index page -- >
82-
<breadcrumbs>false</breadcrumbs>
83-
< !-- no ToC on the main index page -- >
84-
<toc>false</toc>
85-
<markPageHeader>false</markPageHeader>
86-
<sections>
87-
<carousel />
88-
<columns>2</columns>
89-
<body />
90-
<sidebar />
91-
</sections>
92-
</index>
93-
<contribute>
94-
<breadcrumbs>true</breadcrumbs>
95-
</contribute>
96-
< !-- Disable source highlighting for Maven reports -- >
97-
<source-repository>
98-
<highlightJs>true</highlightJs>
99-
</source-repository>
100-
<issue-tracking>
101-
<highlightJs>true</highlightJs>
102-
<toc>true</toc>
103-
</issue-tracking>
104-
<license>
105-
<highlightJs>true</highlightJs>
106-
<toc>true</toc>
107-
</license>
108-
< !-- Disable ToC for some Maven reports -- >
109-
<project-info>
110-
<toc>true</toc>
111-
</project-info>
112-
<github-report>
113-
<toc>true</toc>
114-
</github-report>
115-
<dependencies>
116-
<tocTopMax>4</tocTopMax>
117-
</dependencies>
118-
</pages>
119-
</reflowSkin>
120-
</custom>
121-
-->
122-
123-
12427
<body>
12528
<!-- Add a rel to Google profile for all pages -->
12629
<head>
@@ -159,4 +62,4 @@
15962
</menu>
16063
<menu name="Maven documentation" ref="reports" inherit="bottom"/>
16164
</body>
162-
</project>
65+
</project>

0 commit comments

Comments
 (0)