summaryrefslogtreecommitdiff
path: root/blog/dst/rss.xml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-23 17:44:17 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-23 17:44:17 -0600
commitc99a10e28b00a913f3c6141e29a908616f625b31 (patch)
treefd302f8bc2b231fd4c05609cc39c8c7696bb0d93 /blog/dst/rss.xml
parentd8153a70dccc678d854ee0ff55bebe71f7c4417a (diff)
add rss support
Diffstat (limited to 'blog/dst/rss.xml')
-rw-r--r--blog/dst/rss.xml80
1 files changed, 80 insertions, 0 deletions
diff --git a/blog/dst/rss.xml b/blog/dst/rss.xml
new file mode 100644
index 0000000..c523446
--- /dev/null
+++ b/blog/dst/rss.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Luévano's Blog</title>
+ <link>https://blog.luevano.xyz</link>
+ <atom:link href="https://blog.luevano.xyz/rss.xml" rel="self" type="application/rss+xml"/>
+ <description>A personal weblog ranging from rants to how to's and other thoughts.</description>
+ <language>en-us</language>
+ <copyright>Copyright 2021 David Luévano Alvarado</copyright>
+ <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor>
+ <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster>
+ <pubDate>Sun, 23 May 2021 23:43:37 GMT</pubDate>
+ <lastBuildDate>Sun, 23 May 2021 23:43:37 GMT</lastBuildDate>
+ <generator>pyssg v0.3.0</generator>
+ <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
+ <ttl>30</ttl>
+ <image>
+ <url>https://static.luevano.xyz/images/blog.png</url>
+ <title>Luévano's Blog</title>
+ <link>https://blog.luevano.xyz</link>
+ </image>
+ <item>
+ <title>Create a git server and setup cgit web app (on Nginx)</title>
+ <link>https://blog.luevano.xyz/a/git_server_with_cgit.html</link>
+ <description>How to create a git server using cgit on a server running Nginx. This is a follow up on post about creating a website with Nginx and Certbot.</description>
+ <guid isPermaLink="true">https://blog.luevano.xyz/a/git_server_with_cgit.html</guid>
+ <pubDate>Sun, 21 Mar 2021 19:00:29 GMT</pubDate>
+ </item>
+ <item>
+ <title>Create a mail server with Postfix, Dovecot, SpamAssassin and OpenDKIM</title>
+ <link>https://blog.luevano.xyz/a/mail_server_with_postfix.html</link>
+ <description>How to create mail server using Postfix, Dovecot, SpamAssassin and OpenDKIM. This is a follow up on post about creating a website with Nginx and Certbot.</description>
+ <guid isPermaLink="true">https://blog.luevano.xyz/a/mail_server_with_postfix.html</guid>
+ <pubDate>Sun, 21 Mar 2021 04:05:59 GMT</pubDate>
+ </item>
+ <item>
+ <title>Create a website with Nginx and Certbot</title>
+ <link>https://blog.luevano.xyz/a/website_with_nginx.html</link>
+ <description>How to create website that runs on Nginx and uses Certbot for SSL certificates. This is a base for future blog posts about similar topics.</description>
+ <guid isPermaLink="true">https://blog.luevano.xyz/a/website_with_nginx.html</guid>
+ <pubDate>Fri, 19 Mar 2021 02:58:15 GMT</pubDate>
+ </item>
+ <item>
+ <title>Así es raza, el blog ya tiene timestamps</title>
+ <link>https://blog.luevano.xyz/a/el_blog_ya_tiene_timestamps.html</link>
+ <description>Actualización en el estado del blog y el sistema usado para crearlo.</description>
+ <guid isPermaLink="true">https://blog.luevano.xyz/a/el_blog_ya_tiene_timestamps.html</guid>
+ <pubDate>Tue, 16 Mar 2021 02:46:24 GMT</pubDate>
+ </item>
+ <item>
+ <title>Shell scripting tutorial video notes</title>
+ <link>https://blog.luevano.xyz/a/shell_scripting.html</link>
+ <description>Notes of videos about shell scripting, as requested by a mentor of mine.</description>
+ <guid isPermaLink="true">https://blog.luevano.xyz/a/shell_scripting.html</guid>
+ <pubDate>Sun, 14 Mar 2021 05:57:34 GMT</pubDate>
+ </item>
+ <item>
+ <title>Linux tutorial video notes</title>
+ <link>https://blog.luevano.xyz/a/linux_video_notes.html</link>
+ <description>Notes of videos about basic Linux terms, usage and commands, as requested by a mentor of mine.</description>
+ <guid isPermaLink="true">https://blog.luevano.xyz/a/linux_video_notes.html</guid>
+ <pubDate>Sun, 14 Mar 2021 05:57:23 GMT</pubDate>
+ </item>
+ <item>
+ <title>SQL tutorial video notes</title>
+ <link>https://blog.luevano.xyz/a/sql_video_notes.html</link>
+ <description>Notes of videos about basic SQL syntax and usage, as requested by a mentor of mine.</description>
+ <guid isPermaLink="true">https://blog.luevano.xyz/a/sql_video_notes.html</guid>
+ <pubDate>Tue, 02 Mar 2021 14:35:11 GMT</pubDate>
+ </item>
+ <item>
+ <title>This is the first blog post, just for testing purposes</title>
+ <link>https://blog.luevano.xyz/a/first_blog_post.html</link>
+ <description>Just my first blog post where I state what tools I'm using to build this blog.</description>
+ <guid isPermaLink="true">https://blog.luevano.xyz/a/first_blog_post.html</guid>
+ <pubDate>Sat, 27 Feb 2021 13:08:33 GMT</pubDate>
+ </item>
+
+ </channel>
+</rss>