Cleaned up the image files. Cover images go under /static and in-post images are now in /content/posts/img. Edited and rebuilt some existing posts for this structure. I also removed my birdnet post and put it back in drafts so I can publish it as some future date.

This commit is contained in:
Norm Rasmussen
2023-09-27 17:07:31 -04:00
parent f7e382d719
commit 20196dadeb
74 changed files with 760 additions and 1952 deletions

View File

@ -1,134 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Categories :: Rsmsn Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="canonical" href="https://selfhosted.rsmsn.co/categories/" />
<link rel="stylesheet" href="https://selfhosted.rsmsn.co/styles.css">
<link rel="shortcut icon" href="https://selfhosted.rsmsn.co/img/theme-colors/orange.png">
<link rel="apple-touch-icon" href="https://selfhosted.rsmsn.co/img/theme-colors/orange.png">
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Categories">
<meta property="og:description" content="" />
<meta property="og:url" content="https://selfhosted.rsmsn.co/categories/" />
<meta property="og:site_name" content="Rsmsn Blog" />
<meta property="og:image" content="img/favicon/%!s().png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
<link href="../categories/index.xml" rel="alternate" type="application/rss+xml" title="Rsmsn Blog" />
</head>
<body class="">
<div class="container headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="https://selfhosted.rsmsn.co/">
<div class="logo">
Terminal
</div>
</a>
</div>
</div>
</header>
<div class="content">
<div class="terms">
<h1>Categories</h1>
<ul>
</ul>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>© 2023 Powered by <a href="https://gohugo.io">Hugo</a></span>
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>
</div>
</footer>
<script type="text/javascript" src="../bundle.min.js"></script>
</div>
</body>
</html>