All Projects → bgadrian → Medium To Hugo

bgadrian / Medium To Hugo

Medium stories exporter to markdown/hugo articles.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Medium To Hugo

Medium To Own Blog
Switch from Medium to your own blog in a few minutes
Stars: ✭ 3,017 (+4614.06%)
Mutual labels:  blog, medium
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+815.63%)
Mutual labels:  blog, hugo
Rockylinux.org Hugo
The official website of the Rocky Linux Project.
Stars: ✭ 325 (+407.81%)
Mutual labels:  blog, hugo
medium-2-md
A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.
Stars: ✭ 113 (+76.56%)
Mutual labels:  medium, hugo
Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+1200%)
Mutual labels:  blog, hugo
Toha
A Hugo theme for personal portfolio
Stars: ✭ 267 (+317.19%)
Mutual labels:  blog, hugo
Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (+740.63%)
Mutual labels:  blog, hugo
Epidemiology101
Epidemic Modeling for Everyone
Stars: ✭ 215 (+235.94%)
Mutual labels:  blog, medium
Stories
Medium clone built with Ruby on Rails
Stars: ✭ 688 (+975%)
Mutual labels:  blog, medium
Hugo Tranquilpeak Theme
A gorgeous responsive theme for Hugo blog framework
Stars: ✭ 686 (+971.88%)
Mutual labels:  blog, hugo
The Indie Web
A hotspot for indie creations on the web
Stars: ✭ 240 (+275%)
Mutual labels:  blog, hugo
Blog Pwa
An experiment in mixing Hugo, lit-element, and Polymer PRPL into a progressive web app blog.
Stars: ✭ 41 (-35.94%)
Mutual labels:  blog, hugo
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (+267.19%)
Mutual labels:  blog, hugo
Hugo Handbook
Building static website with hugo - https://jimmysong.io/hugo-handbook
Stars: ✭ 58 (-9.37%)
Mutual labels:  blog, hugo
Dat Medium
P2P Markdown Blog for Beaker inspired by Medium.
Stars: ✭ 225 (+251.56%)
Mutual labels:  blog, medium
Hugo Nuo
🎨 A responsive light & clean hugo theme for blogger.
Stars: ✭ 405 (+532.81%)
Mutual labels:  blog, hugo
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+226.56%)
Mutual labels:  blog, hugo
Hugo Theme Codex
A minimal blog theme for Hugo 🍜
Stars: ✭ 212 (+231.25%)
Mutual labels:  blog, hugo
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (+823.44%)
Mutual labels:  blog, hugo
Dominhhai.github.io
My Blog
Stars: ✭ 8 (-87.5%)
Mutual labels:  blog, hugo

Medium to Hugo

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): example

Features:

  • transform HTML posts to markdown
  • ignores comments and empty articles
  • SEO friendly (keeps the old URL as an alias)
  • keeps all the metadata and adds most Hugo front Matter, including the alias with the old URL
  • even if one article fails it keeps going
  • marks the drafts as "draft_"
  • Fetch the article TAGS (which are not included in the Medium exporter), compatible with Hugo Related feature
  • Fetch all the Images and puts them in each articles bundle
  • stories are ordered by date (year-month-day_slug)
  • custom .Params: image, images, slug, subtitle
  • minimal HTML cleanup (removed empty URLs, duplicate title and so on)
  • adds #layout... suffix to every image so they can be styles accordingly from plain CSS with exactly same style as on Medium.

Usage

  1. Download your medium data
  2. Unzip it
  3. Download our binary (see Releases)
  4. Run something like ./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.

Build / Contribute

You need Bash, Go 1.11+

See Issues for a list of TODOs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].