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:
2023-09-26 16:55:27 -04:00
parent 48475ae4ab
commit 13561786a7
8 changed files with 37 additions and 65 deletions

View File

@ -1,6 +1,6 @@
<meta name="date" content="2023/05/01">
<title>It's Alive!</title>
<link rel=stylesheet href=style.css>
<link rel=stylesheet href='/style.css'>
<body style="background-color: #161617;">
<p>
Cloning via http(s) now works!

View File

@ -1,6 +1,6 @@
<meta name="date" content="2023/06/27">
<title>librex and dots</title>
<link rel=stylesheet href=style.css>
<link rel=stylesheet href='/style.css'>
<body style="background-color: #161617;">
<p>
Hello!

View File

@ -11,7 +11,7 @@ filename="$(echo $name | sed 's/ /-/g').html"
printf '<!DOCTYPE HTML>
<html lang="en">
<meta name="date" content="2023/07/15"><title>'$name'</title>
<link rel=stylesheet href=style.css>
<link rel="stylesheet" href="/style.css">
<body style="background-color: #161617;">
<p>
</p>

View File

@ -1,6 +1,6 @@
<meta name="date" content="2023/03/11">
<title>state of the site</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/style.css">
<body style="background-color: #161617;">
<p>
Hello o/, and welcome to my website!<br>

View File

@ -1 +0,0 @@
../style.css