commit_4: added 'introduction' tag

This commit is contained in:
Nathaniel Moll 2023-10-26 16:51:55 -04:00
parent 9abc31f244
commit a7752bf215
Signed by: darthmoll12
SSH Key Fingerprint: SHA256:+0f5DZa4jkKMaQCVjpQ4/Ds3xd8EbEAV9FFVQd/IJ1I
7 changed files with 96 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
title: Hello There and Welcome to my new Blog!
tags: Introduction
---
Welcome to my new blog that I will be creating shortly! I hope once it's ready you'll come give it a read!

View File

@ -53,6 +53,12 @@
<p class="taglist">
Tags:
<a href="/tags/introduction/">Introduction</a>
</p>

View File

@ -7,6 +7,8 @@
<loc>https://nathan.freedomland.xyz/categories/</loc>
</url><url>
<loc>https://nathan.freedomland.xyz/posts/introductory_post/</loc>
</url><url>
<loc>https://nathan.freedomland.xyz/tags/introduction/</loc>
</url><url>
<loc>https://nathan.freedomland.xyz/posts/</loc>
</url><url>

View File

@ -34,6 +34,7 @@
<ul>
<li><a href="/tags/introduction/">Introduction</a></li>
</ul>

View File

@ -6,5 +6,14 @@
<description>Recent content in Tags on Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://nathan.freedomland.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Introduction</title>
<link>https://nathan.freedomland.xyz/tags/introduction/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nathan.freedomland.xyz/tags/introduction/</guid>
<description></description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,58 @@
<!DOCTYPE html>
<head>
<title>Introduction | Blog</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/fonts.css">
</head>
<html>
<!DOCTYPE html>
<html>
<body>
<header class="site-header">
<div class="wrapper">
<a class="muted small" href="https://nathan.freedomland.xyz">Nathan Moll</a>
</div>
</header>
</body>
</html>
<body>
<h1>
Introduction
</h1>
<ul>
<li>
<a href="/posts/introductory_post/">Hello There and Welcome to my new Blog!</a>
</li>
</ul>
<div>
<h3><a href="https://nathan.freedomland.xyztags">Back to all tags</a></h3>
</div>
<script src="/js/dark.js" defer="" ></script>
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Introduction on Blog</title>
<link>https://nathan.freedomland.xyz/tags/introduction/</link>
<description>Recent content in Introduction on Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://nathan.freedomland.xyz/tags/introduction/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hello There and Welcome to my new Blog!</title>
<link>https://nathan.freedomland.xyz/posts/introductory_post/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://nathan.freedomland.xyz/posts/introductory_post/</guid>
<description>Welcome to my new blog that I will be creating shortly! I hope once it&amp;rsquo;s ready you&amp;rsquo;ll come give it a read!</description>
</item>
</channel>
</rss>