Migrating old html posts to Franklin

I would like to migrate my old Hugo-based setup to Franklin.

I am not going to re-edit the Markdown files, so I just want to copy over everything (generated HTML) in post/ so that the old links indexed in search engines et remain working.

What’s the recommended way to do this? I put it in pages/post and it looks OK, but verify_links() gives me a lot of spurious errors (that I don’t want to fix). Can I just exclude these somehow?

1 Like

reposting from Slack, verify_links() should be considered obsolete (and unreliable) in Franklin (and will disappear in the next version). For checking links, I recommend using broken-link-checker . There’s also lychee but I don’t have much experience with it.

1 Like