This commit is contained in:
bearfm 2024-01-27 16:16:51 -08:00
parent fe26027d24
commit af3fe3d628
Signed by untrusted user who does not match committer: bearfm
GPG Key ID: 573A776FED58E1A4
17 changed files with 86 additions and 16 deletions

7
dist/404.html vendored
View File

@ -4,14 +4,17 @@
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css" media="print" onload="this.media='all'">
<title>404 - Not Found</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/css/center.css">
<link rel="stylesheet" href="/css/center.css" media="print" onload="this.media='all'">
</head>
<!-- https://github.com/bearfm/site -->
<body>
<header>
<nav>

36
dist/418.html vendored Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css" media="print" onload="this.media='all'">
<title>404 - Not Found</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/css/center.css" media="print" onload="this.media='all'">
</head>
<!-- https://github.com/bearfm/site -->
<body>
<header>
<nav>
<a href="/"><i class="material-icons">home</i> Home</a>
<a href="/blog"><i class="material-icons">book</i>Blog</a>
</nav>
</header>
<h1 class="title">BEAR.OOPS.WTF</h1>
<div class="center-box">
<p class="meta">Page created: January 27, 2024</p>
<p class="meta">Page last modified: January 27, 2024</p>
</div>
<article class="article">
<h1 id="418-im-a-teapot">418: Im a teapot</h1>
<p><a
href="thing.webp"><img src="/thing.webp" width="200" height="200" /></a></p>
</article>
</body>
</html>

View File

@ -4,7 +4,7 @@
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css" media="print" onload="this.media='all'">
<title>First Post</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
@ -12,6 +12,9 @@
<link rel="manifest" href="/site.webmanifest">
</head>
<!-- https://github.com/bearfm/site -->
<body>
<header>
<nav>

View File

@ -4,14 +4,17 @@
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css" media="print" onload="this.media='all'">
<title>Blog Index</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/css/center.css">
<link rel="stylesheet" href="/css/center.css" media="print" onload="this.media='all'">
</head>
<!-- https://github.com/bearfm/site -->
<body>
<header>
<nav>

2
dist/blogindex.txt vendored
View File

@ -1,2 +1,2 @@
1706393547 https://bear.oops.wtf/blog/firstPost.html
1706393752 https://bear.oops.wtf/blog/index.html
1706398346 https://bear.oops.wtf/blog/index.html

8
dist/coolLinks.html vendored
View File

@ -4,7 +4,7 @@
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css" media="print" onload="this.media='all'">
<title>Blog Index</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
@ -12,6 +12,9 @@
<link rel="manifest" href="/site.webmanifest">
</head>
<!-- https://github.com/bearfm/site -->
<body>
<header>
<nav>
@ -26,7 +29,8 @@
</div>
<article class="article">
<p>Pages I think are cool:</p>
<p><a href="https://cronyakatsuki.xyz/">Cronys Page</a></p>
<p><a href="https://cronyakatsuki.xyz" target="_blank">Cronys
Page</a></p>
</article>
</body>
</html>

5
dist/git/index.html vendored
View File

@ -4,7 +4,7 @@
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css" media="print" onload="this.media='all'">
<title>You shouldnt be here…</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
@ -12,6 +12,9 @@
<link rel="manifest" href="/site.webmanifest">
</head>
<!-- https://github.com/bearfm/site -->
<body>
<header>
<nav>

7
dist/index.html vendored
View File

@ -4,7 +4,7 @@
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css" media="print" onload="this.media='all'">
<title>bear.oops.wtf</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
@ -12,6 +12,9 @@
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/css/center.css">
</head>
<!-- https://github.com/bearfm/site -->
<body>
<header>
<nav>
@ -26,7 +29,7 @@
</div>
<article class="article">
<p>Hello, Im Bear.</p>
<p><a href="/coollinks">Cool Links</a></p>
<p><a href="/coolLinks.html">Cool Links</a></p>
<p><a href="/git">Git</a></p>
<p><a href="/blog">Blog Posts</a></p>
</article>

1
dist/sitemap.xml vendored
View File

@ -5,4 +5,5 @@
<url><loc>https://bear.oops.wtf/blog/firstPost.html</loc></url>
<url><loc>https://bear.oops.wtf/git/index.html</loc></url>
<url><loc>https://bear.oops.wtf/coolLinks.html</loc></url>
<url><loc>https://bear.oops.wtf/418.html</loc></url>
</urlset>

BIN
dist/thing.webp vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -3,7 +3,7 @@ title: 404 - Not Found
author: BearFM
date: January 25, 2024
modified: January 25, 2024
header: <link rel="stylesheet" href="/css/center.css">
header: <link rel="stylesheet" href="/css/center.css" media="print" onload="this.media='all'">
---
# 404: Not Found

11
src/418.md Normal file
View File

@ -0,0 +1,11 @@
---
title: 404 - Not Found
author: BearFM
date: January 27, 2024
modified: January 27, 2024
header: <link rel="stylesheet" href="/css/center.css" media="print" onload="this.media='all'">
---
# 418: I'm a teapot
[<img src="/thing.webp" width="200" height="200" />](thing.webp)

View File

@ -3,7 +3,7 @@ title: Blog Index
author: BearFM
date: January 26, 2024
modified: January 26, 2024
header: <link rel="stylesheet" href="/css/center.css">
header: <link rel="stylesheet" href="/css/center.css" media="print" onload="this.media='all'">
---
(Sorted by date created)

View File

@ -8,4 +8,4 @@ header:
Pages I think are cool:
[Crony's Page](https://cronyakatsuki.xyz/)
<a href="https://cronyakatsuki.xyz" target="_blank">Crony's Page</a>

View File

@ -8,7 +8,7 @@ header: <link rel="stylesheet" href="/css/center.css">
Hello, I'm Bear.
[Cool Links](/coollinks)
[Cool Links](/coolLinks.html)
[Git](/git)

View File

@ -4,7 +4,7 @@
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style.css" media="print" onload="this.media='all'">
<title>$title$</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
@ -12,6 +12,9 @@
<link rel="manifest" href="/site.webmanifest">
$header$
</head>
<!-- https://github.com/bearfm/site -->
<body>
<header>
<nav>

BIN
static/thing.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB