public/ autocommit

This commit is contained in:
2022-03-29 23:00:57 +00:00
parent d64efb5fb4
commit 5b09864d53
65 changed files with 2394 additions and 0 deletions

80
public/blog/index.html Normal file
View File

@@ -0,0 +1,80 @@
<!doctype html><html lang=en>
<head>
<meta charset=utf-8>
<meta name=”robots” content="index,follow">
<meta name=viewport content="width=device-width,initial-scale=1">
<meta name=twitter:card content="summary">
<meta property="og:title" content="Sivert Does Stuff Online!">
<meta property="og:url" content>
<meta property="og:site_name" content="Sivert Does Stuff Online!">
<link rel=alternate type=application/rss+xml href=/blog/index.xml title="Sivert Does Stuff Online!">
<link rel=stylesheet href=https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css crossorigin=anonymous>
<title>Sivert Does Stuff Online! - Siverts Tech Adventure Blog</title>
<meta name=description content="Landing page for Sivers Tech Adventure Blog!">
<link href=/main.css rel=stylesheet>
</head>
<body>
<header>
<nav id=navbar>
<ul class=top-nav>
<li><a href=/>Sivert Does Stuff Online!</a></li>
<li id=lang-menu>
<a id=lang-menu-btn href=#>Translations</a>
<ul>
<li><a href=/no/>Norsk</a></li>
<li><a href=/>English</a></li>
</ul>
</li>
<div class=link-group>
<li>
<a href=https://sivert.pw>
<span>My Humble Homepage</span>
</a>
</li>
<li>
<a href=/about>
<span>About</span>
</a>
</li>
<li>
<a href=/blog>
<span>Blog</span>
</a>
</li>
</div>
</ul>
</nav>
</header>
<div id=content>
<main>
<div class=row>
<div class=col-md-2>
<aside id=meta>
<nav id=TableOfContents></nav>
</aside>
</div>
<div class=col-md-10>
<article>
<header>
<h1>Siverts Tech Adventure Blog</h1>
</header>
<p>Here you are welcome to take a look at all my blog posts!</p>
<p>And be sure to add the RSS feed to your news reader! ;)</p>
<ul class=contents>
</ul>
</article>
</div>
</div>
</main>
</div>
<footer>
<center>
<div class=footer-content>
<p>2022 &copy; Sivert V. Sæther</p>
</div>
<div class=footer-social>
</div>
</center>
</footer>
</body>
</html>

1
public/blog/index.xml Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Siverts Tech Adventure Blog on Sivert Does Stuff Online!</title><link>/blog/</link><description>Recent content in Siverts Tech Adventure Blog on Sivert Does Stuff Online!</description><generator>Hugo -- gohugo.io</generator><managingEditor>gmail@sivert.pw (Sivert V. Sæther)</managingEditor><webMaster>gmail@sivert.pw (Sivert V. Sæther)</webMaster><copyright>GPL-3</copyright><atom:link href="/blog/index.xml" rel="self" type="application/rss+xml"/></channel></rss>