Skip to content

Commit 5a815ec

Browse files
committed
add the Blog tag
1 parent ae64a2b commit 5a815ec

8 files changed

+23
-27
lines changed

articles-by-tag.html

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ <h1>Articles by tag</h1>
115115
<a href="compile_ziglang_from_source_on_alpine_2020_9.html">How to compile LLVM, Clang, LLD, and Ziglang from source on Alpine Linux</a>
116116
</li>
117117
</ul></li>
118-
<li id="atom"><span class="tag">Atom</span><ul>
119-
<li>
120-
<span class="date">2023-12-15</span>
121-
<a href="feed.html">This blog now has an Atom feed, and yours should probably too</a>
122-
</li>
123-
</ul></li>
124118
<li id="awk"><span class="tag">Awk</span><ul>
125119
<li>
126120
<span class="date">2024-10-29</span>
@@ -135,6 +129,20 @@ <h1>Articles by tag</h1>
135129
<a href="what_should_your_mutexes_be_named.html">What should your mutexes be named?</a>
136130
</li>
137131
</ul></li>
132+
<li id="blog"><span class="tag">Blog</span><ul>
133+
<li>
134+
<span class="date">2023-12-15</span>
135+
<a href="feed.html">This blog now has an Atom feed, and yours should probably too</a>
136+
</li>
137+
<li>
138+
<span class="date">2024-02-23</span>
139+
<a href="image_size_reduction.html">Quick and easy PNG image size reduction</a>
140+
</li>
141+
<li>
142+
<span class="date">2025-02-19</span>
143+
<a href="making_my_static_blog_generator_11_times_faster.html">Making my static blog generator <del>11</del> 33 times faster</a>
144+
</li>
145+
</ul></li>
138146
<li id="bpftrace"><span class="tag">Bpftrace</span><ul>
139147
<li>
140148
<span class="date">2025-03-12</span>
@@ -287,12 +295,6 @@ <h1>Articles by tag</h1>
287295
<a href="addressing_cgo_pains_one_at_a_time.html">Addressing CGO pains, one at a time</a>
288296
</li>
289297
</ul></li>
290-
<li id="feed"><span class="tag">Feed</span><ul>
291-
<li>
292-
<span class="date">2023-12-15</span>
293-
<a href="feed.html">This blog now has an Atom feed, and yours should probably too</a>
294-
</li>
295-
</ul></li>
296298
<li id="fossil"><span class="tag">Fossil</span><ul>
297299
<li>
298300
<span class="date">2025-02-19</span>
@@ -747,12 +749,6 @@ <h1>Articles by tag</h1>
747749
<a href="body_of_work.html">Body of work</a>
748750
</li>
749751
</ul></li>
750-
<li id="uuid"><span class="tag">UUID</span><ul>
751-
<li>
752-
<span class="date">2023-12-15</span>
753-
<a href="feed.html">This blog now has an Atom feed, and yours should probably too</a>
754-
</li>
755-
</ul></li>
756752
<li id="unix"><span class="tag">Unix</span><ul>
757753
<li>
758754
<span class="date">2024-11-10</span>

feed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</div>
7979
<div class="article-title">
8080
<h1>This blog now has an Atom feed, and yours should probably too</h1>
81-
<div class="tags"> <a href="/blog/articles-by-tag.html#feed" class="tag">Feed</a> <a href="/blog/articles-by-tag.html#atom" class="tag">Atom</a> <a href="/blog/articles-by-tag.html#uuid" class="tag">UUID</a></div>
81+
<div class="tags"> <a href="/blog/articles-by-tag.html#blog" class="tag">Blog</a></div>
8282
</div>
8383

8484
<p><em>Find it <a href="https://gaultier.github.io/blog/feed.xml">here</a> or in the header on the top right-hand corner.</em></p>

feed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Title: This blog now has an Atom feed, and yours should probably too
2-
Tags: Feed, Atom, UUID
2+
Tags: Blog
33
---
44

