Big changes!
- Fixed typo in pinned git repos - Add new pinned repo (wallheaven) - Switch blog generation to php - remove useless symlink in blog/
This commit is contained in:
parent
48475ae4ab
commit
13561786a7
8 changed files with 37 additions and 65 deletions
39
blog.html
39
blog.html
|
|
@ -1,39 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Squibid's Blog</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<style type="text/css">
|
||||
#bloglist {
|
||||
text-align: left;
|
||||
font-size: 2ch;
|
||||
}
|
||||
p#bloglist span {
|
||||
float: right;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
<body style="background-color: #161617;">
|
||||
<div id="master">
|
||||
<header>
|
||||
<h1 id="font", style="margin-bottom: 0">
|
||||
<a href="https://squi.bid">Squibid's</a> Blog
|
||||
</h1>
|
||||
</header>
|
||||
<hr style="color: #f7f7f7;">
|
||||
<p id="bloglist">
|
||||
<!-- b script marker blog -->
|
||||
<a href="/blog/librex-and-dots"> librex and dots</a><span>2023/06/27</span><br>
|
||||
<a href="/blog/It's-Alive!"> It's Alive!</a><span>2023/05/01</span><br>
|
||||
<a href="/blog/state-of-the-site"> state of the site</a><span>2023/03/11</span><br>
|
||||
<!-- e script marker blog -->
|
||||
</p>
|
||||
<h2 id="font" style="text-align: center; margin-top: 0;">
|
||||
<a href="/blog/rss.xml", title="rss">subscribe</a>
|
||||
</h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue