Skip to content

Commit

Permalink
reskin site
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Nov 4, 2013
1 parent d087434 commit b06aa67
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
Binary file added src/site/resources/images/built-on-cloudbees.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/images/jenkins_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
<bannerLeft>
<name>${project.name}</name>
<src>images/jenkins_logo.png</src>
<href>http://jenkins-ci.org/</href>
</bannerLeft>

<publishDate format="yyyy-MM-dd" position="right" />
<version position="right" />

<poweredBy>
<logo name="Built by Maven" href="http://maven.apache.org/" img="images/logos/maven-feather.png" />
<logo name="Built on CloudBees" href="https://jenkins.ci.cloudbees.com/job/plugins/job/maven-hpi-plugin/"
img="images/built-on-cloudbees.png" />
</poweredBy>

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
</skin>

<body>
<breadcrumbs>
<item name="Jenkins" href="http://jenkins-ci.org/" />
</breadcrumbs>

<!-- Menus that every project will inherit -->
<menu ref="reports" inherit="bottom" />

</body>

<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
<sideBarEnabled>false</sideBarEnabled>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
<gitHub>
<projectId>jenkinsci/maven-hpi-plugin</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>orange</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>
</project>

0 comments on commit b06aa67

Please sign in to comment.