<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>bckt · blog.vrypan.net</title>
    <link>https://blog.vrypan.net/tags/bckt/</link>
    <description>bckt · blog.vrypan.net</description>
    <lastBuildDate>Thu, 18 Jun 2026 16:28:50 +0000</lastBuildDate>
    <generator>bckt</generator>
    <atom:link href="https://blog.vrypan.net/rss-bckt.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title>bckt v0.7.3 is out</title>
      <link>https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/</link>
      <guid isPermaLink="true">https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/</guid>
      <pubDate>Thu, 18 Jun 2026 16:28:50 +0000</pubDate>
      <description>bckt v0.7.3, my "opinionated but flexible static site generator for blogs", is out!</description>
      <content:encoded><![CDATA[
	
	<p><a href="https://github.com/vrypan/bckt">bckt</a> v0.7.3, my <em>&quot;opinionated but flexible static site generator for blogs&quot;</em>, is out!</p>
<p>The most notable change is the installation bundles come with a nice set of themes, as well as some demo content:</p>
<pre><code># Install
brew install vrypan/tap/bckt

# Create a test directory and initialize a new blog
# with the demo microblog posts and the micro theme
mkdir test &amp;&amp; cd test
bckt init --theme micro --demo microblog 

# Start the local http server to preview it
# (the static pages are in the html/ directory)
bckt dev
</code></pre>
<p>Use <code>--demo microblog</code> to test how it looks with short, titleless posts and
<code>--demo articles</code> to see a version with longer articles, closer to a typical
blog post. But all themes will work nicely with both types of content.</p>
<hr />
<p>You will probably want to use an AI agent to create your own theme. There is
an <code>AGENTS.md</code> that will make this very easy.</p>
<p>For example, let's use <a href="https://mxb.dev/">Max Böck</a>'s blog, which has a really nice design.</p>
<p><code>cd</code> in your blog directory and try prompt like this:</p>
<pre><code>- Read https://github.com/vrypan/bckt/blob/main/themes/AGENTS.md
- Check themes/* to see how the existing themes are structured.
- create a theme inspired by https://mxb.dev/blog/ 
</code></pre>
<p><figure><img src="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/mxbdev-inspired.png" alt="" title="Theme inspired by mbx.dev/blog/. I suggest you visit it to see the original." /><figcaption>Theme inspired by mbx.dev/blog/. I suggest you visit it to see the original.</figcaption></figure></p>

]]></content:encoded>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/mxbdev-inspired.png"
   type="image/png"
   length="308328"/>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/og.png"
   type="image/png"
   length="490020"/>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/theme-bckt3.png"
   type="image/png"
   length="338966"/>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/theme-micro-dark.png"
   type="image/png"
   length="385628"/>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/theme-micro-light.png"
   type="image/png"
   length="384084"/>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/theme-microx-dark.png"
   type="image/png"
   length="414777"/>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/theme-microx-light.png"
   type="image/png"
   length="413808"/>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/theme-modern.png"
   type="image/png"
   length="360507"/>

   <enclosure url="https://blog.vrypan.net/2026/06/18/260618-bckt-073-is-out/theme-rntz.png"
   type="image/png"
   length="463988"/>

    </item>
    
  </channel>
</rss>
