the ugly ocaml monstrosity powering my site oppi.li
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

link to jj

+14 -11
+6 -5
docs/index.xml
··· 13 13 <copyright>Creative Commons BY-NC-SA 4.0</copyright> 14 14 <item> 15 15 <title>Configuring Jujutsu</title> 16 - <description>&lt;p&gt;There are a lot of reasons to use jujutsu, but this post is not about 17 - that. I have this terrible habit of turning every knob on a tool before 18 - I even fully absorb how it works; and boy does &lt;code&gt;jj&lt;/code&gt; have a 19 - lot of knobs.&lt;/p&gt; 16 + <description>&lt;p&gt;There are a lot of reasons to use &lt;a 17 + href="https://github.com/jj-vcs/jj"&gt;jujutsu&lt;/a&gt;, but this post is not 18 + about that. I have this terrible habit of turning every knob on a tool 19 + before I even fully absorb how it works; and boy does &lt;code&gt;jj&lt;/code&gt; 20 + have a lot of knobs.&lt;/p&gt; 20 21 &lt;h3 id="templates"&gt;Templates&lt;/h3&gt; 21 22 &lt;p&gt;&lt;code&gt;jj&lt;/code&gt; let you tweak nearly every single character of its 22 23 output. In fact, &lt;code&gt;jj&lt;/code&gt; includes a full-blown templating ··· 305 306 &lt;p&gt;I also use nix and home-manager to configure jj, you can find my 306 307 configuration &lt;a href="https://plonk.li/r/YQ"&gt;here&lt;/a&gt;.&lt;/p&gt;</description> 307 308 <link>https://oppi.li/posts/configuring_jujutsu/</link> 308 - <pubDate>Fri, 23 May 2025 16:18:00 +0000</pubDate> 309 + <pubDate>Fri, 23 May 2025 18:13:00 +0000</pubDate> 309 310 <guid>https://oppi.li/posts/configuring_jujutsu/</guid> 310 311 </item> 311 312 <item>
+6 -5
docs/posts/configuring_jujutsu/index.html
··· 28 28 23/05 — 2025 29 29 <div class="stats"> 30 30 <span class="stats-number"> 31 - 145.45 31 + 145.85 32 32 </span> 33 33 <span class="stats-unit">cm</span> 34 34 &nbsp ··· 42 42 Configuring Jujutsu 43 43 </h1> 44 44 <div class="post-text"> 45 - <p>There are a lot of reasons to use jujutsu, but this post is not about 46 - that. I have this terrible habit of turning every knob on a tool before 47 - I even fully absorb how it works; and boy does <code>jj</code> have a 48 - lot of knobs.</p> 45 + <p>There are a lot of reasons to use <a 46 + href="https://github.com/jj-vcs/jj">jujutsu</a>, but this post is not 47 + about that. I have this terrible habit of turning every knob on a tool 48 + before I even fully absorb how it works; and boy does <code>jj</code> 49 + have a lot of knobs.</p> 49 50 <h3 id="templates">Templates</h3> 50 51 <p><code>jj</code> let you tweak nearly every single character of its 51 52 output. In fact, <code>jj</code> includes a full-blown templating
+2 -1
posts/configuring_jujutsu.md
··· 1 - There are a lot of reasons to use jujutsu, but this post is 1 + There are a lot of reasons to use 2 + [jujutsu](https://github.com/jj-vcs/jj), but this post is 2 3 not about that. I have this terrible habit of turning every 3 4 knob on a tool before I even fully absorb how it works; and 4 5 boy does `jj` have a lot of knobs.