<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG.]]></title><description><![CDATA[<p>My "project time" this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to <span><a href="/user/stefano%40mastodon.bsd.cafe">@<span>stefano</span></a></span>'s BSSG.</p><p>So far, so good! I'm not quite ready to switch over just yet, but it has been pretty straightforward so far.</p>]]></description><link>https://board.circlewithadot.net/topic/c2eb609b-3d68-42ec-8f89-4fc791a6909d/my-project-time-this-week-when-i-try-to-improve-something-about-my-business-was-spent-on-investigating-how-to-move-from-our-current-blog-generating-tool-hugo-to-@stefano-s-bssg.</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 15:09:38 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/c2eb609b-3d68-42ec-8f89-4fc791a6909d.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Mar 2026 17:24:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 19:39:19 GMT]]></title><description><![CDATA[<p>I now have a minimal theme, with dark mode support!</p><p>It is on a test URL, but if anyone fancies seeing what I'm doing with <a href="https://mastodon.neilzone.co.uk/tags/BSSG" rel="tag">#<span>BSSG</span></a> (Bash Static Site Generator), here's where I am so far:</p><p><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">

<div class="card-body">
<h5 class="card-title">
<a href="https://decoded.legal/blog/bssg/">
404 Not Found
</a>
</h5>
<p class="card-text line-clamp-3"></p>
</div>
<a href="https://decoded.legal/blog/bssg/" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://decoded.legal/favicon.ico" alt="favicon" class="not-responsive overflow-hiddden" style="max-width: 21px; max-height: 21px;" />



