commit_7: reverting back to original theme

This commit is contained in:
Nathaniel Moll 2023-10-27 15:21:40 -04:00
parent ee6c186c45
commit c1fc7cbcc2
Signed by: darthmoll12
SSH Key Fingerprint: SHA256:+0f5DZa4jkKMaQCVjpQ4/Ds3xd8EbEAV9FFVQd/IJ1I
3 changed files with 58 additions and 101 deletions

View File

@ -1,7 +1,7 @@
baseURL = "https://nathan.freedomland.xyz"
languageCode = "en-us"
title = "Blog"
theme = "hugo-stellar-theme"
theme = "simpletheme"
[params]
Name = "Nathan Moll"

View File

@ -1,112 +1,68 @@
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<!DOCTYPE html>
<html>
<head>
<head>
<meta name="generator" content="Hugo 0.92.2" />
<title>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" />
<meta name="description" content="">
<meta name="author" content=" Nathan Moll ">
<meta name="generator" content="Hugo 0.92.2" />
<!-- [if lte IE 8 ]]> <script src="https://nathan.freedomland.xyzjs/ie/html5shiv.js"></script><![endif] -->
<link rel="stylesheet" href="https://nathan.freedomland.xyzcss/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="https://nathan.freedomland.xyzcss/ie8.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="https://nathan.freedomland.xyzcss/ie9.css" /><![endif]-->
</head>
<body>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<div id="wrapper">
<header id="header" class="alt">
<h1></h1>
<p>
</p>
</header>
<nav id="nav">
<ul>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/fonts.css">
</ul>
</nav>
<div id="main">
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2></h2>
</header>
<p></p>
<ul class="actions">
</ul>
</div>
</div>
</section>
</div>
<footer id="footer">
<section>
<h2></h2>
<p></p>
<ul class="actions">
</ul>
</section>
<section>
<h2></h2>
<dl class="alt">
<dt>Email</dt>
<dd><a href="mailto:"></a></dd>
</dl>
</section>
</footer>
</head>
</div>
<body>
<!-- Scripts -->
<script src="https://nathan.freedomland.xyzjs/jquery.min.js"></script>
<script src="https://nathan.freedomland.xyzjs/jquery.scrollex.min.js"></script>
<script src="https://nathan.freedomland.xyzjs/jquery.scrolly.min.js"></script>
<script src="https://nathan.freedomland.xyzjs/skel.min.js"></script>
<script src="https://nathan.freedomland.xyzjs/util.js"></script>
<!-- [if lte IE 8 ]]> <script src="https://nathan.freedomland.xyzjs/ie/respond.min.js"></script><![endif] -->
<script src="https://nathan.freedomland.xyzjs/main.js"></script>
<h1>Nathan Moll</h1>
<h4></h4>
<div></div>
<table>
<tr>
<td><i class="fab fa-gitea" aria-hidden="true"></i></td>
<td>&nbsp;<a href="https://git.freedomland.xyz/darthmoll12" target="_blank">Gitea</a></td>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
<h3>Posts</h3>
</body>
</html>
<div>
<div>
<a href="https://nathan.freedomland.xyz/posts/introductory_post/">Hello There and Welcome to my new Blog!</a><br />
<time>January 1, 0001</time>
</div>
<br />
<div>
<a href="https://nathan.freedomland.xyz/posts/welcome/">Welcome to my new Blog!</a><br />
<time>January 1, 0001</time>
</div>
<br />
<hr>
<h3><a href="posts/">View all posts</a></h3>
<h3><a href="categories/"> View all categories</a></h3>
<h3><a href="tags/"> View all tags</a></h3>
</div>
</body>
<script src="/js/dark.js" defer="" ></script>
</html>

View File

@ -35,6 +35,7 @@
<ul>
<li><a href="/posts/introductory_post/">Hello There and Welcome to my new Blog!</a></li>
<li><a href="/posts/welcome/">Welcome to my new Blog!</a></li>
</ul>