Skip to content

Commit 28728c8

Browse files
deploy: a9d65df
1 parent 4397938 commit 28728c8

File tree

4 files changed

+693
-1
lines changed

4 files changed

+693
-1
lines changed

blog.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
<language>en-gb</language>
88
<docs>https://www.rssboard.org/rss-2-0-1</docs>
99
<item>
10+
<title>Building a Blog in Gleam</title>
11+
<description>2026 is the year of blog posts, or so I hear. The thing is, there are so many
12+
options that you can use to make your blog, many of which are very complicated
13+
and feature rich — and sometimes you just want to start writing, and not have to
14+
deal with all that complexity.</description>
15+
<link>https://gearsco.de/blog/blog-in-gleam</link>
16+
<pubDate>2026-01-20T00:00:00Z</pubDate>
17+
</item>
18+
<item>
1019
<title>Making the Most of Bit Arrays</title>
1120
<description>Gleam has a special piece of syntax that most other languages don't: Bit arrays. They are extremely powerful, but unfortunately the documentation is a little sparse.</description>
1221
<link>https://gearsco.de/blog/bit-array-syntax</link>

0 commit comments

Comments
 (0)