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:
@ -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!
|
||||
|
@ -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!
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -1 +0,0 @@
|
||||
../style.css
|
Reference in New Issue
Block a user