Skip to content

Releases: chamilad/medium-to-hugo

v0.4

19 Oct 02:16
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

This release contains the following features and bug fixes

  • Convert Slideshare Medium embeds to HTML embeds within Markdown.
  • Convert Twitter Medium embeds to Tweet embeds (using Hugo Shortcodes)
  • Handle edge cases like bold inline code which do not get converted well during Hugo site generation
  • Render figcaption
  • Customized footer from Medium export information

v0.3

15 Oct 19:02
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

This release contains the following new features and bug fixes.

  1. Convert Github Gists to Markdown code blocks
  2. Fix preformatted block line breaks being ignored
  3. Collect consecutive preformatted blocks together to one code block to get around Medium export glitches.

v0.2

09 Oct 18:08
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

This release contains the fixes done for my personal preferences.

  • Converts and writes all Markdown in the same directory, unlike the upstream project which creates a directory for each post
  • Downloads images into one directory instead of a directory inside the post-specific directories
  • Does not ignore comments
  • Will ignore empty articles based on a flag (-e)
  • Any self-references (links that point to articles by the same author) are fixed so that after conversion they point to the converted site