<p class="d-inline-block text-truncate mb-0"> <span class="text-secondary">(decoded.legal)</span></p>
</a>
</div></p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223558256001256</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223558256001256</guid><dc:creator><![CDATA[neil@mastodon.neilzone.co.uk]]></dc:creator><pubDate>Fri, 13 Mar 2026 19:39:19 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:37:28 GMT]]></title><description><![CDATA[<p><span><a href="/user/neil%40mastodon.neilzone.co.uk">@<span>neil</span></a></span> yes, exactly. It can also be specified in the config file. I'm not sure if it will automatically be used if a templates directory is created in the project folder. It was planned, but I can't remember if I already implemented it or not (can't check the code right now)</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223315052409035</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223315052409035</guid><dc:creator><![CDATA[stefano@mastodon.bsd.cafe]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:37:28 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:36:12 GMT]]></title><description><![CDATA[<p><span><a href="/user/stefano%40mastodon.bsd.cafe">@<span>stefano</span></a></span> </p><p>```<br />  --templates DIR         Override templates directory (from config: TEMPLATES_DIR)<br />```</p><p><img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223310041680642</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223310041680642</guid><dc:creator><![CDATA[neil@mastodon.neilzone.co.uk]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:36:12 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:31:30 GMT]]></title><description><![CDATA[<p><span><a href="/user/neil%40mastodon.neilzone.co.uk">@<span>neil</span></a></span> maybe you need to set the TEMPLATES_DIR="/home/stefano/sites/my-notes/templates" (for example) inside the config.sh.local in the project directory. I can't remember if I implemented it automatically or has to be set manually. Otherwise, you can override it at build time with  --templates "dir"</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223288170538171</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223288170538171</guid><dc:creator><![CDATA[stefano@mastodon.bsd.cafe]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:31:30 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:25:04 GMT]]></title><description><![CDATA[<p><span><a href="/user/neil%40mastodon.neilzone.co.uk">@<span>neil</span></a></span> great. I love to separate tool from contents, too. It's much easier to keep things clean, this way.</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223266321912551</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223266321912551</guid><dc:creator><![CDATA[stefano@mastodon.bsd.cafe]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:25:04 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:24:18 GMT]]></title><description><![CDATA[<p><span><a href="/user/stefano%40mastodon.bsd.cafe">@<span>stefano</span></a></span> I love the separate of tool from content, so that much I am already doing - but I had not realised that one could use per-project/directory templates too. I will experiment <img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223263291204886</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223263291204886</guid><dc:creator><![CDATA[neil@mastodon.neilzone.co.uk]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:24:18 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:23:37 GMT]]></title><description><![CDATA[<p><span><a href="/user/stefano%40mastodon.bsd.cafe">@<span>stefano</span></a></span> </p><p>&gt; consider that the templates can be overridden per-project, in the project directory</p><p>Oooh, thank you. I had not identified this from the documentation, so thank you!</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223260598270471</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223260598270471</guid><dc:creator><![CDATA[neil@mastodon.neilzone.co.uk]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:22:50 GMT]]></title><description><![CDATA[<p><span><a href="/user/neil%40mastodon.neilzone.co.uk">@<span>neil</span></a></span> Interesting! Could you please send me the errors you had when using ram mode? So I can debug them.</p><p>Those config parameters are a good idea. I'm adding them to the templates, too - consider that the templates can be overridden per-project, in the project directory - so you can use the same BSSG installation as long as it points to different configurations (generated with ./bssg.sh init )</p><p>For example, I'm currently building the <a href="https://my-notes.dragas.net" rel="nofollow noopener"><span>https://</span><span>my-notes.dragas.net</span><span></span></a> (my "reference" blog for bssg testing) with: ./bssg.sh build -f --config /home/stefano/sites/my-notes/config.sh.local --build-mode ram</p><p>Thank you for your precious feedback!</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223257488011133</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223257488011133</guid><dc:creator><![CDATA[stefano@mastodon.bsd.cafe]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:22:50 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:19:23 GMT]]></title><description><![CDATA[<p><span><a href="/user/stefano%40mastodon.bsd.cafe">@<span>stefano</span></a></span> </p><p>This is an amazing tool - thank you!</p><p>"RAM" mode caused quite a lot of errors for me, so I switched to "normal" mode, and that is building fine.</p><p>Do you have any plans to add config parameters (to be used in the header template), for</p><p>    &lt;meta name="fediverse:creator" content="{{fedi-creator}}" /&gt;</p><p>or </p><p>   &lt;link rel="me" href="{{fedi_validation_account"/&gt;</p><p>?</p><p>At the moment, I am adding them to the template without variables, meaning that I'll need multiple instances of BSSG, one per site <img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223243960397721</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223243960397721</guid><dc:creator><![CDATA[neil@mastodon.neilzone.co.uk]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:19:23 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 18:13:29 GMT]]></title><description><![CDATA[<p><span><a href="/user/neil%40mastodon.neilzone.co.uk">@<span>neil</span></a></span> That's great! Please note that the unreleased master branch includes a very effective RAM-only build mode, which makes things significantly faster. Also, three new BSD-based themes are coming <img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title="🙂" alt="🙂" /></p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223220757949600</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.bsd.cafe/users/stefano/statuses/116223220757949600</guid><dc:creator><![CDATA[stefano@mastodon.bsd.cafe]]></dc:creator><pubDate>Fri, 13 Mar 2026 18:13:29 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 17:38:20 GMT]]></title><description><![CDATA[<p><span><a href="/user/neil%40mastodon.neilzone.co.uk">@<span>neil</span></a></span> <span><a href="/user/stefano%40mastodon.bsd.cafe">@<span>stefano</span></a></span> I went from Wordpress to Github pages w/ Copilot.  </p><p>I'm dirty but it's free and I can just use an agent to write a post for me as I provide an agents.md file to outline my writing style: <a href="https://github.com/JohnMcLear/blog/blob/main/agents.md#writing--engineering-style" rel="nofollow noopener"><span>https://</span><span>github.com/JohnMcLear/blog/blo</span><span>b/main/agents.md#writing--engineering-style</span></a></p><p><a href="https://mastodon.green/tags/dirty" rel="tag">#<span>dirty</span></a></p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.green/users/johnmclear/statuses/116223082502906262</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.green/users/johnmclear/statuses/116223082502906262</guid><dc:creator><![CDATA[johnmclear@mastodon.green]]></dc:creator><pubDate>Fri, 13 Mar 2026 17:38:20 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 17:31:50 GMT]]></title><description><![CDATA[<p><span><a href="/user/rootmoose%40mstdn.ca">@<span>RootMoose</span></a></span> <span><a href="/user/stefano%40mastodon.bsd.cafe">@<span>stefano</span></a></span> </p><p>I am writing it as I go along.</p><p>I have some bits I need to figure out first (like how best to deal with editing the header template).</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223056969985075</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.neilzone.co.uk/users/neil/statuses/116223056969985075</guid><dc:creator><![CDATA[neil@mastodon.neilzone.co.uk]]></dc:creator><pubDate>Fri, 13 Mar 2026 17:31:50 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 17:30:55 GMT]]></title><description><![CDATA[<p><span><a href="/user/neil%40mastodon.neilzone.co.uk">@<span>neil</span></a></span> <span><a href="/user/stefano%40mastodon.bsd.cafe">@<span>stefano</span></a></span> Web post with all the "gotchas" when?  <img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f643.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--upside_down_face" style="height:23px;width:auto;vertical-align:middle" title="🙃" alt="🙃" /></p>]]></description><link>https://board.circlewithadot.net/post/https://mstdn.ca/users/RootMoose/statuses/116223053384590530</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mstdn.ca/users/RootMoose/statuses/116223053384590530</guid><dc:creator><![CDATA[rootmoose@mstdn.ca]]></dc:creator><pubDate>Fri, 13 Mar 2026 17:30:55 GMT</pubDate></item><item><title><![CDATA[Reply to My &quot;project time&quot; this week (when I try to improve something about my business) was spent on investigating how to move from our current blog generating tool, hugo, to @stefano&#x27;s BSSG. on Fri, 13 Mar 2026 17:28:17 GMT]]></title><description><![CDATA[<p><span><a href="/user/neil%40mastodon.neilzone.co.uk" rel="nofollow noreferrer noopener">@<span>neil</span></a></span> <span><a href="/user/stefano%40mastodon.bsd.cafe" rel="nofollow noreferrer noopener">@<span>stefano</span></a></span> nice. Keen to see how you get on. I am using 11ty at the moment but given the recent news I am not sure whether it is the long term choice.</p>]]></description><link>https://board.circlewithadot.net/post/https://social.alexhyett.com/users/alex/statuses/01KKM3VTSQVKN1JC63ES23MCBF</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://social.alexhyett.com/users/alex/statuses/01KKM3VTSQVKN1JC63ES23MCBF</guid><dc:creator><![CDATA[alex@social.alexhyett.com]]></dc:creator><pubDate>Fri, 13 Mar 2026 17:28:17 GMT</pubDate></item></channel></rss>