Skip to content

Releases: jbarone/ghostToHugo

v0.5.3

31 Dec 18:01
Compare
Choose a tag to compare

Changelog

602c939 added support for custom excerpts
f497c21 fix #30: updated instructions to use module support

v0.5.2

27 Dec 20:07
Compare
Choose a tag to compare

Changelog

c891026 Changed the processing of a Ghost export.

v0.4.1

27 Dec 20:02
Compare
Choose a tag to compare

Changelog

819b8fd fix config files

v0.4.0

24 Nov 22:30
Compare
Choose a tag to compare

Changelog

27eb893 Major rewrite of ghostToHugo
3cf7da7 update README

v0.3.4

25 Oct 15:40
Compare
Choose a tag to compare

Changelog

6af7f58 fix #25 missing cards

v0.3.3

16 Sep 11:49
Compare
Choose a tag to compare

Changelog

ac5378f fixup goreleaser config

v0.3.1

23 Mar 21:51
Compare
Choose a tag to compare

Changelog

0e73400 fix #20: add embed card logic

v0.3.0

13 Jan 19:08
Compare
Choose a tag to compare

Changelog

18756e7 Fix typo/grammar (#18)
d461b18 Merge branch 'master' of github.com:jbarone/ghostToHugo
abd0160 lots o updates
4c1fc5f remove deploy from travis
10b5a2d update travis config
d1a19bf using goreleaser

v0.2.2

31 Aug 03:50
Compare
Choose a tag to compare
fix #16: handle feature_image tag

v0.2.1

08 Jan 13:39
Compare
Choose a tag to compare
Fix #15: importing wrong text as mardown.

When Ghost changed to the MobileDoc editor. It also changed where in the
JSON it was storing the Markdown text. Content no longer held it.
PlainText was assumed to now hold the content, but this was wrong. It
was actually being held in a stringified JSON object

This change updates to pull the correct markdown text. Though it should
be revisted as there might be some other edge cases that need to be
considered.