Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.99 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.99 KB

Bootstrap Jumbotron App

Build Status Maven Central

Bootstrap Jumbotron theme is a theme based on the Jumbotron example from http://getbootstrap.com/2.3.2/examples/hero.html and the _styled theme. By default it prints the site's name and description into the jumbotron area. It also enables add contact information to the footer through theme settings in the Site Administration area.

License

Bootstrap Jumbotron App is licensed under Apache 2 license.

Maven/Gradle

Bootstrap Jumbotron App is available on Maven central, the artifact is as follows:

Maven:

<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app</groupId>
    <artifactId>bootstrap-jumbotron-app</artifactId>
    <version>1.0.1</version>
    <type>lpkg</type>
</dependency>

Gradle:

dependencies {
    compile(group: "br.com.thiagomoreira.liferay.plugins.bootstrap-jumbotron-app", name: "bootstrap-jumbotron-portlet", version: "1.0.1", type: "lpkg");
}

Support

Bootstrap Jumbotron Portlet tracks bugs and feature requests with Github's issue system. Feel free to open your new ticket!

Contributing

Bootstrap Jumbotron Portlet is a project based on Maven to improve it you just need to fork the repository, clone it and from the command line invoke

mvn package

After complete your work you can send a pull request to incorporate the modifications.

Enjoy!