Tool for the migration of articles from a medium.com account to a static website generator with markdown like Hugo.
Here is a preview from my own migration (from medium to Hugo):
year-month-day_slug
).Params
: image, images, slug, subtitle#layout...
suffix to every image so they can be styles accordingly from plain CSS with exactly same style as on Medium../mediumtohugo /path/to/export/posts /path/to/hugo/content/ posts
In case you need to bypass TLS/SSL checks you can run the binary with ALLOW_INSECURE=true
environment variable. This is a case if the medium certificate expires and you want to export your blog with all tags.
You need Bash, Go 1.11+
See Issues for a list of TODOs.