summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-27 02:25:40 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-27 02:25:40 -0600
commit369944746e3bf52b93919fe4b10262fa31f15a83 (patch)
tree3afb08522631c0df33c68bde67340af66a2546f9
parent903211371ec1ea6354f3aff0ccb09baf3ed6d33a (diff)
fix links for some pages
-rw-r--r--ChangeLog5
-rw-r--r--pyssg.xyz/config.yaml2
-rw-r--r--pyssg.xyz/db.psv2
-rw-r--r--pyssg.xyz/live/blog/a/second.html2
-rw-r--r--pyssg.xyz/live/blog/first.html2
-rw-r--r--pyssg.xyz/live/blog/index.html2
-rw-r--r--pyssg.xyz/live/blog/rss.xml2
-rw-r--r--pyssg.xyz/live/blog/tag/@english.html2
-rw-r--r--pyssg.xyz/live/blog/tag/@multiple-author.html2
-rw-r--r--pyssg.xyz/live/blog/tag/@short.html2
-rw-r--r--pyssg.xyz/live/blog/tag/@test.html2
-rw-r--r--pyssg.xyz/live/blog/tag/@update.html2
-rw-r--r--pyssg.xyz/live/pyssg.xyz/404.html2
-rw-r--r--pyssg.xyz/live/pyssg.xyz/index.html4
-rw-r--r--pyssg.xyz/live/pyssg.xyz/rss.xml45
-rw-r--r--pyssg.xyz/plt/body/header.html2
-rw-r--r--pyssg.xyz/src/pyssg.xyz/index.md2
17 files changed, 21 insertions, 61 deletions
diff --git a/ChangeLog b/ChangeLog
index 813b24b..29ff8aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
CHANGES
=======
+v0.8.2
+------
+
+* remove unnecessary variables for page object
+
v0.8.1
------
diff --git a/pyssg.xyz/config.yaml b/pyssg.xyz/config.yaml
index 7fa948e..70fb93c 100644
--- a/pyssg.xyz/config.yaml
+++ b/pyssg.xyz/config.yaml
@@ -26,7 +26,7 @@ dirs:
plt: "root_page.html"
tags: False
index: False
- rss: True
+ rss: False
sitemap: True
exclude_dirs: []
...
diff --git a/pyssg.xyz/db.psv b/pyssg.xyz/db.psv
index ed24daa..f884b85 100644
--- a/pyssg.xyz/db.psv
+++ b/pyssg.xyz/db.psv
@@ -1,4 +1,4 @@
test.md|1670227510.7104242|1670481891.6152065|21ef9b29a3a7b73718b244c9f32ef576|-
subdir/test2.md|1670237921.0787709|0.0|309bd695d912634400f1d50b65d51ba3|-
-index.md|1670906223.8776777|1672126402.9697309|010d046f05dd9bb794ad76c7ddcc36a5|-
+index.md|1670906223.8776777|1672129382.4001894|9d901dc4d88e0e89a34e1f3ebfa56cd7|-
404.md|1670985271.2221887|0.0|184dcb50b5aeba89d98679f29f7b6d9e|-
diff --git a/pyssg.xyz/live/blog/a/second.html b/pyssg.xyz/live/blog/a/second.html
index 79c7445..5e9ccfb 100644
--- a/pyssg.xyz/live/blog/a/second.html
+++ b/pyssg.xyz/live/blog/a/second.html
@@ -33,7 +33,7 @@
<nav>
<ul>
<li>
- <a href="https://blog.pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/blog/first.html b/pyssg.xyz/live/blog/first.html
index 2ba22e6..e1a5d5a 100644
--- a/pyssg.xyz/live/blog/first.html
+++ b/pyssg.xyz/live/blog/first.html
@@ -33,7 +33,7 @@
<nav>
<ul>
<li>
- <a href="https://blog.pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/blog/index.html b/pyssg.xyz/live/blog/index.html
index d288454..b732064 100644
--- a/pyssg.xyz/live/blog/index.html
+++ b/pyssg.xyz/live/blog/index.html
@@ -33,7 +33,7 @@
<nav>
<ul>
<li>
- <a href="https://blog.pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/blog/rss.xml b/pyssg.xyz/live/blog/rss.xml
index bb30671..63ac7e9 100644
--- a/pyssg.xyz/live/blog/rss.xml
+++ b/pyssg.xyz/live/blog/rss.xml
@@ -14,7 +14,7 @@
<webMaster>david@luevano.xyz (David Luévano Alvarado)</webMaster>
<pubDate></pubDate>
<lastBuildDate></lastBuildDate>
- <generator>pyssg v0.8.1</generator>
+ <generator>pyssg v0.8.2</generator>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<ttl>30</ttl>
<image>
diff --git a/pyssg.xyz/live/blog/tag/@english.html b/pyssg.xyz/live/blog/tag/@english.html
index f3fca24..fb23c17 100644
--- a/pyssg.xyz/live/blog/tag/@english.html
+++ b/pyssg.xyz/live/blog/tag/@english.html
@@ -33,7 +33,7 @@
<nav>
<ul>
<li>
- <a href="https://blog.pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/blog/tag/@multiple-author.html b/pyssg.xyz/live/blog/tag/@multiple-author.html
index ca3f168..63842aa 100644
--- a/pyssg.xyz/live/blog/tag/@multiple-author.html
+++ b/pyssg.xyz/live/blog/tag/@multiple-author.html
@@ -33,7 +33,7 @@
<nav>
<ul>
<li>
- <a href="https://blog.pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/blog/tag/@short.html b/pyssg.xyz/live/blog/tag/@short.html
index 141c6b9..dc65349 100644
--- a/pyssg.xyz/live/blog/tag/@short.html
+++ b/pyssg.xyz/live/blog/tag/@short.html
@@ -33,7 +33,7 @@
<nav>
<ul>
<li>
- <a href="https://blog.pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/blog/tag/@test.html b/pyssg.xyz/live/blog/tag/@test.html
index 390a522..2f7da04 100644
--- a/pyssg.xyz/live/blog/tag/@test.html
+++ b/pyssg.xyz/live/blog/tag/@test.html
@@ -33,7 +33,7 @@
<nav>
<ul>
<li>
- <a href="https://blog.pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/blog/tag/@update.html b/pyssg.xyz/live/blog/tag/@update.html
index 2a77416..1060499 100644
--- a/pyssg.xyz/live/blog/tag/@update.html
+++ b/pyssg.xyz/live/blog/tag/@update.html
@@ -33,7 +33,7 @@
<nav>
<ul>
<li>
- <a href="https://blog.pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/pyssg.xyz/404.html b/pyssg.xyz/live/pyssg.xyz/404.html
index 0dea386..43abce2 100644
--- a/pyssg.xyz/live/pyssg.xyz/404.html
+++ b/pyssg.xyz/live/pyssg.xyz/404.html
@@ -32,7 +32,7 @@
<nav>
<ul>
<li>
- <a href="https://pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/live/pyssg.xyz/index.html b/pyssg.xyz/live/pyssg.xyz/index.html
index 5a291a8..a830300 100644
--- a/pyssg.xyz/live/pyssg.xyz/index.html
+++ b/pyssg.xyz/live/pyssg.xyz/index.html
@@ -32,7 +32,7 @@
<nav>
<ul>
<li>
- <a href="https://pyssg.xyz"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
@@ -61,7 +61,7 @@
<p>Welcome to the official pyssg website. This is as of now serving as a testing ground when I&rsquo;m making changes to it.</p>
<h2 id="blog">Blog</h2>
<p>You can find the blog (actually just a mock) <a href="https://blog.pyssg.xyz">here</a>.</p>
-<p>Get the RSS feed: <a href="https://pyssg.xyz/rss.xml">https://pyssg.xyz/rss.xml</a></p>
+<p>Get the RSS feed: <a href="https://blog.pyssg.xyz/rss.xml">https://blog.pyssg.xyz/rss.xml</a></p>
</main>
<footer>
diff --git a/pyssg.xyz/live/pyssg.xyz/rss.xml b/pyssg.xyz/live/pyssg.xyz/rss.xml
deleted file mode 100644
index b039e25..0000000
--- a/pyssg.xyz/live/pyssg.xyz/rss.xml
+++ /dev/null
@@ -1,45 +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</title>
- <link>https://pyssg.xyz</link>
- <atom:link href="https://pyssg.xyz/rss.xml" rel="self" type="application/rss+xml"/>
- <description>PySSG, the python static site generator official website.</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.1</generator>
- <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
- <ttl>30</ttl>
- <image>
- <url>https://static.pyssg.xyz/images/default.png</url>
- <title>pyssg</title>
- <link>https://pyssg.xyz</link>
- </image>
- <item>
- <title>404 Not found</title>
- <link>https://pyssg.xyz/404.html</link>
- <guid isPermaLink="true">https://pyssg.xyz/404.html</guid>
- <pubDate>Wed, 14 Dec 2022 02:34:31 GMT</pubDate>
- <description></description>
- <content:encoded><![CDATA[<p>The requested URL doesn&rsquo;t exist. Remove any &ldquo;www.&rdquo; at the beginning of the URL.</p>]]></content:encoded>
- </item>
- <item>
- <title>pyssg</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[<p>Welcome to the official pyssg website. This is as of now serving as a testing ground when I&rsquo;m making changes to it.</p>
-<h2 id="blog">Blog</h2>
-<p>You can find the blog (actually just a mock) <a href="https://blog.pyssg.xyz">here</a>.</p>
-<p>Get the RSS feed: <a href="https://pyssg.xyz/rss.xml">https://pyssg.xyz/rss.xml</a></p>]]></content:encoded>
- </item>
- </channel>
-</rss> \ No newline at end of file
diff --git a/pyssg.xyz/plt/body/header.html b/pyssg.xyz/plt/body/header.html
index 368eab3..a7c4c08 100644
--- a/pyssg.xyz/plt/body/header.html
+++ b/pyssg.xyz/plt/body/header.html
@@ -2,7 +2,7 @@
<nav>
<ul>
<li>
- <a href="{{config['url']['main']}}"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+ <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
</li>
<li>
diff --git a/pyssg.xyz/src/pyssg.xyz/index.md b/pyssg.xyz/src/pyssg.xyz/index.md
index ef30baa..71194a8 100644
--- a/pyssg.xyz/src/pyssg.xyz/index.md
+++ b/pyssg.xyz/src/pyssg.xyz/index.md
@@ -6,4 +6,4 @@ Welcome to the official pyssg website. This is as of now serving as a testing gr
You can find the blog (actually just a mock) [here](https://blog.pyssg.xyz).
-Get the RSS feed: [https://pyssg.xyz/rss.xml](https://pyssg.xyz/rss.xml) \ No newline at end of file
+Get the RSS feed: [https://blog.pyssg.xyz/rss.xml](https://blog.pyssg.xyz/rss.xml) \ No newline at end of file