Website integration/ Revue migration

I will publish new articles to my own domain, using a custom publishing workflow, and want to share these across Micro blog, Twitter, Bluesky, etc. for every new article. This does not have to be automated I just want to understand the most sensible approach. My guess so far is one “unified” post from Micro blog that cross-posts to other platforms and I should have the appropriate content on my site to render previews. Any other approaches and/ or details to consider?

Micro.blog crossposting would automate all of that for you, for the most part. Unless you want minute control over appearance, Micro.blog will do a “native” post with no link if there’s no title and content is less than a certain character count. Over a certain count or with a title, you’ll get title + link or a sentence or two + link.

Typically I add some high-level context/ less formal commentary in these posts than is in the main content. So I liked having a gallery of these posts on a subdomain of my own site. Would this be done using a redirect to my /Articles and the my preferred subdomain?

I’m not totally sure what you mean by subdomain in this case or what you’re looking for here. But you can use the special <!-- more --> tag to have everything “above the fold” in a .Summary object that can be used by your theme and the full contents (summary than the rest) on single post pages, for example. See the Hugo docs on summary content for more details.

I liked that with Revue I’d be able to send emails newsletter-style with each post, it looks like that will be possible here. Cool! One thought is: why wouldn’t users be able to choose email frequency options vs. me? Also, if I want to tag individual posts to be included or not in these summaries, I simply make a category for that?

Because it’s your newsletter and you supposedly want some control over it. So it’s your call if it’s a digest or sent with every post or what. That said, yes, categories are the one allowable filter for newsletters so if you wanted to manually select what “counts”, you’ll probably want to use a category for those posts and for that purpose to collect them and send.

More details on customizing newsletters here: Email newsletter templates - #3

Note: newsletters are a premium feature and require the $10 a month subscription.

1 Like