SSL Support
Taking advice from Adrian, I setup cloudflare in about 30 seconds. Then just waited for the DNS nameserver change to take place and https just works. I did choose to pay the uplift to get a dedicated SSL Certificate it just seemed odd having a multidomain certificate with random other sites.
You might wanna consider using @Cloudflare to deal with the HTTPS issues.
— Adrian Png (@fuzziebrain) October 6, 2017
#
Redirecting
I’ll preface with there’s probably a better way but here’s what I did.
My blogger site had been up for quite sometime so it shows up in searches sometimes. I didn’t want to blanket forward someone to the home page of the new imporived site. Since Jeykyll translated the blogger posts to ne file names, it’s a very repeatable operation. Here’s some javascript I threw together that grabs the canonical link from the blogger page and converts that to the new link and does a redirect. For the case of not-a-single-post page ( list, categories ), this javascript just does nothing with out the canonical link present except print a console message ( my left over debugging )
Add Javascript to Blogger
Last thing now is just add this javascript to blogger. I just added a “HTML/JavaScript Gadget” and put it in there and now everything redirects to the new site. Now my old blog is my new blog’s biggest reffer in google analytics.