reflow-maven-skin icon indicating copy to clipboard operation
reflow-maven-skin copied to clipboard

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.

Results 50 reflow-maven-skin issues
Sort by recently updated
recently updated
newest added

... I hope you like it and thanks for the Maven Reflow Skin! Best regards, Christian Schlichtherle

reflow-scroll.js:14 Uncaught TypeError: Cannot read property 'top' of undefined Observed in reflow-maven-skin 1.1.2-SNAPSHOT

the previous version 7.5 has some problems with highlighting java code snippets

Links from `` (standard `site.xml` `project` structure) could be displayed in `` by default.

The script given by Google Analytics to put in the webpaches has changed, now it is given in the following way: ``` (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'PUT-HERE-YOUR-GOOGLE-ANALYTICS-ID', 'auto');...

ToC elements with UTF-8 characters were being displayed incorrectly, even though the various encoding configuration parameters all appeared correct. This fix simply html escapes the ToC elements.

bug

Per http://maven.apache.org/plugins/maven-site-plugin/run-mojo.html#relativizeDecorationLinks if relativizeDecorationLinks=false it should not attempt to use relative path calculations. I was thinking that there may need to be a chcek for `relativizeDecorationLinks` around https://github.com/andriusvelykis/reflow-maven-skin/blob/master/reflow-maven-skin/src/main/resources/META-INF/maven/site.vm#L60

It seems there is no way to have a standard sidebar navigation, just like maven-fluido-skin does. It would be nice to add this option.

If some content references a URL fragment, then the fragment get prepended with a '/' character. However, this breaks the links.