Skip to content

Releases: kaushalmodi/ox-hugo

Improve inline src blocks + Last release with Blackfriday references

31 May 20:52
Compare
Choose a tag to compare

Notice

The latest Hugo release, v0.100.0 finally got rid of the deprecated Blackfriday code 🎉 .

ox-hugo will follow the suit in the next release. This is the last ox-hugo release that contains Blackfriday code and references. In the next release, the ox-blackfriday.el will be renamed to something else and all the Blackfriday references will be removed. This change should not affect most of the users because Hugo changed the default Markdown parser to GoldMark back in Nov 2019.

What's Changed

  • perf: Better way to auto-inject bibliography heading in #639
  • Improve inline src blocks in #578
  • Fix auto menu weight calculation during "all subtrees" exports in #643
  • fix: Remove the blank line inserted between code blocks and captions in #646

Full Changelog: https://ox-hugo.scripter.co/doc/changelog/#0-dot-12-dot-1

Export `date`, `lastmod` and notes from `:LOGBOOK:` drawers

13 May 03:25
Compare
Choose a tag to compare

❗❗ Reminder As it was announced in the last release, the YAML front-matter support will be going away soon. The features added in this release already don't support YAML format front-matter. ❗❗

Big changes

  • ✨ feat: Parse date, lastmod and notes from LOGBOOK drawers in #504
  • Officially bump up the Emacs version requirement to 26.3 (this was already implied in the last release when tomelr library dependency was added).
  • breaking!: Export Org Verse blocks in div tags instead of p tags (1a6acb5)

New Documentation


Full Changelog: https://ox-hugo.scripter.co/doc/changelog/#0-dot-12-dot-0

Use the new 'tomelr' library for TOML generation

04 May 01:14
Compare
Choose a tag to compare

This release paves the way for future deprecation of YAML export support.

https://github.com/kaushalmodi/tomelr

See this PR for commits related to switching to tomelr: #629.

Changelog: https://ox-hugo.scripter.co/doc/changelog/#0-dot-11-dot-0

✨ Companion blog post: https://scripter.co/presenting-tomelr/

EXPORT_HUGO_SECTION_FRAG property replaces the old EXPORT_HUGO_SECTION*

08 Apr 02:25
ad412e0
Compare
Choose a tag to compare

Major release after 4 years

05 Apr 02:57
Compare
Choose a tag to compare

This release has a total of 1000+ commits, but relatively very few breaking changes.

See the changelog here: https://ox-hugo.scripter.co/doc/changelog/#0-dot-9-dot-0

The one that supports Page Bundles, Resources, styling of table, paragraph, etc., and renaming front-matter keys!

One binding (C-c C-e H H) for both per-subtree and per-file export flows

Numbered sections, unnumbered TOC's, link your code blocks, align Org tables, and much moar!

Org generated TOC & a bit more customizable links

06 Nov 19:09
Compare
Choose a tag to compare

Tweak image width & height, and now EXPORT_HUGO_SECTION gets inherited too!