aboutsummaryrefslogtreecommitdiff
path: root/src/blog/feed.xml
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-06-16 15:54:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-06-16 15:54:30 +0200
commit34587f1c10d5fe0fe32b52f5032665ae8ce87d1a (patch)
tree3e2609c09527180caf61541629efb3e74696e4e8 /src/blog/feed.xml
parenta5d66cb6da3f6ab3b79898769b4d118c8b9e498b (diff)
downloadsebastiano.tronto.net-34587f1c10d5fe0fe32b52f5032665ae8ce87d1a.tar.gz
sebastiano.tronto.net-34587f1c10d5fe0fe32b52f5032665ae8ce87d1a.zip
Added blog post
Diffstat (limited to 'src/blog/feed.xml')
-rw-r--r--src/blog/feed.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/blog/feed.xml b/src/blog/feed.xml
index 58df461..f7582dd 100644
--- a/src/blog/feed.xml
+++ b/src/blog/feed.xml
@@ -9,6 +9,13 @@ Thoughts about software, computers and whatever I feel like sharing
9</description> 9</description>
10 10
11<item> 11<item>
12<title>UNIX text filters, part 0 of 3: regular expressions</title>
13<link>https://sebastiano.tronto.net/blog/2023-06-16-regex</link>
14<description>UNIX text filters, part 0 of 3: regular expressions</description>
15<pubDate>2023-06-16</pubDate>
16</item>
17
18<item>
12<title>I had to debug C code on a smartphone</title> 19<title>I had to debug C code on a smartphone</title>
13<link>https://sebastiano.tronto.net/blog/2023-05-05-debug-smartphone</link> 20<link>https://sebastiano.tronto.net/blog/2023-05-05-debug-smartphone</link>
14<description>I had to debug C code on a smartphone</description> 21<description>I had to debug C code on a smartphone</description>

Generated with cgit - Back to sebastiano.tronto.net