commit_4: added 'introduction' tag
This commit is contained in:
parent
9abc31f244
commit
a7752bf215
@ -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!
|
||||
|
@ -53,6 +53,12 @@
|
||||
|
||||
|
||||
|
||||
<p class="taglist">
|
||||
Tags:
|
||||
|
||||
<a href="/tags/introduction/">Introduction</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
@ -34,6 +34,7 @@
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="/tags/introduction/">Introduction</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
58
public/tags/introduction/index.html
Normal file
58
public/tags/introduction/index.html
Normal 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>
|
19
public/tags/introduction/index.xml
Normal file
19
public/tags/introduction/index.xml
Normal 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&rsquo;s ready you&rsquo;ll come give it a read!</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Reference in New Issue
Block a user