aboutsummaryrefslogtreecommitdiff
path: root/src/blog/feed.xml
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-07-29 23:09:08 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-07-29 23:09:08 +0200
commit555bbbac1a475639b21a8ceebdd3cf0a06c742d3 (patch)
tree411547e4a46484d9f26c7d0f342dccc974383bee /src/blog/feed.xml
parent1cddcc1dc5c24a87ca464eceddcf35745ed89c7c (diff)
parent1aadd39937cf9b0688ab680efe41faca471f459b (diff)
downloadsebastiano.tronto.net-555bbbac1a475639b21a8ceebdd3cf0a06c742d3.tar.gz
sebastiano.tronto.net-555bbbac1a475639b21a8ceebdd3cf0a06c742d3.zip
Merge branch 'master' of tronto.net:sebastiano.tronto.net
Diffstat (limited to 'src/blog/feed.xml')
-rw-r--r--src/blog/feed.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/blog/feed.xml b/src/blog/feed.xml
index 58df461..9c39603 100644
--- a/src/blog/feed.xml
+++ b/src/blog/feed.xml
@@ -9,6 +9,20 @@ Thoughts about software, computers and whatever I feel like sharing
9</description> 9</description>
10 10
11<item> 11<item>
12<title>My minimalistic RSS feed setup</title>
13<link>https://sebastiano.tronto.net/blog/2023-07-11-feed</link>
14<description>My minimalistic RSS feed setup</description>
15<pubDate>2023-07-11</pubDate>
16</item>
17
18<item>
19<title>UNIX text filters, part 0 of 3: regular expressions</title>
20<link>https://sebastiano.tronto.net/blog/2023-06-16-regex</link>
21<description>UNIX text filters, part 0 of 3: regular expressions</description>
22<pubDate>2023-06-16</pubDate>
23</item>
24
25<item>
12<title>I had to debug C code on a smartphone</title> 26<title>I had to debug C code on a smartphone</title>
13<link>https://sebastiano.tronto.net/blog/2023-05-05-debug-smartphone</link> 27<link>https://sebastiano.tronto.net/blog/2023-05-05-debug-smartphone</link>
14<description>I had to debug C code on a smartphone</description> 28<description>I had to debug C code on a smartphone</description>

Generated with cgit - Back to sebastiano.tronto.net