By @steven_nc
I currently have a Jekyll based site. If I mover to another platform such as Gatsby or Hugo, can I migrate the comments/forum?
- KajMagnus @KajMagnus2019-05-08 05:35:52.031Z2019-05-08 05:46:59.519Z
Hi Steve, you wouldn't need to migrate anything. What you'd do, would be to add the embedding HTML code, to the Gatsby or Hugo site, too. (There're installation instructions for Hugo and Gatsby too.) So you have the HTML code, in all of Jekyll and Hugo / Gatsby. Then the comments will work with all of your Jekyll / Hugo / Gatsby installations.
(If the new site is on a different address (like,
https://your.new.blog
instead ofhttps://your.old.blog
), you'd add that new address to the Allow embedding from embedded comments setting.)- S@steven_nc
Thank you. That was my understanding, but it never hurts to ask.