summaryrefslogtreecommitdiff
path: root/pyssg.xyz/live/pyssg.xyz
diff options
context:
space:
mode:
Diffstat (limited to 'pyssg.xyz/live/pyssg.xyz')
-rw-r--r--pyssg.xyz/live/pyssg.xyz/index.html99
-rw-r--r--pyssg.xyz/live/pyssg.xyz/rss.xml39
-rw-r--r--pyssg.xyz/live/pyssg.xyz/sitemap.xml10
-rw-r--r--pyssg.xyz/live/pyssg.xyz/subdir/test2.html19
-rw-r--r--pyssg.xyz/live/pyssg.xyz/test.html26
5 files changed, 101 insertions, 92 deletions
diff --git a/pyssg.xyz/live/pyssg.xyz/index.html b/pyssg.xyz/live/pyssg.xyz/index.html
index 723cbd1..28d94a7 100644
--- a/pyssg.xyz/live/pyssg.xyz/index.html
+++ b/pyssg.xyz/live/pyssg.xyz/index.html
@@ -1,22 +1,97 @@
<!DOCTYPE html>
-<html lang="en">
+<html class="theme-dark" lang="en"
+ prefix="og: https://ogp.me/ns#">
<head>
- <meta charset="utf-8">
<base href="https://static.pyssg.xyz">
- <title>Index -- pyssg</title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel="icon" href="images/icons/favicon.ico">
+<title>pyssg</title>
+<meta name="description" content="PySSG, the python static site generator official website."/>
+<link rel="alternate" type="application/rss+xml" href="https://pyssg.xyz/rss.xml" title="pyssg 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">
+
+ <!-- og meta -->
+ <meta property="og:title" content="pyssg"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:url" content="https://pyssg.xyz/index.html"/>
+ <meta property="og:image" content="https://static.pyssg.xyzimages/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>
- <h1>Index -- pyssg</h1>
- <p>Some text here.</p>
+ <header>
+ <nav>
+ <ul>
+ <li>
+ <a href="https://pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ </li>
- <p>Tags:
- </p>
+ <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>
- <h2>Articles</h2>
- <ul>
- <h3>December 2022</h3>
- <li>Dec 05 - <a href="https://pyssg.xyz/subdir/test2.html">Test file in subdir</a></li>
- <li>Dec 05 - <a href="https://pyssg.xyz/test.html">Index</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></h1>
+
+ <p>
+ Welcome to the official pyssg website. This is as of now serving as a testing ground when I'm making changes to it.
+ </p>
+
+ <p>
+ Get the RSS feed: <a target="_blank" href="https://pyssg.xyz/rss.xml">https://pyssg.xyz/rss.xml</a>
+ </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>
+
+<span>
+ <i class="fas fa-rss" alt="RSS"></i>
+ <a target="_blank" href="https://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/rss.xml b/pyssg.xyz/live/pyssg.xyz/rss.xml
index f55cc2f..39f8c28 100644
--- a/pyssg.xyz/live/pyssg.xyz/rss.xml
+++ b/pyssg.xyz/live/pyssg.xyz/rss.xml
@@ -6,44 +6,29 @@
<title>pyssg</title>
<link>https://pyssg.xyz</link>
<atom:link href="https://pyssg.xyz/rss.xml" rel="self" type="application/rss+xml"/>
- <description>Short site description.</description>
+ <description>PySSG, the python static site generator official website.</description>
<language>en-us</language>
<category>Blog</category>
- <copyright>Copyright 2021 Somebody</copyright>
- <managingEditor>some@one.com (Sombody)</managingEditor>
- <webMaster>some@one.com (Sombody)</webMaster>
+ <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.7.3</generator>
+ <generator>pyssg v0.8.0</generator>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<ttl>30</ttl>
<image>
- <url>https://static.pyssg.xyz/images/blog.png</url>
+ <url>https://static.pyssg.xyz/images/default.png</url>
<title>pyssg</title>
<link>https://pyssg.xyz</link>
</image>
<item>
- <title>Test file in subdir</title>
- <link>https://pyssg.xyz/subdir/test2.html</link>
- <guid isPermaLink="true">https://pyssg.xyz/subdir/test2.html</guid>
- <pubDate>Mon, 05 Dec 2022 10:58:41 GMT</pubDate>
- <description>Second file for testing.</description>
- <content:encoded><![CDATA[<p>This is a small test for the newly added pyssg.xyz.</p>]]></content:encoded>
- </item>
- <item>
- <title>Index</title>
- <link>https://pyssg.xyz/test.html</link>
- <guid isPermaLink="true">https://pyssg.xyz/test.html</guid>
- <pubDate>Mon, 05 Dec 2022 08:05:10 GMT</pubDate>
- <description>Index page for pyssg.xyz.</description>
- <content:encoded><![CDATA[<p>This is a small test for the newly added pyssg.xyz.</p>
-<ul>
-<li>item 1</li>
-<li>item 2</li>
-</ul>
-<h2 id="subheader-1">subheader 1</h2>
-<p><strong>bold</strong></p>
-<p><em>italic</em></p>]]></content:encoded>
+ <title></title>
+ <link>https://pyssg.xyz/index.html</link>
+ <guid isPermaLink="true">https://pyssg.xyz/index.html</guid>
+ <pubDate>Tue, 13 Dec 2022 04:37:03 GMT</pubDate>
+ <description></description>
+ <content:encoded><![CDATA[]]></content:encoded>
</item>
</channel>
</rss> \ No newline at end of file
diff --git a/pyssg.xyz/live/pyssg.xyz/sitemap.xml b/pyssg.xyz/live/pyssg.xyz/sitemap.xml
index 8bc5a06..88e64f7 100644
--- a/pyssg.xyz/live/pyssg.xyz/sitemap.xml
+++ b/pyssg.xyz/live/pyssg.xyz/sitemap.xml
@@ -3,14 +3,8 @@
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/subdir/test2.html</loc>
- <lastmod>2022-12-05</lastmod>
- <changefreq>weekly</changefreq>
- <priority>1.0</priority>
- </url>
- <url>
- <loc>https://pyssg.xyz/test.html</loc>
- <lastmod>2022-12-08</lastmod>
+ <loc>https://pyssg.xyz/index.html</loc>
+ <lastmod>2022-12-13</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
diff --git a/pyssg.xyz/live/pyssg.xyz/subdir/test2.html b/pyssg.xyz/live/pyssg.xyz/subdir/test2.html
deleted file mode 100644
index b804542..0000000
--- a/pyssg.xyz/live/pyssg.xyz/subdir/test2.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <base href="https://static.pyssg.xyz">
- <title>Test file in subdir -- pyssg</title>
- </head>
- <body>
- <h1>Test file in subdir</h1>
- <p>By ['David Luevano']</p>
- <p>Created: Mon, Dec 05, 2022 @ 10:58 UTC</p>
- <p>Modified: </p>
-
- <p>This is a small test for the newly added pyssg.xyz.</p>
-
- <p>Tags:
- </p>
- </body>
-</html>
diff --git a/pyssg.xyz/live/pyssg.xyz/test.html b/pyssg.xyz/live/pyssg.xyz/test.html
deleted file mode 100644
index c788b50..0000000
--- a/pyssg.xyz/live/pyssg.xyz/test.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <base href="https://static.pyssg.xyz">
- <title>Index -- pyssg</title>
- </head>
- <body>
- <h1>Index</h1>
- <p>By ['David Luevano']</p>
- <p>Created: Mon, Dec 05, 2022 @ 08:05 UTC</p>
- <p>Modified: Thu, Dec 08, 2022 @ 06:44 UTC</p>
-
- <p>This is a small test for the newly added pyssg.xyz.</p>
-<ul>
-<li>item 1</li>
-<li>item 2</li>
-</ul>
-<h2 id="subheader-1">subheader 1</h2>
-<p><strong>bold</strong></p>
-<p><em>italic</em></p>
-
- <p>Tags:
- </p>
- </body>
-</html>