<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>alecto.dev</title>
    <subtitle>Notes on performance, toolchains, and the occasional rabbit hole.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://alecto.dev/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://alecto.dev"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-08-28T00:00:00+00:00</updated>
    <id>https://alecto.dev/atom.xml</id>
    <entry xml:lang="en">
        <title>About this site</title>
        <published>2026-08-28T00:00:00+00:00</published>
        <updated>2026-08-28T00:00:00+00:00</updated>
        
        <author>
          <name>Alecto Irene Perez</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://alecto.dev/posts/about-this-site/"/>
        <id>https://alecto.dev/posts/about-this-site/</id>
        
        <content type="html" xml:base="https://alecto.dev/posts/about-this-site/">&lt;p&gt;A few bits of information that may be of interest.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;This site is built with &lt;a rel=&quot;external&quot; href=&quot;https://www.getzola.org/&quot;&gt;zola&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Cloudflare Pages is used to host &amp;amp; deploy the site: when I push changes to
github, those changes are deployed live, usually within a couple minutes (it
is very convenient).&lt;/p&gt;
&lt;p&gt;I recommend it for anyone with a static site because (1) it’s free, and (2)
it has very nice integration with github. push-to-deploy is &lt;em&gt;so&lt;/em&gt; nice, and it
accepts custom build commands.&lt;/p&gt;
&lt;p&gt;The support for custom build commands is quite nice, because…&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;After the site is build with &lt;code&gt;zola&lt;/code&gt;, a script is used to append a hash to all
urls which point to resources hosted under &lt;code&gt;alecto.dev&lt;/code&gt;. This allows me to
(1) enable caching, and (2) ensure that all visitors receive the most
up-to-date version of stylesheets, images, and other assets, without the need
for custom image shortcodes.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://alecto.dev/posts/about-this-site/cloudflare-build-config.png&quot; alt=&quot;Screenshot of build configuration for the site&quot; /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;… This last bit is a small technical detail that I’m proud of. Being able to
use the standard markdown image syntax instead of
&lt;code&gt;{{ image(path=&quot;images/my-photo.jpg&quot;, alt=&quot;Description of photo&quot;) }}&lt;/code&gt;
or &lt;code&gt;get_url(path=path, cachebust=true)&lt;/code&gt; is &lt;em&gt;quite&lt;/em&gt; nice.&lt;/p&gt;
</content>
        
    </entry>
</feed>
