Hacker News new | ask | show | jobs
by heinrichhartman 2361 days ago
Off-topic: Any advise on how to migrate a Jekyll blog to Hugo?

Is it practical to keep the rendered HTML as static pages, and just use hugo/markdown for new posts?

Migrating the markdown files to hugo looks like a pain. Header files need to be migrated. Also jekyll plugins will obviously not work.

Might be better to just leave the old stuff as-is...

1 comments

We did that on our project were using markdown in jekyll and kept it in hugo. Hugo has its own plugins, not that hard really.

EDIT: Hugo has a plugin to import a jekyll project, you can check maybe it will do most of the work for you. Link https://gohugo.io/commands/hugo_import_jekyll/