Skip to content

Releases: davetcc/hugojoomla

Markdown generator, upgrade deps & release, UTF8 encoding

18 Sep 08:46
Compare
Choose a tag to compare

Many thanks to @matt6697 who did nearly all of the work for this release.

The main change in this release is to convert all Joomla HTML content (including custom modules) into markdown where possible.

The dependencies have been updated and the JAR file is now complete without needing additional libraries.

There are several other fixes too.

Any release-specific problems, please raise an issue and use the previous version.

Simply unzip the jar file and follow the instructions on the main readme page.

Minor bug fixes.

12 Mar 10:19
Compare
Choose a tag to compare

#8 Tag processing is now option
#9 Menu structure fixes

Point release with bug fix

28 Dec 10:42
Compare
Choose a tag to compare

Issue 7 fixed, SQL statement case corrected for *nix environments.

Initial version, should work for most joomla sites.

29 Oct 09:30
Compare
Choose a tag to compare

First version of the converter:

  • Joomla categories are turned into nested sections.
  • Menu levels are created for each section.
  • Front matter including code blocks and images should be converted.
  • Joomla's Tags will be converted into front matter tags.

This utility will not do everything for you, but it should get you 90% of the way there.
The menu generation is currently based upon the example at: https://github.com/vjeantet/hugo-menu-show.