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/What-is-a-squibid/index.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/What-is-a-squibid/index.html')
-rw-r--r-- | blog/What-is-a-squibid/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/blog/What-is-a-squibid/index.html b/blog/What-is-a-squibid/index.html new file mode 100644 index 0000000..39daa3c --- /dev/null +++ b/blog/What-is-a-squibid/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML> +<html lang="en"> + <meta name="date" content="2023/10/30"> + <title>'What is a squibid?'</title> + <link rel="stylesheet" href="/style.css"> + <link rel="stylesheet" href="/blog/style.css"> + <body style="background-color: #161617;"> + <p> + Recently, a few people have been asking me: "what is a squibid?" or + "where did your name come from?". In this blog post I will answer those + questions. + <br> + <br> + A few years ago I came up with a drawing of an animal + reason to do anything with it, but regardless I chose to name it a + squibid. Eventually, when trying to find a good username I chose squibid + because that would cover both the username and profile picture. + </p> + </body> +</html> |