<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Dotflags on Andrew Quinn&#39;s TILs</title>
    <link>https://til.andrew-quinn.me/tags/dotflags/</link>
    <description>Recent content in Dotflags on Andrew Quinn&#39;s TILs</description>
    <image>
      <title>Andrew Quinn&#39;s TILs</title>
      <url>https://til.andrew-quinn.me/papermod-cover.png</url>
      <link>https://til.andrew-quinn.me/papermod-cover.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 19 Nov 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://til.andrew-quinn.me/tags/dotflags/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Art of the dotflag -- `.nojekyll`, `.gitkeep` and their ilk</title>
      <link>https://til.andrew-quinn.me/posts/the-art-of-dotflags-nojekyll/</link>
      <pubDate>Sun, 19 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://til.andrew-quinn.me/posts/the-art-of-dotflags-nojekyll/</guid>
      <description>&lt;p&gt;This weekend I&amp;rsquo;ve been &lt;del&gt;procrastinating&lt;/del&gt; playing the long game by getting some nice workflows set up for my &lt;a href=&#34;https://github.com/hiAndrewQuinn/til&#34;&gt;TIL content repository&lt;/a&gt; and its associated &lt;a href=&#34;https://github.com/hiAndrewQuinn/til-site&#34;&gt;website&lt;/a&gt; (cf &lt;a href=&#34;https://til.andrew-quinn.me/posts/the-art-of-dotflags-nojekyll/#context&#34;&gt;Context&lt;/a&gt;, below). If all goes well, by the time I hit &lt;code&gt;:wq&lt;/code&gt; on this TIL, it should invisibly trigger 2 Git commits, a Hugo build, and then appear on the site fully-birthed.&lt;/p&gt;
&lt;p&gt;One of the more interesting patterns I noticed was the &lt;a href=&#34;https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/&#34;&gt;&lt;code&gt;.nojekyll&lt;/code&gt; empty file&lt;/a&gt; which I had to build to get GH Pages to stop tussling with my Hugo Action for turf. &lt;code&gt;.nojekyll&lt;/code&gt; is &lt;em&gt;technically&lt;/em&gt; a dotfile, but it doesn&amp;rsquo;t actually contain any content - its mere existence is enough to change behavior. And that makes their existence a really interesting &lt;a href=&#34;https://en.wikipedia.org/wiki/Affordance&#34;&gt;design affordance&lt;/a&gt; offered to us developers by the filesystems we use every day but rarely think about.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
