diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-30 12:47:55 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-30 12:47:55 -0400 |
commit | 1bc1454b9312e4322d486437055408d1ff35fb22 (patch) | |
tree | 98b270badb82304f520414c35ac8d6b25d7ea466 /blog/It's-Alive!.html | |
parent | 2d90cc615120fcc892c1b22a2d00578b1c486c72 (diff) | |
download | site-1bc1454b9312e4322d486437055408d1ff35fb22.tar.gz site-1bc1454b9312e4322d486437055408d1ff35fb22.tar.bz2 site-1bc1454b9312e4322d486437055408d1ff35fb22.zip |
New blog entry and changes to how blogs are displayed
- blogs are now in subdirs
- blog list is generated through helper function
- full blog list is in blog subdir
Diffstat (limited to 'blog/It's-Alive!.html')
-rw-r--r-- | blog/It's-Alive!.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/blog/It's-Alive!.html b/blog/It's-Alive!.html deleted file mode 100644 index f55f224..0000000 --- a/blog/It's-Alive!.html +++ /dev/null @@ -1,10 +0,0 @@ -<meta name="date" content="2023/05/01"> -<title>It's Alive!</title> -<link rel=stylesheet href='/style.css'> -<body style="background-color: #161617;"> -<p> - Cloning via http(s) now works! - <br><br> - btw I will be posting my dotfiles soontm -</p> -</body> |