aboutsummaryrefslogtreecommitdiff
path: root/src/blog
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-05-20 21:27:20 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-05-20 21:27:20 +0200
commita9f3c8acf55984553e13e3343003717eaf1abc96 (patch)
tree3503e3fed4d3b5486c29803cbbd9144ccf3d4939 /src/blog
parentb2de644f640215fa5c92087cb6fa7b03b0f2a478 (diff)
downloadsebastiano.tronto.net-a9f3c8acf55984553e13e3343003717eaf1abc96.tar.gz
sebastiano.tronto.net-a9f3c8acf55984553e13e3343003717eaf1abc96.zip
Added blog
Diffstat (limited to 'src/blog')
-rw-r--r--src/blog/blog.md4
-rw-r--r--src/blog/feed.xml13
2 files changed, 17 insertions, 0 deletions
diff --git a/src/blog/blog.md b/src/blog/blog.md
new file mode 100644
index 0000000..aa51ab7
--- /dev/null
+++ b/src/blog/blog.md
@@ -0,0 +1,4 @@
1# Blog
2
3[RSS Feed](feed.xml)
4
diff --git a/src/blog/feed.xml b/src/blog/feed.xml
new file mode 100644
index 0000000..7154cf8
--- /dev/null
+++ b/src/blog/feed.xml
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="UTF-8" ?>
2<rss version="2.0">
3
4<channel>
5<title>Sebastiano Tronto's blog</title>
6<link>https://sebastiano.tronto.net/blog</link>
7<description>
8Thoughts about software, computers and whatever I feel like sharing
9</description>
10
11
12</channel>
13</rss>

Generated with cgit - Back to sebastiano.tronto.net