Add more theme stuff, add a smidge of content
This commit is contained in:
90
public/posts/my-first-post/index.html
Normal file
90
public/posts/my-first-post/index.html
Normal file
@@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>My First Post | Kitsune Hosting</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/bootstrap/dist/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
|
||||
|
||||
|
||||
<h1>Kitsune Hosting</h1>
|
||||
<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>My First Post</h1>
|
||||
|
||||
|
||||
|
||||
<time datetime="2024-08-08T10:57:12-04:00">August 8, 2024</time>
|
||||
|
||||
<p>Well, so far its going well! Getting the hang of making up a hugo template.</p>
|
||||
<p>Its ugly for now but it might very possibly slightly improve going forward, using <a href="https://retrolog.io/blog/creating-a-hugo-theme-from-scratch/">this</a> as a guide has been super helpful.</p>
|
||||
<p>I’m already happy with the old-school minimalistic design. I think i want to keep that nostalgic simple
|
||||
html look, kinda like the <a href="https://new.belfrycomics.net/">belfry webcomics</a> index.</p>
|
||||
|
||||
<div>
|
||||
<div>Tags:</div>
|
||||
<ul>
|
||||
<li><a href="/tags/hugo/">Hugo</a></li>
|
||||
<li><a href="/tags/webcomics/">Webcomics</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p>Copyright 2024. All rights reserved.</p>
|
||||
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user