<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Mastodon on cshire.xyz</title>
		<link>https://cshire.xyz/tags/mastodon/</link>
		<description>Recent content in Mastodon on cshire.xyz</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Fri, 31 Jul 2026 13:35:17 +0800</lastBuildDate>
		
			<atom:link href="https://cshire.xyz/tags/mastodon/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>2026-07-31-Decision-Made---Back-to-Mastodon</title>
				<link>https://cshire.xyz/2026/07/31/2026-07-31-decision-made---back-to-mastodon/</link>
				<pubDate>Fri, 31 Jul 2026 13:35:17 +0800</pubDate>
				<guid>https://cshire.xyz/2026/07/31/2026-07-31-decision-made---back-to-mastodon/</guid>
				<description>&lt;p&gt;I&amp;rsquo;ve been thinking about the social side of my site for a while. I don&amp;rsquo;t think I want the headache of webmentions again. It&amp;rsquo;s a cool technology, but it&amp;rsquo;s a fragile technology. Instead I&amp;rsquo;ve decided to go with a Mastodon account and syndicate the occasional post for discussion (if anyone actually &lt;em&gt;wants&lt;/em&gt; to discuss anything is a different story altogether!)&lt;/p&gt;&#xA;&lt;p&gt;Anyway, the syndicated url is placed at the top of the post.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Embedding Mastodon Toots into Hugo Posts with a Shortcode</title>
				<link>https://cshire.xyz/embedding-mastodon-toots-into-hugo-posts-with-a-shortcode/</link>
				<pubDate>Fri, 25 Oct 2019 18:07:29 +0800</pubDate>
				<guid>https://cshire.xyz/embedding-mastodon-toots-into-hugo-posts-with-a-shortcode/</guid>
				<description>&lt;p&gt;I found a neat Hugo shortcode to embed Mastodon toots into a post. This is courtesy of &lt;a href=&#34;https://bullgit.party/@kevin&#34;&gt;&lt;strong&gt;&lt;em&gt;Kevin Gimbel&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; and can be found on his &lt;a href=&#34;https://www.kevingimbel.com/mastodon-embed-shortcode-for-hugo/&#34;&gt;&lt;strong&gt;&lt;em&gt;blog here&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The code itself can be found on his &lt;a href=&#34;https://github.com/kevingimbel/hugo-shortcodes/tree/master/mastodon&#34;&gt;&lt;strong&gt;&lt;em&gt;Github here&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Essentially it&amp;rsquo;s a case of creating a shortcode (I named mine mastodon.html)&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;{{ .Page.Scratch.Set &amp;#34;include_mastodon&amp;#34; true }}&#xA;{{ $width := .Get &amp;#34;width&amp;#34; | default &amp;#34;400&amp;#34; }}&#xA;{{ $height := .Get &amp;#34;height&amp;#34; | default &amp;#34;333&amp;#34;}}&#xA;{{ $status := .Get &amp;#34;status&amp;#34; | default &amp;#34;false&amp;#34; }}&#xA;&#xA;{{ if eq ($status) &amp;#34;false&amp;#34; }}&#xA;{{ else }}&#xA;&amp;lt;iframe src= &amp;#34;{{ $status }}/embed&amp;#34; class=&amp;#34;mastodon-embed&amp;#34; style=&amp;#34;max-width: 100%; border: 0&amp;#34; width=&amp;#34;{{ $width }}&amp;#34; height=&amp;#34;{{ $height }}&amp;#34;&amp;gt;&amp;lt;/iframe&amp;gt;&#xA;{{ end }}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;and then embedding this into the website&amp;rsquo;s footer.html&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
