Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/htmltools-jbake
Html utilities for JBake
https://github.com/jmini/htmltools-jbake
Last synced: 13 days ago
JSON representation
Html utilities for JBake
- Host: GitHub
- URL: https://github.com/jmini/htmltools-jbake
- Owner: jmini
- License: epl-1.0
- Created: 2016-01-11T11:12:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T06:40:10.000Z (over 8 years ago)
- Last Synced: 2024-10-06T03:05:24.710Z (about 1 month ago)
- Language: Java
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
:issues: https://github.com/jmini/htmltools-jbake/issues
:license: http://www.eclipse.org/legal/epl-v10.html
:oomph_setup: https://raw.githubusercontent.com/jmini/htmltools-jbake/master/HtmltoolsJBake.setup
:bintray_repo: https://bintray.com/jmini/maven= htmltools-jbake
Html Utilities for JBake (based on JSoup).
== Usage
You can get this library from link:{bintray_repo}[my maven repository on Bintray]. You can use this in your pom:
[source,xml]
----
bintray.jmini.maven
http://dl.bintray.com/jmini/maven/
true
false
----
My Blog (built with JBake) is using this utility: link:http://github.com/jmini/jmini.github.io/[jmini.github.io].
== Code
The source code of the project is available in the link:src/[src] folder (following the maven structure).
There is an Eclipse Oomph Setup Task to import this project: link:{oomph_setup}[HtmltoolsJBake.setup]
If you prefer to import the project manually, here is how you can do it:
* Clone or add this repository using the "Git Repositories" view.
* Start the "Import Projects..." wizard on the "Working Directory" folder and pick the option "Import as general project".
* Back in the Package Explorer view, select "Configure" > "Convert to Maven Project" on the project.=== Build
Run maven install on the root pom file:
mvn install
== Get in touch
Use the link:{issues}[htmltools-jbake issue tracker] on GitHub.
== License
link:{license}[Eclipse Public License - v 1.0]