Hi there! I’ve got a blog that was previously hosted on a custom DIY engine, and I’m considering moving that to micro.blog because, well, I’m getting too old for this
While I was writing a script to convert posts, some questions came up:
- AFAICT I can render any image URLs so that they point to the actual (currently served) images, and micro.blog will auto-download them, put them in an “uploads” folder, and replace the URL to that, correct?
- I have a bunch of posts referencing other posts, tags, pages, etc. I figure that pages would retain their URL after switching the domain over, but what about posts and tags? What is the URL format for them? My URL scheme (
domain.com/blog/YEAR/MONTH/DAY/slug
,domain.com/blog/tag/TAG
) is probably not the one used on micro.blog, so I probably need to reformat those URLs into URLs micro.blog can serve, correct? - I currently get micro.blog with the “external blog” feature, where it reads my RSS feed and recognizes any “micro post” to include in my timeline. How would that work once those posts are imported into a micro.blog post? Is there anything that I should do with these files’ frontmatter? How should I render any image tags/URLs?
Thanks!