55
*Find it [here](https://gaultier.github.io/blog/feed.xml) or in the header on the top right-hand corner.*

image_size_reduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</div>
7979
<div class="article-title">
8080
<h1>Quick and easy PNG image size reduction</h1>
81-
<div class="tags"> <a href="/blog/articles-by-tag.html#optimization" class="tag">Optimization</a> <a href="/blog/articles-by-tag.html#png" class="tag">PNG</a></div>
81+
<div class="tags"> <a href="/blog/articles-by-tag.html#optimization" class="tag">Optimization</a> <a href="/blog/articles-by-tag.html#png" class="tag">PNG</a> <a href="/blog/articles-by-tag.html#blog" class="tag">Blog</a></div>
8282
</div>
8383

8484
<p>I seredenpitously noticed that my blog had somewhat big PNG images. But these are just very simple screenshots. There surely must be a way to reduce their size, without affecting their size or legibility?

image_size_reduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Title: Quick and easy PNG image size reduction
2-
Tags: Optimization, PNG
2+
Tags: Optimization, PNG, Blog
33
---
44

55
I seredenpitously noticed that my blog had somewhat big PNG images. But these are just very simple screenshots. There surely must be a way to reduce their size, without affecting their size or legibility?

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 id="articles">Articles</h2>
140140
<a href="/blog/making_my_static_blog_generator_11_times_faster.html">Making my static blog generator <del>11</del> 33 times faster</a>
141141
</div>
142142
<div class="tags">
143-
<a href="/blog/articles-by-tag.html#optimization" class="tag">Optimization</a> <a href="/blog/articles-by-tag.html#git" class="tag">Git</a> <a href="/blog/articles-by-tag.html#odin" class="tag">Odin</a> <a href="/blog/articles-by-tag.html#fossil" class="tag">Fossil</a></div></li>
143+
<a href="/blog/articles-by-tag.html#optimization" class="tag">Optimization</a> <a href="/blog/articles-by-tag.html#git" class="tag">Git</a> <a href="/blog/articles-by-tag.html#odin" class="tag">Odin</a> <a href="/blog/articles-by-tag.html#fossil" class="tag">Fossil</a> <a href="/blog/articles-by-tag.html#blog" class="tag">Blog</a></div></li>
144144
<li>
145145
<div class="home-link">
146146
<span class="date">2025-02-18</span>
@@ -266,14 +266,14 @@ <h2 id="articles">Articles</h2>
266266
<a href="/blog/image_size_reduction.html">Quick and easy PNG image size reduction</a>
267267
</div>
268268
<div class="tags">
269-
<a href="/blog/articles-by-tag.html#optimization" class="tag">Optimization</a> <a href="/blog/articles-by-tag.html#png" class="tag">PNG</a></div></li>
269+
<a href="/blog/articles-by-tag.html#optimization" class="tag">Optimization</a> <a href="/blog/articles-by-tag.html#png" class="tag">PNG</a> <a href="/blog/articles-by-tag.html#blog" class="tag">Blog</a></div></li>
270270
<li>
271271
<div class="home-link">
272272
<span class="date">2023-12-15</span>
273273
<a href="/blog/feed.html">This blog now has an Atom feed, and yours should probably too</a>
274274
</div>
275275
<div class="tags">
276-
<a href="/blog/articles-by-tag.html#feed" class="tag">Feed</a> <a href="/blog/articles-by-tag.html#atom" class="tag">Atom</a> <a href="/blog/articles-by-tag.html#uuid" class="tag">UUID</a></div></li>
276+
<a href="/blog/articles-by-tag.html#blog" class="tag">Blog</a></div></li>
277277
<li>
278278
<div class="home-link">
279279
<span class="date">2023-12-01</span>

making_my_static_blog_generator_11_times_faster.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</div>
7979
<div class="article-title">
8080
<h1>Making my static blog generator <del>11</del> 33 times faster</h1>
81-
<div class="tags"> <a href="/blog/articles-by-tag.html#optimization" class="tag">Optimization</a> <a href="/blog/articles-by-tag.html#git" class="tag">Git</a> <a href="/blog/articles-by-tag.html#odin" class="tag">Odin</a> <a href="/blog/articles-by-tag.html#fossil" class="tag">Fossil</a></div>
81+
<div class="tags"> <a href="/blog/articles-by-tag.html#optimization" class="tag">Optimization</a> <a href="/blog/articles-by-tag.html#git" class="tag">Git</a> <a href="/blog/articles-by-tag.html#odin" class="tag">Odin</a> <a href="/blog/articles-by-tag.html#fossil" class="tag">Fossil</a> <a href="/blog/articles-by-tag.html#blog" class="tag">Blog</a></div>
8282
</div>
8383
<strong>Table of contents</strong>
8484
<ul>

making_my_static_blog_generator_11_times_faster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Title: Making my static blog generator <del>11</del> 33 times faster
2-
Tags: Optimization, Git, Odin, Fossil
2+
Tags: Optimization, Git, Odin, Fossil, Blog
33
---
44

55
This blog is statically generated from Markdown files. It used to be fast, but nowadays it's not:

0 commit comments

Comments
 (0)