First post up! I can't get CSS or JS to load via an nginx server though. The MIME type isn't supported. Looks like others are having issues, but no answers yet.

This commit is contained in:
Norm Rasmussen
2023-09-19 17:11:37 -04:00
parent 0f116b10a3
commit 542a3edd00
37 changed files with 3173 additions and 3 deletions

View File

@ -0,0 +1,134 @@
<!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>

View File

@ -0,0 +1,10 @@
<?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 Rsmsn Blog</title>
<link>https://selfhosted.rsmsn.co/categories/</link>
<description>Recent content in Categories on Rsmsn Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://selfhosted.rsmsn.co/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>