diff options
Diffstat (limited to 'pyssg.xyz')
-rw-r--r-- | pyssg.xyz/live/blog/a/second.html | 106 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/first.html | 103 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/index.html | 109 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/rss.xml | 90 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/sitemap.xml | 54 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/tag/@english.html | 101 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/tag/@multiple-author.html | 98 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/tag/@short.html | 101 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/tag/@test.html | 101 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/tag/@update.html | 101 | ||||
-rw-r--r-- | pyssg.xyz/live/blog/toc_test.html | 130 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/404.html | 87 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/index.html | 94 | ||||
-rw-r--r-- | pyssg.xyz/live/pyssg.xyz/sitemap.xml | 18 |
14 files changed, 0 insertions, 1293 deletions
diff --git a/pyssg.xyz/live/blog/a/second.html b/pyssg.xyz/live/blog/a/second.html deleted file mode 100644 index b89acab..0000000 --- a/pyssg.xyz/live/blog/a/second.html +++ /dev/null @@ -1,106 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Second blog post for testing purposes -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/a/second.md"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> - <h1>Second blog post for testing purposes</h1> - - <p>By David Luévano, Someone Else</p> - <p>Created: Thu, Dec 15, 2022 @ 04:17 UTC</p> - <p>Modified: Thu, Dec 15, 2022 @ 04:34 UTC</p> - - <p>A second “blog entry” for testing purposes which uses multiple authors and is inside a subdirectory.</p> -<p>Added a modification here after first submission.</p> - -<p>Tags: - <a href="https://blog.pyssg.xyz/tag/@english.html">english</a>, - <a href="https://blog.pyssg.xyz/tag/@multiple-author.html">multiple-author</a>, - <a href="https://blog.pyssg.xyz/tag/@short.html">short</a>, - <a href="https://blog.pyssg.xyz/tag/@test.html">test</a>, - <a href="https://blog.pyssg.xyz/tag/@update.html">update</a> -</p> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/blog/first.html b/pyssg.xyz/live/blog/first.html deleted file mode 100644 index e6600b3..0000000 --- a/pyssg.xyz/live/blog/first.html +++ /dev/null @@ -1,103 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>First blog post for testing purposes -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/first.md"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> - <h1>First blog post for testing purposes</h1> - - <p>By David Luévano</p> - <p>Created: Thu, Dec 15, 2022 @ 03:51 UTC</p> - - <p>Even though I have this “blog” subdomain and page setup, doesn’t mean I’ll be blogging for pyssg, this is just to serve as an example for the types of sites that pyssg can be used for.</p> - -<p>Tags: - <a href="https://blog.pyssg.xyz/tag/@english.html">english</a>, - <a href="https://blog.pyssg.xyz/tag/@short.html">short</a>, - <a href="https://blog.pyssg.xyz/tag/@test.html">test</a>, - <a href="https://blog.pyssg.xyz/tag/@update.html">update</a> -</p> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/blog/index.html b/pyssg.xyz/live/blog/index.html deleted file mode 100644 index ef7845d..0000000 --- a/pyssg.xyz/live/blog/index.html +++ /dev/null @@ -1,109 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Index -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/index.html"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> -<h1>Index -- pyssg blog</h1> -<p>Some text here.</p> - -<p>Tags: - <a href="https://blog.pyssg.xyz/tag/@english.html">english</a>, - <a href="https://blog.pyssg.xyz/tag/@multiple-author.html">multiple-author</a>, - <a href="https://blog.pyssg.xyz/tag/@short.html">short</a>, - <a href="https://blog.pyssg.xyz/tag/@test.html">test</a>, - <a href="https://blog.pyssg.xyz/tag/@update.html">update</a> -</p> - -<h2>Articles</h2> -<ul> - <h3>February 2023</h3> - <li>Feb 18 - <a href="https://blog.pyssg.xyz/toc_test.html">Table of contents test</a></li> - <h3>December 2022</h3> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/a/second.html">Second blog post for testing purposes</a></li> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/first.html">First blog post for testing purposes</a></li> -</ul> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/blog/rss.xml b/pyssg.xyz/live/blog/rss.xml deleted file mode 100644 index da0a404..0000000 --- a/pyssg.xyz/live/blog/rss.xml +++ /dev/null @@ -1,90 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<rss version="2.0" - xmlns:atom="http://www.w3.org/2005/Atom" - xmlns:content="http://purl.org/rss/1.0/modules/content/"> - <channel> - <title>pyssg blog</title> - <link>https://blog.pyssg.xyz</link> - <atom:link href="https://blog.pyssg.xyz/rss.xml" rel="self" type="application/rss+xml"/> - <description>PySSG blog, the python static site generator official blog.</description> - <language>en-us</language> - <category>Blog</category> - <copyright>Copyright 2023 David Luévano Alvarado</copyright> - <managingEditor>david@luevano.xyz (David Luévano Alvarado)</managingEditor> - <webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster> - <pubDate></pubDate> - <lastBuildDate></lastBuildDate> - <generator>pyssg v0.8.4.dev1</generator> - <docs>https://validator.w3.org/feed/docs/rss2.html</docs> - <ttl>30</ttl> - <image> - <url>https://static.luevano.xyz/images/default.png</url> - <title>pyssg blog</title> - <link>https://blog.pyssg.xyz</link> - </image> - <item> - <title>Table of contents test</title> - <link>https://blog.pyssg.xyz/toc_test.html</link> - <guid isPermaLink="true">https://blog.pyssg.xyz/toc_test.html</guid> - <pubDate>Sat, 18 Feb 2023 21:50:15 GMT</pubDate> - <category>English</category> - <category>Short</category> - <category>Test</category> - <category>Update</category> - <description>This is just a post used for testing.</description> - <content:encoded><![CDATA[<p>This is just a table of content test. This uses the <code>[TOC]</code> markdown syntax, as described at <a href="https://python-markdown.github.io/extensions/toc/">python-markdown toc</a>.</p> -<h3 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">¶</a></h3> -<div class="toc"> -<ul> -<li><a href="#table-of-contents">Table of contents</a></li> -<li><a href="#hello">Hello</a><ul> -<li><a href="#no">No</a></li> -</ul> -</li> -<li><a href="#test">Test?</a><ul> -<li><a href="#second">Second</a><ul> -<li><a href="#test-2">Test 2?</a></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<h3 id="hello">Hello<a class="headerlink" href="#hello" title="Permanent link">¶</a></h3> -<p>Anyone there?</p> -<h4 id="no">No<a class="headerlink" href="#no" title="Permanent link">¶</a></h4> -<p>Nobody.</p> -<h3 id="test">Test?<a class="headerlink" href="#test" title="Permanent link">¶</a></h3> -<p>Don’t know how many of these I’ll “test”.</p> -<h4 id="second">Second<a class="headerlink" href="#second" title="Permanent link">¶</a></h4> -<h5 id="test-2">Test 2?<a class="headerlink" href="#test-2" title="Permanent link">¶</a></h5> -<p>Last one</p>]]></content:encoded> - </item> - <item> - <title>Second blog post for testing purposes</title> - <link>https://blog.pyssg.xyz/a/second.html</link> - <guid isPermaLink="true">https://blog.pyssg.xyz/a/second.html</guid> - <pubDate>Thu, 15 Dec 2022 04:17:11 GMT</pubDate> - <category>English</category> - <category>Multiple-author</category> - <category>Short</category> - <category>Test</category> - <category>Update</category> - <description>This is just a post used for testing (the second).</description> - <content:encoded><![CDATA[<p>A second “blog entry” for testing purposes which uses multiple authors and is inside a subdirectory.</p> -<p>Added a modification here after first submission.</p>]]></content:encoded> - </item> - <item> - <title>First blog post for testing purposes</title> - <link>https://blog.pyssg.xyz/first.html</link> - <guid isPermaLink="true">https://blog.pyssg.xyz/first.html</guid> - <pubDate>Thu, 15 Dec 2022 03:51:51 GMT</pubDate> - <category>English</category> - <category>Short</category> - <category>Test</category> - <category>Update</category> - <description>This is just a post used for testing.</description> - <content:encoded><![CDATA[<p>Even though I have this “blog” subdomain and page setup, doesn’t mean I’ll be blogging for pyssg, this is just to serve as an example for the types of sites that pyssg can be used for.</p>]]></content:encoded> - </item> - </channel> -</rss>
\ No newline at end of file diff --git a/pyssg.xyz/live/blog/sitemap.xml b/pyssg.xyz/live/blog/sitemap.xml deleted file mode 100644 index c494105..0000000 --- a/pyssg.xyz/live/blog/sitemap.xml +++ /dev/null @@ -1,54 +0,0 @@ -<?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://blog.pyssg.xyz/toc_test.html</loc> - <lastmod>2023-05-01</lastmod> - <changefreq>weekly</changefreq> - <priority>1.0</priority> - </url> - <url> - <loc>https://blog.pyssg.xyz/a/second.html</loc> - <lastmod>2022-12-15</lastmod> - <changefreq>weekly</changefreq> - <priority>1.0</priority> - </url> - <url> - <loc>https://blog.pyssg.xyz/first.html</loc> - <lastmod>2022-12-15</lastmod> - <changefreq>weekly</changefreq> - <priority>1.0</priority> - </url> - - <url> - <loc>https://blog.pyssg.xyz/tag/@english.html</loc> - <lastmod></lastmod> - <changefreq>daily</changefreq> - <priority>0.5</priority> - </url> - <url> - <loc>https://blog.pyssg.xyz/tag/@multiple-author.html</loc> - <lastmod></lastmod> - <changefreq>daily</changefreq> - <priority>0.5</priority> - </url> - <url> - <loc>https://blog.pyssg.xyz/tag/@short.html</loc> - <lastmod></lastmod> - <changefreq>daily</changefreq> - <priority>0.5</priority> - </url> - <url> - <loc>https://blog.pyssg.xyz/tag/@test.html</loc> - <lastmod></lastmod> - <changefreq>daily</changefreq> - <priority>0.5</priority> - </url> - <url> - <loc>https://blog.pyssg.xyz/tag/@update.html</loc> - <lastmod></lastmod> - <changefreq>daily</changefreq> - <priority>0.5</priority> - </url> -</urlset>
\ No newline at end of file diff --git a/pyssg.xyz/live/blog/tag/@english.html b/pyssg.xyz/live/blog/tag/@english.html deleted file mode 100644 index 5305795..0000000 --- a/pyssg.xyz/live/blog/tag/@english.html +++ /dev/null @@ -1,101 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Posts filtered by english -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/tag/@english.html"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> -<h1>Posts filtered by english</h1> -<p>Some text here.</p> - -<h2>Articles</h2> -<ul> - <h3>February 2023</h3> - <li>Feb 18 - <a href="https://blog.pyssg.xyz/toc_test.html">Table of contents test</a></li> - <h3>December 2022</h3> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/a/second.html">Second blog post for testing purposes</a></li> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/first.html">First blog post for testing purposes</a></li> -</ul> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/blog/tag/@multiple-author.html b/pyssg.xyz/live/blog/tag/@multiple-author.html deleted file mode 100644 index 6c0ddc2..0000000 --- a/pyssg.xyz/live/blog/tag/@multiple-author.html +++ /dev/null @@ -1,98 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Posts filtered by multiple-author -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/tag/@multiple-author.html"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> -<h1>Posts filtered by multiple-author</h1> -<p>Some text here.</p> - -<h2>Articles</h2> -<ul> - <h3>December 2022</h3> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/a/second.html">Second blog post for testing purposes</a></li> -</ul> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/blog/tag/@short.html b/pyssg.xyz/live/blog/tag/@short.html deleted file mode 100644 index dab2121..0000000 --- a/pyssg.xyz/live/blog/tag/@short.html +++ /dev/null @@ -1,101 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Posts filtered by short -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/tag/@short.html"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> -<h1>Posts filtered by short</h1> -<p>Some text here.</p> - -<h2>Articles</h2> -<ul> - <h3>February 2023</h3> - <li>Feb 18 - <a href="https://blog.pyssg.xyz/toc_test.html">Table of contents test</a></li> - <h3>December 2022</h3> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/a/second.html">Second blog post for testing purposes</a></li> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/first.html">First blog post for testing purposes</a></li> -</ul> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/blog/tag/@test.html b/pyssg.xyz/live/blog/tag/@test.html deleted file mode 100644 index 2f4cd25..0000000 --- a/pyssg.xyz/live/blog/tag/@test.html +++ /dev/null @@ -1,101 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Posts filtered by test -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/tag/@test.html"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> -<h1>Posts filtered by test</h1> -<p>Some text here.</p> - -<h2>Articles</h2> -<ul> - <h3>February 2023</h3> - <li>Feb 18 - <a href="https://blog.pyssg.xyz/toc_test.html">Table of contents test</a></li> - <h3>December 2022</h3> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/a/second.html">Second blog post for testing purposes</a></li> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/first.html">First blog post for testing purposes</a></li> -</ul> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/blog/tag/@update.html b/pyssg.xyz/live/blog/tag/@update.html deleted file mode 100644 index e7f14eb..0000000 --- a/pyssg.xyz/live/blog/tag/@update.html +++ /dev/null @@ -1,101 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Posts filtered by update -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/tag/@update.html"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> -<h1>Posts filtered by update</h1> -<p>Some text here.</p> - -<h2>Articles</h2> -<ul> - <h3>February 2023</h3> - <li>Feb 18 - <a href="https://blog.pyssg.xyz/toc_test.html">Table of contents test</a></li> - <h3>December 2022</h3> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/a/second.html">Second blog post for testing purposes</a></li> - <li>Dec 15 - <a href="https://blog.pyssg.xyz/first.html">First blog post for testing purposes</a></li> -</ul> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/blog/toc_test.html b/pyssg.xyz/live/blog/toc_test.html deleted file mode 100644 index 12b3cfa..0000000 --- a/pyssg.xyz/live/blog/toc_test.html +++ /dev/null @@ -1,130 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>Table of contents test -- pyssg blog</title> -<meta name="description" content="PySSG blog, the python static site generator official blog."/> -<link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg blog"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://blog.pyssg.xyz/toc_test.md"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg blog"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> - <h1>Table of contents test</h1> - - <p>By David Luévano</p> - <p>Created: Sat, Feb 18, 2023 @ 21:50 UTC</p> - <p>Modified: Mon, May 01, 2023 @ 15:22 UTC</p> - - <p>This is just a table of content test. This uses the <code>[TOC]</code> markdown syntax, as described at <a href="https://python-markdown.github.io/extensions/toc/">python-markdown toc</a>.</p> -<h3 id="table-of-contents">Table of contents<a class="headerlink" href="#table-of-contents" title="Permanent link">¶</a></h3> -<div class="toc"> -<ul> -<li><a href="#table-of-contents">Table of contents</a></li> -<li><a href="#hello">Hello</a><ul> -<li><a href="#no">No</a></li> -</ul> -</li> -<li><a href="#test">Test?</a><ul> -<li><a href="#second">Second</a><ul> -<li><a href="#test-2">Test 2?</a></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<h3 id="hello">Hello<a class="headerlink" href="#hello" title="Permanent link">¶</a></h3> -<p>Anyone there?</p> -<h4 id="no">No<a class="headerlink" href="#no" title="Permanent link">¶</a></h4> -<p>Nobody.</p> -<h3 id="test">Test?<a class="headerlink" href="#test" title="Permanent link">¶</a></h3> -<p>Don’t know how many of these I’ll “test”.</p> -<h4 id="second">Second<a class="headerlink" href="#second" title="Permanent link">¶</a></h4> -<h5 id="test-2">Test 2?<a class="headerlink" href="#test-2" title="Permanent link">¶</a></h5> -<p>Last one</p> - -<p>Tags: - <a href="https://blog.pyssg.xyz/tag/@english.html">english</a>, - <a href="https://blog.pyssg.xyz/tag/@short.html">short</a>, - <a href="https://blog.pyssg.xyz/tag/@test.html">test</a>, - <a href="https://blog.pyssg.xyz/tag/@update.html">update</a> -</p> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://blog.pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://blog.pyssg.xyz/donate.html">Donate</a> -</span> - -<span> - <i class="fas fa-rss" alt="RSS"></i> - <a target="_blank" href="https://blog.pyssg.xyz/rss.xml">RSS</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/pyssg.xyz/live/pyssg.xyz/404.html b/pyssg.xyz/live/pyssg.xyz/404.html deleted file mode 100644 index b158f5b..0000000 --- a/pyssg.xyz/live/pyssg.xyz/404.html +++ /dev/null @@ -1,87 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>pyssg</title> -<meta name="description" content="PySSG, the python static site generator official website."/> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://pyssg.xyz/404.md"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG, the python static site generator official website."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </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> - - <p>The requested URL doesn’t exist. Remove any “www.” at the beginning of the URL.</p> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://pyssg.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/pyssg.xyz/live/pyssg.xyz/index.html b/pyssg.xyz/live/pyssg.xyz/index.html deleted file mode 100644 index ebdfc3f..0000000 --- a/pyssg.xyz/live/pyssg.xyz/index.html +++ /dev/null @@ -1,94 +0,0 @@ -<!DOCTYPE html> -<html class="theme-dark" lang="en -" - prefix="og: https://ogp.me/ns#"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> -<title>pyssg</title> -<meta name="description" content="PySSG, the python static site generator official website."/> - <!-- general style --> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> - <!-- theme related --> - <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> - <!-- extra --> - <!-- og meta --> - <meta property="og:title" content="pyssg"/> - <meta property="og:type" content="article"/> - <meta property="og:url" content="https://pyssg.xyz/index.md"/> - <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> - <meta property="og:description" content="PySSG, the python static site generator official website."/> - <meta property="og:locale" content="en"/> - <meta property="og:site_name" content="pyssg"/> - </head> - - <body> - <header> -<nav> - <ul> - <li> - <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> - </li> - - <li> - <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</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> - </ul> -</nav> - -<button class="theme-switcher" onclick="toggleTheme()"><i class="fas fa-moon"></i><i class="fas fa-sun"></i></button> - - </header> - - <main> - <h1>pyssg</h1> - - <p>Welcome to the official pyssg website. For now this is just used as testing grounds for pyssg changes.</p> -<h3 id="blog">Blog<a class="headerlink" href="#blog" title="Permanent link">¶</a></h3> -<ul> -<li>Mock blog where I test some features: <a href="https://blog.pyssg.xyz">pyssg blog</a> -RSS: <a href="https://blog.pyssg.xyz/rss.xml">https://blog.pyssg.xyz/rss.xml</a></li> -<li>Personal blog that I normally use: <a href="https://blog.luevano.xyz">Luévano’s blog</a> -RSS: <a href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a></li> -</ul> - </main> - - <footer> -<span> - <i class="fas fa-address-card" alt="Contact"></i> - <a href="https://pyssg.xyz/contact.html">Contact</a> -</span> - -<span> - <i class="fas fa-donate" alt="Donate"></i> - <a href="https://pyssg.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/pyssg.xyz/live/pyssg.xyz/sitemap.xml b/pyssg.xyz/live/pyssg.xyz/sitemap.xml deleted file mode 100644 index 54ef0b6..0000000 --- a/pyssg.xyz/live/pyssg.xyz/sitemap.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?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://pyssg.xyz/404.html</loc> - <lastmod>2022-12-14</lastmod> - <changefreq>weekly</changefreq> - <priority>1.0</priority> - </url> - <url> - <loc>https://pyssg.xyz/index.html</loc> - <lastmod>2023-05-01</lastmod> - <changefreq>weekly</changefreq> - <priority>1.0</priority> - </url> - -</urlset>
\ No newline at end of file |