Add more theme stuff, add a smidge of content

This commit is contained in:
2024-08-08 11:07:08 -04:00
parent 80c987ca91
commit e6340a906b
1138 changed files with 194811 additions and 5 deletions

View File

@@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Categories | Kitsune Hosting</title>
<link rel="stylesheet" href="/css/main.css">
<script src="/js/main.js"></script>
</head>
<body>
<header>
<div id="nav-border" class="container">
<nav id="nav" class="nav justify-content-center">
<a class="nav-link" href="/">
<i data-feather="home"></i>
Home
</a>
<a class="nav-link" href="/posts/">
<i data-feather="pen-tool"></i>
Posts
</a>
<a class="nav-link" href="/tags/">
<i data-feather="tag"></i>
Tags
</a>
</nav>
</div>
</header>
<main>
<h1>Categories</h1>
</main>
<footer>
<p>Copyright 2024. All rights reserved.</p>
</footer>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Kitsune Hosting</title>
<link>http://localhost:1313/categories/</link>
<description>Recent content in Categories on Kitsune Hosting</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>