diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-07-11 23:21:25 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-07-11 23:21:25 +0200 |
| commit | 1aadd39937cf9b0688ab680efe41faca471f459b (patch) | |
| tree | 19fdaec1b16e89340af4bc0b43a3ce98ad838486 /src/blog/feed.xml | |
| parent | 34587f1c10d5fe0fe32b52f5032665ae8ce87d1a (diff) | |
| download | sebastiano.tronto.net-1aadd39937cf9b0688ab680efe41faca471f459b.tar.gz sebastiano.tronto.net-1aadd39937cf9b0688ab680efe41faca471f459b.zip | |
Added blog post
Diffstat (limited to 'src/blog/feed.xml')
| -rw-r--r-- | src/blog/feed.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/blog/feed.xml b/src/blog/feed.xml index f7582dd..9c39603 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>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> | ||
| 12 | <title>UNIX text filters, part 0 of 3: regular expressions</title> | 19 | <title>UNIX text filters, part 0 of 3: regular expressions</title> |
| 13 | <link>https://sebastiano.tronto.net/blog/2023-06-16-regex</link> | 20 | <link>https://sebastiano.tronto.net/blog/2023-06-16-regex</link> |
| 14 | <description>UNIX text filters, part 0 of 3: regular expressions</description> | 21 | <description>UNIX text filters, part 0 of 3: regular expressions</description> |
