From b31c9ff0fb89a653a2603f48b09c9e09ed6e0977 Mon Sep 17 00:00:00 2001 From: Sean Vo <101959987+TriAttack238@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:15:57 -0800 Subject: [PATCH 01/21] Create template This template file can be used as the backbone for all blog posts --- posts/template | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 posts/template diff --git a/posts/template b/posts/template new file mode 100644 index 0000000..2b9a1f8 --- /dev/null +++ b/posts/template @@ -0,0 +1,36 @@ + + + +
+ + ++ Put the text here +
+ + + + + From 192fc0af07d6820a77c6328de9683ff6e3552389 Mon Sep 17 00:00:00 2001 From: Sean Vo <101959987+TriAttack238@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:17:07 -0800 Subject: [PATCH 02/21] Rename template to template.html Fix name --- posts/{template => template.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename posts/{template => template.html} (100%) diff --git a/posts/template b/posts/template.html similarity index 100% rename from posts/template rename to posts/template.html From 3903930ccbb29a9749c9e53b9c671fdcfb8254f0 Mon Sep 17 00:00:00 2001 From: Sean Vo <101959987+TriAttack238@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:25:26 -0800 Subject: [PATCH 03/21] Update blog.html Small test. --- blog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog.html b/blog.html index 8c7be6b..66830cf 100644 --- a/blog.html +++ b/blog.html @@ -27,7 +27,7 @@- This is dummy text that will be replaced with links to actual blog posts. + This is dummy text that will be replaced with links to actual blog posts. Hopefully I can start linking to my posts soon.