commit 9446e197ca5a4aa70b82db900a4b8f54d28c3dac
parent de697b62736aadf3d11816b56b20751dda0f02b1
Author: mpizzzle <m@michaelpercival.xyz>
Date: Tue, 30 Jun 2020 13:32:58 +0100
adding new test blog posts
Diffstat:
7 files changed, 98 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,2 @@
+lb
+blog/.htaccess
diff --git a/2020.html b/2020.html
@@ -7,6 +7,27 @@
<!-- LB -->
<div class='entry'>
+<h2 id='a-third-test-post'>A third test post.</h2>
+<small>[<a href='#a-third-test-post'>link</a>—<a href='blog/a-third-test-post.html'>standalone</a>]</small>
+test to see if rss feed generates correctly.
+<small>Tue, 30 Jun 2020 13:31:56 +0100</small>
+</div>
+<div class='entry'>
+<h2 id='another-test-post'>Another Test Post!!</h2>
+<small>[<a href='#another-test-post'>link</a>—<a href='blog/another-test-post.html'>standalone</a>]</small>
+Need multiple test blog posts for the blog.html page.
+<small>Tue, 30 Jun 2020 13:31:51 +0100</small>
+</div>
+<div class='entry'>
+<h2 id=''>Options +Indexes
+Test blog post
+Another Test Post!!
+A third test post.</h2>
+<small>[<a href='#'>link</a>—<a href='blog/'>standalone</a>]</small>
+
+<small>Tue, 30 Jun 2020 13:31:43 +0100</small>
+</div>
+<div class='entry'>
<h2 id='test-blog-post'>Test blog post</h2>
<small>[<a href='#test-blog-post'>link</a>—<a href='blog/test-blog-post.html'>standalone</a>]</small>
This is a test blog post!
diff --git a/blog.html b/blog.html
@@ -6,4 +6,10 @@
</head>
<!-- LB -->
+<li>2020 Jun 30 – <a href="blog/a-third-test-post.html">A third test post.</a></li>
+<li>2020 Jun 30 – <a href="blog/another-test-post.html">Another Test Post!!</a></li>
+<li>2020 Jun 30 – <a href="blog/">Options +Indexes
+Test blog post
+Another Test Post!!
+A third test post.</a></li>
<li>2020 jun 30 – <a href="blog/test-blog-post.html">Test blog post</a></li>
diff --git a/blog/.htaccess b/blog/.htaccess
@@ -1,2 +1,8 @@
Options +Indexes
AddDescription "Test blog post" "test-blog-post.html" #Tue, 30 Jun 2020 13:27:16 +0100
+AddDescription "Options +Indexes
+Test blog post
+Another Test Post!!
+A third test post." "" #Options +IndexesTue, 30 Jun 2020 13:27:16 +0100
+AddDescription "Another Test Post!!" "another-test-post.html" #Tue, 30 Jun 2020 13:31:51 +0100
+AddDescription "A third test post." "a-third-test-post.html" #Tue, 30 Jun 2020 13:31:56 +0100
diff --git a/blog/a-third-test-post.html b/blog/a-third-test-post.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+<title>A third test post.</title>
+<link rel='stylesheet' type='text/css' href='../style.css'>
+<meta charset='utf-8'/>
+</head>
+<body>
+<h1>A third test post.</h1>
+<small>[<a href='../2020.html#a-third-test-post'>link</a>—<a href='a-third-test-post.html'>standalone</a>]</small>
+test to see if rss feed generates correctly.
+<footer>by <strong><a href='https://michaelpercival.xyz/'>Michael Percival</a></strong></footer>
+</body>
+
+</html>+
No newline at end of file
diff --git a/blog/another-test-post.html b/blog/another-test-post.html
@@ -0,0 +1,14 @@
+<html>
+<head>
+<title>Another Test Post!!</title>
+<link rel='stylesheet' type='text/css' href='../style.css'>
+<meta charset='utf-8'/>
+</head>
+<body>
+<h1>Another Test Post!!</h1>
+<small>[<a href='../2020.html#another-test-post'>link</a>—<a href='another-test-post.html'>standalone</a>]</small>
+Need multiple test blog posts for the blog.html page.
+<footer>by <strong><a href='https://michaelpercival.xyz/'>Michael Percival</a></strong></footer>
+</body>
+
+</html>+
No newline at end of file
diff --git a/rss.xml b/rss.xml
@@ -1,6 +1,39 @@
<!-- LB -->
<item>
+<title>A third test post.</title>
+<guid>https://michaelpercival.xyz/2020.html#a-third-test-post</guid>
+<pubDate>Tue, 30 Jun 2020 13:31:56 +0100</pubDate>
+<description><![CDATA[
+test to see if rss feed generates correctly.
+]]></description>
+</item>
+
+
+<item>
+<title>Another Test Post!!</title>
+<guid>https://michaelpercival.xyz/2020.html#another-test-post</guid>
+<pubDate>Tue, 30 Jun 2020 13:31:51 +0100</pubDate>
+<description><![CDATA[
+Need multiple test blog posts for the blog.html page.
+]]></description>
+</item>
+
+
+<item>
+<title>Options +Indexes
+Test blog post
+Another Test Post!!
+A third test post.</title>
+<guid>https://michaelpercival.xyz/2020.html#</guid>
+<pubDate>Options +IndexesTue, 30 Jun 2020 13:27:16 +0100</pubDate>
+<description><![CDATA[
+
+]]></description>
+</item>
+
+
+<item>
<title>Test blog post</title>
<guid>https://michaelpercival.xyz/2020.html#test-blog-post</guid>
<pubDate>Tue, 30 Jun 2020 13:27:16 +0100</pubDate>