summaryrefslogtreecommitdiff
path: root/blog/dst/rss.xml
blob: c523446fa86ca5c4d7f3ea99628a8be4e56e4757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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>