summaryrefslogtreecommitdiff
path: root/live/luevano.xyz
diff options
context:
space:
mode:
Diffstat (limited to 'live/luevano.xyz')
-rw-r--r--live/luevano.xyz/.well-known/host-meta7
-rw-r--r--live/luevano.xyz/.well-known/host-meta.json12
-rw-r--r--live/luevano.xyz/.well-known/matrix/server3
-rw-r--r--live/luevano.xyz/404.html104
-rw-r--r--live/luevano.xyz/contact.html110
-rw-r--r--live/luevano.xyz/donate.html130
-rw-r--r--live/luevano.xyz/index.html110
-rw-r--r--live/luevano.xyz/robots.txt4
-rw-r--r--live/luevano.xyz/sitemap-index.xml15
-rw-r--r--live/luevano.xyz/sitemap.xml73
10 files changed, 568 insertions, 0 deletions
diff --git a/live/luevano.xyz/.well-known/host-meta b/live/luevano.xyz/.well-known/host-meta
new file mode 100644
index 0000000..ac26975
--- /dev/null
+++ b/live/luevano.xyz/.well-known/host-meta
@@ -0,0 +1,7 @@
+<?xml version='1.0' encoding='utf-8'?>
+<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
+ <Link rel="urn:xmpp:alt-connections:xbosh"
+ href="https://xmpp.luevano.xyz/http-bind" />
+ <Link rel="urn:xmpp:alt-connections:websocket"
+ href="wss://xmpp.luevano.xyz/xmpp-websocket" />
+</XRD>
diff --git a/live/luevano.xyz/.well-known/host-meta.json b/live/luevano.xyz/.well-known/host-meta.json
new file mode 100644
index 0000000..b8cb354
--- /dev/null
+++ b/live/luevano.xyz/.well-known/host-meta.json
@@ -0,0 +1,12 @@
+{
+ "links": [
+ {
+ "rel": "urn:xmpp:alt-connections:xbosh",
+ "href": "https://xmpp.luevano.xyz/http-bind"
+ },
+ {
+ "rel": "urn:xmpp:alt-connections:websocket",
+ "href": "wss://xmpp.luevano.xyz/xmpp-websocket"
+ }
+ ]
+}
diff --git a/live/luevano.xyz/.well-known/matrix/server b/live/luevano.xyz/.well-known/matrix/server
new file mode 100644
index 0000000..b166960
--- /dev/null
+++ b/live/luevano.xyz/.well-known/matrix/server
@@ -0,0 +1,3 @@
+{
+ "m.server": "matrix.luevano.xyz:8448"
+}
diff --git a/live/luevano.xyz/404.html b/live/luevano.xyz/404.html
new file mode 100644
index 0000000..6725a2e
--- /dev/null
+++ b/live/luevano.xyz/404.html
@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html class="theme-dark" lang="en
+"
+ prefix="og: https://ogp.me/ns#">
+ <head>
+ <base href="https://static.luevano.xyz">
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" href="images/icons/favicon.ico">
+<title>Luevano's Site</title>
+<meta name="description" content="My personal website where I host my blog, art gallery and more."/>
+ <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
+ <link rel="alternate" type="application/rss+xml" href="https://art.luevano.xyz/rss.xml" title="Luévano's Art RSS">
+ <!-- general style -->
+ <link rel="stylesheet" type="text/css" href="css/style.css">
+ <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css">
+ <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css">
+ <!-- theme related -->
+ <script type="text/javascript" src="scripts/theme.js"></script>
+ <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css">
+ <!-- extra -->
+ <!-- og meta -->
+ <meta property="og:title" content="Luevano's Site"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:url" content="https://luevano.xyz/404.md"/>
+ <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/>
+ <meta property="og:description" content="My personal website where I host my blog, art gallery and more."/>
+ <meta property="og:locale" content="en"/>
+ <meta property="og:site_name" content="Luevano's Site"/>
+ </head>
+
+ <body>
+ <header>
+<nav>
+ <ul>
+ <li>
+ <a href="https://luevano.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ </li>
+
+ <li>
+ <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a>
+ </li>
+
+ <li>
+ <a href="https://art.luevano.xyz/"><i class="fas fa-paint-brush" alt="Art"></i><span>Art</span></a>
+ </li>
+
+ <li><i class="fab fa-git" alt="Git"></i><span>Git</span>
+ <ul>
+ <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li>
+
+ <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li>
+
+ <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li>
+ </ul>
+ </li>
+
+ <li><i class="fas fa-box-open" alt="Stuff"></i><span>Stuff</span>
+ <ul>
+ <li><a href="https://gb.luevano.xyz/"><i class="fas fa-gamepad" alt="Gameboy"></i><span>Gameboy</span></a></li>
+ </ul>
+ </li>
+ </ul>
+</nav>
+
+<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button>
+
+ </header>
+
+ <main>
+ <h1>404 Not found</h1>
+
+ <figure id="__yafg-figure-1">
+<img alt="Stars" src="images/gifs/stars_1.gif">
+<figcaption></figcaption>
+</figure>
+<p>Hey, it looks like the page you are looking for does not exist.</p>
+ </main>
+
+ <footer>
+<span>
+ <i class="fas fa-address-card" alt="Contact"></i>
+ <a href="https://luevano.xyz/contact.html">Contact</a>
+</span>
+
+<span>
+ <i class="fas fa-donate" alt="Donate"></i>
+ <a href="https://luevano.xyz/donate.html">Donate</a>
+</span>
+
+<br>
+<span class="created-with">
+ <i class="fas fa-hammer" alt="Hammer"></i>
+ Created with <a href="https://github.com/luevano/pyssg">pyssg</a>
+</span>
+
+<br>
+<span class="copyright">
+ Copyright <i class="far fa-copyright" alt="Copyright"></i> 2023 David Luévano Alvarado
+</span>
+
+ </footer>
+ </body>
+</html> \ No newline at end of file
diff --git a/live/luevano.xyz/contact.html b/live/luevano.xyz/contact.html
new file mode 100644
index 0000000..9774171
--- /dev/null
+++ b/live/luevano.xyz/contact.html
@@ -0,0 +1,110 @@
+<!DOCTYPE html>
+<html class="theme-dark" lang="en
+"
+ prefix="og: https://ogp.me/ns#">
+ <head>
+ <base href="https://static.luevano.xyz">
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" href="images/icons/favicon.ico">
+<title>Luevano's Site</title>
+<meta name="description" content="My personal website where I host my blog, art gallery and more."/>
+ <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
+ <link rel="alternate" type="application/rss+xml" href="https://art.luevano.xyz/rss.xml" title="Luévano's Art RSS">
+ <!-- general style -->
+ <link rel="stylesheet" type="text/css" href="css/style.css">
+ <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css">
+ <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css">
+ <!-- theme related -->
+ <script type="text/javascript" src="scripts/theme.js"></script>
+ <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css">
+ <!-- extra -->
+ <!-- og meta -->
+ <meta property="og:title" content="Luevano's Site"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:url" content="https://luevano.xyz/contact.md"/>
+ <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/>
+ <meta property="og:description" content="My personal website where I host my blog, art gallery and more."/>
+ <meta property="og:locale" content="en"/>
+ <meta property="og:site_name" content="Luevano's Site"/>
+ </head>
+
+ <body>
+ <header>
+<nav>
+ <ul>
+ <li>
+ <a href="https://luevano.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ </li>
+
+ <li>
+ <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a>
+ </li>
+
+ <li>
+ <a href="https://art.luevano.xyz/"><i class="fas fa-paint-brush" alt="Art"></i><span>Art</span></a>
+ </li>
+
+ <li><i class="fab fa-git" alt="Git"></i><span>Git</span>
+ <ul>
+ <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li>
+
+ <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li>
+
+ <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li>
+ </ul>
+ </li>
+
+ <li><i class="fas fa-box-open" alt="Stuff"></i><span>Stuff</span>
+ <ul>
+ <li><a href="https://gb.luevano.xyz/"><i class="fas fa-gamepad" alt="Gameboy"></i><span>Gameboy</span></a></li>
+ </ul>
+ </li>
+ </ul>
+</nav>
+
+<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button>
+
+ </header>
+
+ <main>
+ <h1>Contact</h1>
+
+ <p><img class="wrap-right" src="images/gifs/head_talking_1_trans.gif" width="100px" alt="Contact info"></p>
+<p>You can contact me through:</p>
+<ul>
+<li><i class="fas fa-envelope" alt="Email"></i> Email: <a href="mailto:david@luevano.xyz">david@luevano.xyz</a></li>
+<li><i class="fa fa-xmpp" alt="XMPP"></i> <del>XMPP: <a href="xmpp:david@luevano.xyz">david@luevano.xyz</a></del> <ins>Currently not using this.</ins></li>
+</ul>
+<p><a href='https://compliance.conversations.im/server/luevano.xyz'><img src='https://compliance.conversations.im/badge/luevano.xyz'></a></p>
+<p><a href='https://xmpp.net/result.php?domain=luevano.xyz&amp;type=client'><img src='https://xmpp.net/badge.php?domain=luevano.xyz' alt='xmpp.net score'/></a></p>
+<ul>
+<li><i class="fa fa-matrix-org" alt="Matrix.org"></i> <del>Matrix: <a href="https://matrix.to/#/@david:luevano.xyz">@david:luevano.xyz</a></del> <ins>Currently not using this.</ins></li>
+</ul>
+ </main>
+
+ <footer>
+<span>
+ <i class="fas fa-address-card" alt="Contact"></i>
+ <a href="https://luevano.xyz/contact.html">Contact</a>
+</span>
+
+<span>
+ <i class="fas fa-donate" alt="Donate"></i>
+ <a href="https://luevano.xyz/donate.html">Donate</a>
+</span>
+
+<br>
+<span class="created-with">
+ <i class="fas fa-hammer" alt="Hammer"></i>
+ Created with <a href="https://github.com/luevano/pyssg">pyssg</a>
+</span>
+
+<br>
+<span class="copyright">
+ Copyright <i class="far fa-copyright" alt="Copyright"></i> 2023 David Luévano Alvarado
+</span>
+
+ </footer>
+ </body>
+</html> \ No newline at end of file
diff --git a/live/luevano.xyz/donate.html b/live/luevano.xyz/donate.html
new file mode 100644
index 0000000..3bcd1bf
--- /dev/null
+++ b/live/luevano.xyz/donate.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html class="theme-dark" lang="en
+"
+ prefix="og: https://ogp.me/ns#">
+ <head>
+ <base href="https://static.luevano.xyz">
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" href="images/icons/favicon.ico">
+<title>Luevano's Site</title>
+<meta name="description" content="My personal website where I host my blog, art gallery and more."/>
+ <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
+ <link rel="alternate" type="application/rss+xml" href="https://art.luevano.xyz/rss.xml" title="Luévano's Art RSS">
+ <!-- general style -->
+ <link rel="stylesheet" type="text/css" href="css/style.css">
+ <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css">
+ <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css">
+ <!-- theme related -->
+ <script type="text/javascript" src="scripts/theme.js"></script>
+ <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css">
+ <!-- extra -->
+ <!-- og meta -->
+ <meta property="og:title" content="Luevano's Site"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:url" content="https://luevano.xyz/donate.md"/>
+ <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/>
+ <meta property="og:description" content="My personal website where I host my blog, art gallery and more."/>
+ <meta property="og:locale" content="en"/>
+ <meta property="og:site_name" content="Luevano's Site"/>
+ </head>
+
+ <body>
+ <header>
+<nav>
+ <ul>
+ <li>
+ <a href="https://luevano.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ </li>
+
+ <li>
+ <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a>
+ </li>
+
+ <li>
+ <a href="https://art.luevano.xyz/"><i class="fas fa-paint-brush" alt="Art"></i><span>Art</span></a>
+ </li>
+
+ <li><i class="fab fa-git" alt="Git"></i><span>Git</span>
+ <ul>
+ <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li>
+
+ <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li>
+
+ <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li>
+ </ul>
+ </li>
+
+ <li><i class="fas fa-box-open" alt="Stuff"></i><span>Stuff</span>
+ <ul>
+ <li><a href="https://gb.luevano.xyz/"><i class="fas fa-gamepad" alt="Gameboy"></i><span>Gameboy</span></a></li>
+ </ul>
+ </li>
+ </ul>
+</nav>
+
+<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button>
+
+ </header>
+
+ <main>
+ <h1>Donate</h1>
+
+ <p><img class="wrap-right" src="images/gifs/dollar_sign_spin_1.gif" alt="Donate"></p>
+<p>I don&rsquo;t really do much on the internet nor do I provide any type of service, but still, if for some reason you want to donate, you can do it via my <i class="fab fa-paypal" alt="Paypal"></i> <a href="https://paypal.me/dlvna">PayPal</a>, either by its link or using my email <code class="email">david@luevano.xyz</code>.</p>
+<p>I wanted to add more <em>fiat</em> options but I don&rsquo;t have access to them <em>down here</em>. So, instead you could use some of my referral links or donate crypto.</p>
+<h2 id="crypto-addresses">Crypto addresses</h2>
+<ul>
+<li><i class="fab fa-monero" alt="Monero"></i> Monero: (<a href="images/crypto/monero.png">XMR QR</a>) <code class="crypto">83CoxLgBTzb8muMAHtqR4fYmwA6gcvahzRWgA6nWY3x3BCpde9cE4d8G2fFYufb7qTgo8Cc4M8qnNHdDfrXn7bKhAQmXhAq</code></li>
+<li><i class="fab fa-bitcoin" alt="Bitcoin"></i> Bitcoin: (<a href="images/crypto/bitcoin.png">BTC QR</a>) <code class="crypto">bc1qkv5ndcvhw8qljgelze2jua053mmz0rrm7tspxr</code></li>
+</ul>
+<div class="crypto-grid">
+ <figure>
+ <a target="_blank" href="images/crypto/monero.png">
+ <img class="qr" src="images/crypto/monero.png" alt="XMR QR">
+ </a>
+ <figcaption><i class="fab fa-monero" alt="Monero"></i> Monero</figcaption>
+ </figure>
+
+ <figure>
+ <a target="_blank" href="images/crypto/bitcoin.png">
+ <img class="qr" src="images/crypto/bitcoin.png" alt="BTC QR">
+ </a>
+ <figcaption><i class="fab fa-bitcoin" alt="Bitcoin"></i> Bitcoin</figcaption>
+ </figure>
+</div>
+
+<h2 id="affiliate-links">Affiliate links</h2>
+<p>An indirect way of supporting me would be to use affiliate links (of stuff I actually use):</p>
+<ul>
+<li><a href="https://www.vultr.com/?ref=8733834-6G">Vultr</a>: Reliable server hosting, I host <code class="link">luevano.xyz</code> here. <strong>You get $100 USD in credit for a month and if you continue using the service I get $25 after you spend $25 yourself.</strong></li>
+<li><a href="https://hostodo.com/portal/aff.php?aff=914">Hostodo</a>: Cheaper server hosting, I hosted <code class="link">ezclap.xyz</code> here a while back, which is being used only for some game servers and &ldquo;bigger&rdquo; stuff. <strong>I get 12% for every sale and renewal.</strong></li>
+<li><a href="https://www.epik.com/?affid=da5ne9ru4">Epik</a>: Domain registrar, where I buy my domains. <strong>I get 20% of the initial sale.</strong></li>
+</ul>
+ </main>
+
+ <footer>
+<span>
+ <i class="fas fa-address-card" alt="Contact"></i>
+ <a href="https://luevano.xyz/contact.html">Contact</a>
+</span>
+
+<span>
+ <i class="fas fa-donate" alt="Donate"></i>
+ <a href="https://luevano.xyz/donate.html">Donate</a>
+</span>
+
+<br>
+<span class="created-with">
+ <i class="fas fa-hammer" alt="Hammer"></i>
+ Created with <a href="https://github.com/luevano/pyssg">pyssg</a>
+</span>
+
+<br>
+<span class="copyright">
+ Copyright <i class="far fa-copyright" alt="Copyright"></i> 2023 David Luévano Alvarado
+</span>
+
+ </footer>
+ </body>
+</html> \ No newline at end of file
diff --git a/live/luevano.xyz/index.html b/live/luevano.xyz/index.html
new file mode 100644
index 0000000..f1fcaa5
--- /dev/null
+++ b/live/luevano.xyz/index.html
@@ -0,0 +1,110 @@
+<!DOCTYPE html>
+<html class="theme-dark" lang="en
+"
+ prefix="og: https://ogp.me/ns#">
+ <head>
+ <base href="https://static.luevano.xyz">
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" href="images/icons/favicon.ico">
+<title>Luevano's Site</title>
+<meta name="description" content="My personal website where I host my blog, art gallery and more."/>
+ <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
+ <link rel="alternate" type="application/rss+xml" href="https://art.luevano.xyz/rss.xml" title="Luévano's Art RSS">
+ <!-- general style -->
+ <link rel="stylesheet" type="text/css" href="css/style.css">
+ <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css">
+ <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css">
+ <!-- theme related -->
+ <script type="text/javascript" src="scripts/theme.js"></script>
+ <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css">
+ <!-- extra -->
+ <!-- og meta -->
+ <meta property="og:title" content="Luevano's Site"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:url" content="https://luevano.xyz/index.md"/>
+ <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/>
+ <meta property="og:description" content="My personal website where I host my blog, art gallery and more."/>
+ <meta property="og:locale" content="en"/>
+ <meta property="og:site_name" content="Luevano's Site"/>
+ </head>
+
+ <body>
+ <header>
+<nav>
+ <ul>
+ <li>
+ <a href="https://luevano.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ </li>
+
+ <li>
+ <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a>
+ </li>
+
+ <li>
+ <a href="https://art.luevano.xyz/"><i class="fas fa-paint-brush" alt="Art"></i><span>Art</span></a>
+ </li>
+
+ <li><i class="fab fa-git" alt="Git"></i><span>Git</span>
+ <ul>
+ <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li>
+
+ <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li>
+
+ <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li>
+ </ul>
+ </li>
+
+ <li><i class="fas fa-box-open" alt="Stuff"></i><span>Stuff</span>
+ <ul>
+ <li><a href="https://gb.luevano.xyz/"><i class="fas fa-gamepad" alt="Gameboy"></i><span>Gameboy</span></a></li>
+ </ul>
+ </li>
+ </ul>
+</nav>
+
+<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button>
+
+ </header>
+
+ <main>
+ <h1>Luévano's Site</h1>
+
+ <h2 id="welcome">Welcome!</h2>
+<p><mark>Currently recreating the site with the updated pyssg, things might be broken.</mark></p>
+<p>My name is David Luévano and this is my little piece of internet. I&rsquo;m into alot of stuff, but mostly technology, drawing sometimes and&hellip; of course, gaming.</p>
+<p>I have some sites setup here, such as a working <a href="https://blog.luevano.xyz/">blog</a> where I post about whatever, an <a href="https://art.luevano.xyz/">art</a> gallery, and other stuff (check the nav bar).</p>
+<p>Also, yes, yes it is supposed to look like this. This isn&rsquo;t supposed to be a bloated <em>mOdErN</em> website; I use plain HTML and CSS and sometimes a bit of JS (meaning that I use no <em>rEaCt</em> nor <em>bOoTsTrAp</em>).</p>
+<h2 id="rss-feeds"><i class="fas fa-rss" alt="RSS"></i> RSS feeds</h2>
+<p>Get updates about me or what I&rsquo;m doing via RSS feeds. If you don&rsquo;t know what an RSS feed is: <a href="https://www.rssboard.org/rss-specification">RSS 2.0 Specification</a>, or <em>google is your friend</em>.</p>
+<ul>
+<li><i class="fas fa-book-open" alt="Blog"></i> Blog: <a href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a></li>
+<li><i class="fas fa-paint-brush" alt="Art"></i> Art: <a href="https://art.luevano.xyz/rss.xml">https://art.luevano.xyz/rss.xml</a></li>
+</ul>
+ </main>
+
+ <footer>
+<span>
+ <i class="fas fa-address-card" alt="Contact"></i>
+ <a href="https://luevano.xyz/contact.html">Contact</a>
+</span>
+
+<span>
+ <i class="fas fa-donate" alt="Donate"></i>
+ <a href="https://luevano.xyz/donate.html">Donate</a>
+</span>
+
+<br>
+<span class="created-with">
+ <i class="fas fa-hammer" alt="Hammer"></i>
+ Created with <a href="https://github.com/luevano/pyssg">pyssg</a>
+</span>
+
+<br>
+<span class="copyright">
+ Copyright <i class="far fa-copyright" alt="Copyright"></i> 2023 David Luévano Alvarado
+</span>
+
+ </footer>
+ </body>
+</html> \ No newline at end of file
diff --git a/live/luevano.xyz/robots.txt b/live/luevano.xyz/robots.txt
new file mode 100644
index 0000000..e0953dc
--- /dev/null
+++ b/live/luevano.xyz/robots.txt
@@ -0,0 +1,4 @@
+User-agent: *
+Allow: /
+Sitemap: https://luevano.xyz/sitemap-index.xml
+Sitemap: https://luevano.xyz/sitemap.xml
diff --git a/live/luevano.xyz/sitemap-index.xml b/live/luevano.xyz/sitemap-index.xml
new file mode 100644
index 0000000..4e913f8
--- /dev/null
+++ b/live/luevano.xyz/sitemap-index.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+ <sitemap>
+ <loc>https://luevano.xyz/sitemap.xml</loc>
+ <lastmod>2022-12-16</lastmod>
+ </sitemap>
+ <sitemap>
+ <loc>https://blog.luevano.xyz/sitemap.xml</loc>
+ <lastmod>2022-12-16</lastmod>
+ </sitemap>
+ <sitemap>
+ <loc>https://art.luevano.xyz/sitemap.xml</loc>
+ <lastmod>2022-12-16</lastmod>
+ </sitemap>
+</sitemapindex>
diff --git a/live/luevano.xyz/sitemap.xml b/live/luevano.xyz/sitemap.xml
new file mode 100644
index 0000000..5d03c43
--- /dev/null
+++ b/live/luevano.xyz/sitemap.xml
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="utf-8"?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
+<url>
+ <loc>https://luevano.xyz/index.html</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>monthly</changefreq>
+ <priority>1.0</priority>
+</url>
+<url>
+ <loc>https://luevano.xyz/contact.html</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>monthly</changefreq>
+ <priority>1.0</priority>
+</url>
+<url>
+ <loc>https://luevano.xyz/donate.html</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>monthly</changefreq>
+ <priority>1.0</priority>
+</url>
+<url>
+ <loc>https://blog.luevano.xyz</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>daily</changefreq>
+ <priority>1.0</priority>
+</url>
+<url>
+ <loc>https://art.luevano.xyz</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>daily</changefreq>
+ <priority>1.0</priority>
+</url>
+<url>
+ <loc>https://gb.luevano.xyz</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>monthly</changefreq>
+ <priority>0.5</priority>
+</url>
+<url>
+ <loc>https://git.luevano.xyz</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>daily</changefreq>
+ <priority>1.0</priority>
+</url>
+
+ <url>
+ <loc>https://luevano.xyz/donate.html</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>weekly</changefreq>
+ <priority>1.0</priority>
+ </url>
+ <url>
+ <loc>https://luevano.xyz/contact.html</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>weekly</changefreq>
+ <priority>1.0</priority>
+ </url>
+ <url>
+ <loc>https://luevano.xyz/404.html</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>weekly</changefreq>
+ <priority>1.0</priority>
+ </url>
+ <url>
+ <loc>https://luevano.xyz/index.html</loc>
+ <lastmod>2022-12-16</lastmod>
+ <changefreq>weekly</changefreq>
+ <priority>1.0</priority>
+ </url>
+
+</urlset> \ No newline at end of file