mirror of https://github.com/bearfm/site.git
more stuff
This commit is contained in:
parent
242cba10c2
commit
fe26027d24
10
Makefile
10
Makefile
|
@ -67,14 +67,18 @@ $(DISTDIR)/sitemap.xml: $(HTMLFILES)
|
||||||
done
|
done
|
||||||
@echo '</urlset>' >> $@
|
@echo '</urlset>' >> $@
|
||||||
|
|
||||||
$(DISTDIR)/blogindex.txt: $(HTMLFILES)
|
$(DISTDIR)/blogindex.txt: $(MDFILES)
|
||||||
@> $@
|
@> $@
|
||||||
@for f in $^; do \
|
@for f in $^; do \
|
||||||
uri="$(URI)$${f#$(DISTDIR)}"; \
|
uri="$(URI)$${f#$(SRCDIR)}"; \
|
||||||
if [[ "$$uri" == "$(URI)/blog/"* ]]; then \
|
if [[ "$$uri" == "$(URI)/blog/"* ]]; then \
|
||||||
echo "$$uri" >> $@; \
|
creation_date=$$(stat -c %Y $$f); \
|
||||||
|
uri=$$(echo "$$uri" | sed 's/\.md$$/.html/'); \
|
||||||
|
echo "$$creation_date $$uri" >> $@; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
@sort -n -k1 -o $@ $@
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rfv $(DISTDIR)/*
|
rm -rfv $(DISTDIR)/*
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.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="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="stylesheet" href="/css/center.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
<article class="article">
|
<article class="article">
|
||||||
<h1 id="404-not-found">404: Not Found</h1>
|
<h1 id="404-not-found">404: Not Found</h1>
|
||||||
<p><a
|
<p><a
|
||||||
href="xertun.webp"><img src="/xertun.webp" width="200" height="200" class="error-image"/></a></p>
|
href="xertun.webp"><img src="/xertun.webp" width="200" height="200" /></a></p>
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.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="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.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="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="stylesheet" href="/css/center.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -24,12 +25,17 @@
|
||||||
<p class="meta">Page last modified: January 26, 2024</p>
|
<p class="meta">Page last modified: January 26, 2024</p>
|
||||||
</div>
|
</div>
|
||||||
<article class="article">
|
<article class="article">
|
||||||
<p>Index of blog posts:</p>
|
<p>(Sorted by date created)</p>
|
||||||
|
<div id="latestPost">
|
||||||
|
JavaScript must be enabled for the blog index to work. Otherwise visit <a href="/blogindex.txt">blogindex.txt</a> for a plaintext list.
|
||||||
|
</div>
|
||||||
<div id="blogIndex">
|
<div id="blogIndex">
|
||||||
JavaScript must be enabled for the blog index to work. Otherwise visit <a href="/blogindex.txt">blogindex.txt</a> for a plaintext list.
|
JavaScript must be enabled for the blog index to work. Otherwise visit <a href="/blogindex.txt">blogindex.txt</a> for a plaintext list.
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="/blogIndex.min.js"></script>
|
<p><a
|
||||||
<script type="text/javascript">blogIndex();</script>
|
href="blogIndex.min.js"><script type="text/javascript" src="/blogIndex.min.js"></script></a>
|
||||||
|
<a
|
||||||
|
href=""><script type="text/javascript">blogIndex();</script></a></p>
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
function blogIndex(){document.getElementById("blogIndex").innerHTML=null,fetch("/blogindex.txt").then(n=>n.text()).then(n=>{n=n.split("\n");const t=document.createElement("ul");n.forEach(n=>{var o,e,l=n.split("/").pop().replace(".html","");"index"!==l.toLowerCase()&&(o=document.createElement("li"),(e=document.createElement("a")).href=n.substring(n.indexOf("/blog/")),e.textContent=l,o.appendChild(e),t.appendChild(o))}),document.getElementById("blogIndex").appendChild(t)}).catch(n=>{console.error("Error fetching blog index:",n)})}
|
function convertCamelCaseToReadable(e){return e.replace(/([a-z])([A-Z])/g,"$1 $2").replace(/(\d{4}-\d{2}-\d{2})/g," $1").replace(/\b\w/g,e=>e.toUpperCase())}function blogIndex(){document.getElementById("blogIndex").innerHTML=null,document.getElementById("latestPost").innerHTML=null,fetch("/blogindex.txt").then(e=>e.text()).then(e=>{e=e.split("\n").filter(e=>""!==e.trim()).map(e=>{e=e.split(" ");return{timestamp:parseInt(e[0]),uri:e[1]||""}});e.sort((e,n)=>n.timestamp-e.timestamp);const l=document.createElement("ul");e.forEach(e=>{var n,o,t;e.uri&&(n=convertCamelCaseToReadable(o=e.uri.split("/").pop().replace(".html","")),"index"!==o.toLowerCase())&&(o=document.createElement("li"),(t=document.createElement("a")).href=e.uri.substring(e.uri.indexOf("/blog/")),t.textContent=n,o.appendChild(t),l.appendChild(o))}),document.getElementById("blogIndex").appendChild(l)}).catch(e=>{console.error("Error fetching and processing blog index:",e)})}
|
|
@ -1,2 +1,2 @@
|
||||||
https://bear.oops.wtf/blog/index.html
|
1706393547 https://bear.oops.wtf/blog/firstPost.html
|
||||||
https://bear.oops.wtf/blog/firstPost.html
|
1706393752 https://bear.oops.wtf/blog/index.html
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
<!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">
|
||||||
|
<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">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<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 26, 2024</p>
|
||||||
|
<p class="meta">Page last modified: January 26, 2024</p>
|
||||||
|
</div>
|
||||||
|
<article class="article">
|
||||||
|
<p>Pages I think are cool:</p>
|
||||||
|
<p><a href="https://cronyakatsuki.xyz/">Crony’s Page</a></p>
|
||||||
|
</article>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1 @@
|
||||||
|
.article{text-align:center}
|
|
@ -0,0 +1 @@
|
||||||
|
.article{text-align:center}
|
|
@ -1 +1 @@
|
||||||
@import "https://fonts.googleapis.com/icon?family=Material+Icons";body{font-family:Arial, sans-serif;font-size:1.5em;margin:2em;line-height:1.6;height:100vh;width:auto;margin:0;padding:0;text-align:center;background-color:#282828;color:#ebdbb2}.error-image{display:block;margin-left:auto;margin-right:auto}.meta{font-size:0.75em;line-height:1;color:#504945}.center-box{text-align:left;width:15%;margin:auto}header{background-color:#3c3836;color:#ebdbb2}header a{color:#ebdbb2;text-decoration:dotted;font-size:1.5rem}header a i{vertical-align:middle;display:inline-block}nav{background-color:#504945;color:#ebdbb2;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.title{font-weight:bolder}.article{width:auto;margin:0 auto;margin-top:0%;text-align:justify;width:30vw}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{text-align:center}ul,li,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{color:#fbf1c7}a{color:#458588}a:hover{color:#689d6a}button{background-color:#b16286;color:#fbf1c7}button:hover{background-color:#458588}p{margin-bottom:1em}pre{background-color:#504945;padding:0.5em;overflow:auto}code{font-family:'Courier New', Courier, monospace;background-color:#504945;color:#d65d0e;padding:0.2em;border-radius:3px}table{border-collapse:collapse;width:100%;margin-bottom:1em;border-collapse:collapse}table th,table td{border:1px solid #3c3836;padding:8px;text-align:left}th,td{border:1px solid #fbf1c7;padding:8px;text-align:left}th{background-color:#ebdbb2}blockquote{border-left:2px solid #504945;margin:1em 0;padding-left:1em}footer{background-color:#3c3836;color:#d5c4a1}
|
@import "https://fonts.googleapis.com/icon?family=Material+Icons";body{font-family:Arial, sans-serif;font-size:1.5em;margin:2em;line-height:1.6;height:100vh;width:auto;margin:0;padding:0;text-align:center;background-color:#282828;color:#ebdbb2}.center-image{display:block;margin-left:auto;margin-right:auto}.meta{font-size:0.75em;line-height:1;color:#504945}.center-box{text-align:left;width:15%;margin:auto}header{background-color:#3c3836;color:#ebdbb2}header a{color:#ebdbb2;text-decoration:dotted;font-size:1.5rem}header a i{vertical-align:middle;display:inline-block}nav{background-color:#504945;color:#ebdbb2;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.title{font-weight:bolder}.article{width:auto;margin:0 auto;margin-top:0%;text-align:justify;width:30vw}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{text-align:center}ul,li,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{color:#fbf1c7}a{color:#458588}a:hover{color:#689d6a}button{background-color:#b16286;color:#fbf1c7}button:hover{background-color:#458588}p{margin-bottom:1em}pre{background-color:#504945;padding:0.5em;overflow:auto}code{font-family:'Courier New', Courier, monospace;background-color:#504945;color:#d65d0e;padding:0.2em;border-radius:3px}table{border-collapse:collapse;width:100%;margin-bottom:1em;border-collapse:collapse}table th,table td{border:1px solid #3c3836;padding:8px;text-align:left}th,td{border:1px solid #fbf1c7;padding:8px;text-align:left}th{background-color:#ebdbb2}blockquote{border-left:2px solid #504945;margin:1em 0;padding-left:1em}footer{background-color:#3c3836;color:#d5c4a1}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
|
@ -10,6 +10,7 @@
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.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="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -24,8 +25,8 @@
|
||||||
<p class="meta">Page last modified: January 26, 2024</p>
|
<p class="meta">Page last modified: January 26, 2024</p>
|
||||||
</div>
|
</div>
|
||||||
<article class="article">
|
<article class="article">
|
||||||
<p>This is supposed to be the location of a Gitea, the webserver
|
<p>This is supposed to be the location of a Gitea instance, the
|
||||||
is likely misconfigured…</p>
|
webserver is likely misconfigured…</p>
|
||||||
<p>Until next time…</p>
|
<p>Until next time…</p>
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.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="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
<link rel="stylesheet" href="/css/center.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
@ -27,6 +28,7 @@
|
||||||
<p>Hello, I’m Bear.</p>
|
<p>Hello, I’m Bear.</p>
|
||||||
<p><a href="/coollinks">Cool Links</a></p>
|
<p><a href="/coollinks">Cool Links</a></p>
|
||||||
<p><a href="/git">Git</a></p>
|
<p><a href="/git">Git</a></p>
|
||||||
|
<p><a href="/blog">Blog Posts</a></p>
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
<url><loc>https://bear.oops.wtf/blog/index.html</loc></url>
|
<url><loc>https://bear.oops.wtf/blog/index.html</loc></url>
|
||||||
<url><loc>https://bear.oops.wtf/blog/firstPost.html</loc></url>
|
<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/git/index.html</loc></url>
|
||||||
|
<url><loc>https://bear.oops.wtf/coolLinks.html</loc></url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
|
@ -1,30 +1,63 @@
|
||||||
|
function convertCamelCaseToReadable(text) {
|
||||||
|
return text
|
||||||
|
.replace(/([a-z])([A-Z])/g, '$1 $2') // Convert camelCase to separate words
|
||||||
|
.replace(/(\d{4}-\d{2}-\d{2})/g, ' $1') // Add space before date-like patterns
|
||||||
|
.replace(/\b\w/g, c => c.toUpperCase()); // Capitalize each word
|
||||||
|
}
|
||||||
|
|
||||||
function blogIndex() {
|
function blogIndex() {
|
||||||
document.getElementById('blogIndex').innerHTML = null;
|
document.getElementById('blogIndex').innerHTML = null;
|
||||||
|
document.getElementById('latestPost').innerHTML = null;
|
||||||
|
|
||||||
|
|
||||||
fetch('/blogindex.txt')
|
fetch('/blogindex.txt')
|
||||||
|
|
||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(data => {
|
.then(data => {
|
||||||
|
// Split the data into an array of timestamped URIs
|
||||||
const uriList = data.split('\n');
|
const uriList = data.split('\n');
|
||||||
|
|
||||||
|
// Remove any empty lines
|
||||||
|
const filteredUriList = uriList.filter(entry => entry.trim() !== '');
|
||||||
|
|
||||||
|
// Create an array of objects with timestamp and URI properties
|
||||||
|
const entries = filteredUriList.map(entry => {
|
||||||
|
const parts = entry.split(' ');
|
||||||
|
return { timestamp: parseInt(parts[0]), uri: parts[1] || '' };
|
||||||
|
});
|
||||||
|
|
||||||
|
// Sort the entries by timestamp in descending order (latest first)
|
||||||
|
entries.sort((a, b) => b.timestamp - a.timestamp);
|
||||||
|
|
||||||
|
// Create an unordered list element
|
||||||
const ulElement = document.createElement('ul');
|
const ulElement = document.createElement('ul');
|
||||||
|
|
||||||
uriList.forEach(uri => {
|
// Iterate through the sorted entries and extract pretty names, excluding the index page
|
||||||
const name = uri.split('/').pop().replace('.html', '');
|
entries.forEach(entry => {
|
||||||
|
// Check if the URI is defined before processing
|
||||||
|
if (entry.uri) {
|
||||||
|
// Extract the file name without extension
|
||||||
|
const fileName = entry.uri.split('/').pop().replace('.html', '');
|
||||||
|
|
||||||
if (name.toLowerCase() !== 'index') {
|
const readableName = convertCamelCaseToReadable(fileName);
|
||||||
|
|
||||||
|
// Exclude the index page
|
||||||
|
if (fileName.toLowerCase() !== 'index') {
|
||||||
|
// Create list items with links using relative paths
|
||||||
const liElement = document.createElement('li');
|
const liElement = document.createElement('li');
|
||||||
const aElement = document.createElement('a');
|
const aElement = document.createElement('a');
|
||||||
|
// Use a relative link instead of the full URI
|
||||||
aElement.href = uri.substring(uri.indexOf('/blog/'));
|
aElement.href = entry.uri.substring(entry.uri.indexOf('/blog/'));
|
||||||
aElement.textContent = name;
|
aElement.textContent = readableName;
|
||||||
liElement.appendChild(aElement);
|
liElement.appendChild(aElement);
|
||||||
ulElement.appendChild(liElement);
|
ulElement.appendChild(liElement);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Append the unordered list to the blogIndex div
|
||||||
document.getElementById('blogIndex').appendChild(ulElement);
|
document.getElementById('blogIndex').appendChild(ulElement);
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error('Error fetching blog index:', error);
|
console.error('Error fetching and processing blog index:', error);
|
||||||
});
|
});
|
||||||
}
|
}
|
|
@ -3,8 +3,9 @@ title: 404 - Not Found
|
||||||
author: BearFM
|
author: BearFM
|
||||||
date: January 25, 2024
|
date: January 25, 2024
|
||||||
modified: January 25, 2024
|
modified: January 25, 2024
|
||||||
|
header: <link rel="stylesheet" href="/css/center.css">
|
||||||
---
|
---
|
||||||
|
|
||||||
# 404: Not Found
|
# 404: Not Found
|
||||||
|
|
||||||
[<img src="/xertun.webp" width="200" height="200" class="error-image"/>](xertun.webp)
|
[<img src="/xertun.webp" width="200" height="200" />](xertun.webp)
|
|
@ -3,6 +3,7 @@ title: First Post
|
||||||
author: BearFM
|
author: BearFM
|
||||||
date: January 26, 2024
|
date: January 26, 2024
|
||||||
modified: January 26, 2024
|
modified: January 26, 2024
|
||||||
|
header:
|
||||||
---
|
---
|
||||||
|
|
||||||
wowzers first post
|
wowzers first post
|
||||||
|
|
|
@ -3,13 +3,19 @@ title: Blog Index
|
||||||
author: BearFM
|
author: BearFM
|
||||||
date: January 26, 2024
|
date: January 26, 2024
|
||||||
modified: January 26, 2024
|
modified: January 26, 2024
|
||||||
|
header: <link rel="stylesheet" href="/css/center.css">
|
||||||
---
|
---
|
||||||
|
|
||||||
Index of blog posts:
|
(Sorted by date created)
|
||||||
|
|
||||||
|
<div id="latestPost">
|
||||||
|
JavaScript must be enabled for the blog index to work. Otherwise visit <a href="/blogindex.txt">blogindex.txt</a> for a plaintext list.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="blogIndex">
|
<div id="blogIndex">
|
||||||
JavaScript must be enabled for the blog index to work. Otherwise visit <a href="/blogindex.txt">blogindex.txt</a> for a plaintext list.
|
JavaScript must be enabled for the blog index to work. Otherwise visit <a href="/blogindex.txt">blogindex.txt</a> for a plaintext list.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="/blogIndex.min.js"></script>
|
[<script type="text/javascript" src="/blogIndex.min.js"></script>](blogIndex.min.js)
|
||||||
<script type="text/javascript">blogIndex();</script>
|
[<script type="text/javascript">blogIndex();</script>]()
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: Blog Index
|
||||||
|
author: BearFM
|
||||||
|
date: January 26, 2024
|
||||||
|
modified: January 26, 2024
|
||||||
|
header:
|
||||||
|
---
|
||||||
|
|
||||||
|
Pages I think are cool:
|
||||||
|
|
||||||
|
[Crony's Page](https://cronyakatsuki.xyz/)
|
|
@ -3,8 +3,9 @@ title: You shouldn't be here...
|
||||||
author: BearFM
|
author: BearFM
|
||||||
date: January 26, 2024
|
date: January 26, 2024
|
||||||
modified: January 26, 2024
|
modified: January 26, 2024
|
||||||
|
header:
|
||||||
---
|
---
|
||||||
|
|
||||||
This is supposed to be the location of a Gitea, the webserver is likely misconfigured...
|
This is supposed to be the location of a Gitea instance, the webserver is likely misconfigured...
|
||||||
|
|
||||||
Until next time...
|
Until next time...
|
|
@ -3,6 +3,7 @@ title: bear.oops.wtf
|
||||||
author: BearFM
|
author: BearFM
|
||||||
date: January 6, 2024
|
date: January 6, 2024
|
||||||
modified: January 25, 2024
|
modified: January 25, 2024
|
||||||
|
header: <link rel="stylesheet" href="/css/center.css">
|
||||||
---
|
---
|
||||||
|
|
||||||
Hello, I'm Bear.
|
Hello, I'm Bear.
|
||||||
|
@ -10,3 +11,5 @@ Hello, I'm Bear.
|
||||||
[Cool Links](/coollinks)
|
[Cool Links](/coollinks)
|
||||||
|
|
||||||
[Git](/git)
|
[Git](/git)
|
||||||
|
|
||||||
|
[Blog Posts](/blog)
|
|
@ -0,0 +1,3 @@
|
||||||
|
.article {
|
||||||
|
text-align: center;
|
||||||
|
}
|
|
@ -50,7 +50,7 @@ body {
|
||||||
color: $gruvbox-fg;
|
color: $gruvbox-fg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-image {
|
.center-image {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.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="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
$header$
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue