From fc917d4cb85a551d39227e3ca0e310e539035eb9 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Sun, 4 Jan 2026 02:02:51 -0500 Subject: [PATCH] removed unnecessary template html files for each section and had single blog.html file --- content/projects/adventuring_animator/_index.md | 2 +- content/projects/amateur_linguist/_index.md | 2 +- .../projects/aspiring_game_developer/_index.md | 2 +- .../projects/frolicking_photographer/_index.md | 2 +- content/projects/music_enjoyer/_index.md | 2 +- content/projects/vaxandi_forritari/_index.md | 2 +- templates/adventuring_animator.html | 16 ---------------- templates/amateur_linguist.html | 16 ---------------- templates/aspiring_game_developer.html | 16 ---------------- templates/blog.html | 2 ++ templates/frolicking_photographer.html | 16 ---------------- templates/music_enjoyer.html | 16 ---------------- templates/projects.html | 16 ---------------- 13 files changed, 8 insertions(+), 102 deletions(-) delete mode 100644 templates/adventuring_animator.html delete mode 100644 templates/amateur_linguist.html delete mode 100644 templates/aspiring_game_developer.html delete mode 100644 templates/frolicking_photographer.html delete mode 100644 templates/music_enjoyer.html delete mode 100644 templates/projects.html diff --git a/content/projects/adventuring_animator/_index.md b/content/projects/adventuring_animator/_index.md index ce0a2be..2424da6 100644 --- a/content/projects/adventuring_animator/_index.md +++ b/content/projects/adventuring_animator/_index.md @@ -1,5 +1,5 @@ +++ -template = "adventuring_animator.html" +template = "blog.html" title = "Adventuring Animator" +++ I want to start making more animations and art. This is where I show my animations and artwork. I fell in love with *Blender* while learning to programme at age 16. My introduction came from Media Arts class, where I initially learnt Blender for making assets for Unity. I fell in love with creating models and experimenting with shaders. The following two years of high school were spent developing my skills in the software. After graduating highschool, I stopped using the software to focus on software engineering for college for about two years. Now I hope to revisit this old passion of mine, and also venture into the unknown territory of digital art with *Krita*. diff --git a/content/projects/amateur_linguist/_index.md b/content/projects/amateur_linguist/_index.md index b3529df..30675c4 100644 --- a/content/projects/amateur_linguist/_index.md +++ b/content/projects/amateur_linguist/_index.md @@ -1,5 +1,5 @@ +++ -template = "amateur_linguist.html" +template = "blog.html" title = "Amateur Linguist" +++ Languages are cool. I like languages. I want to languages. Here you will find my linguistics projects. I had an interest in linguistics since I was a child. My native tongue is *English*, but I find interest in these other languages: diff --git a/content/projects/aspiring_game_developer/_index.md b/content/projects/aspiring_game_developer/_index.md index c172326..713c380 100644 --- a/content/projects/aspiring_game_developer/_index.md +++ b/content/projects/aspiring_game_developer/_index.md @@ -1,5 +1,5 @@ +++ -template = "aspiring_game_developer.html" +template = "blog.html" title = "Aspiring Game Developer" +++ I think graphics are cool. I really like graphics. When I grow up I want to be a graphics programmer. My admiration for computer graphics and game development grew with my interests in programming and 3D animation. diff --git a/content/projects/frolicking_photographer/_index.md b/content/projects/frolicking_photographer/_index.md index 90253d4..1f604b9 100644 --- a/content/projects/frolicking_photographer/_index.md +++ b/content/projects/frolicking_photographer/_index.md @@ -1,5 +1,5 @@ +++ -template = "frolicking_photographer.html" +template = "blog.html" title = "Frolicking Photographer" +++ I inherited an old Nikon D70s camera with fungi infested lenses and refurbished an old Canon EOS 300D. diff --git a/content/projects/music_enjoyer/_index.md b/content/projects/music_enjoyer/_index.md index 0798d19..0009800 100644 --- a/content/projects/music_enjoyer/_index.md +++ b/content/projects/music_enjoyer/_index.md @@ -1,5 +1,5 @@ +++ -template = "music_enjoyer.html" +template = "blog.html" title = "Music Enjoyer" +++ I like music. I listen to a lot of music. I want to learn how to make music. Here you'll find my music projects, whenever I get to them. diff --git a/content/projects/vaxandi_forritari/_index.md b/content/projects/vaxandi_forritari/_index.md index 5eedb8e..244d723 100644 --- a/content/projects/vaxandi_forritari/_index.md +++ b/content/projects/vaxandi_forritari/_index.md @@ -1,5 +1,5 @@ +++ -template = "projects.html" +template = "blog.html" title = "Vaxandi Forritari" +++ This is where you'll find my coding projects, tech projects, anything that's coding but isn't game development. diff --git a/templates/adventuring_animator.html b/templates/adventuring_animator.html deleted file mode 100644 index aa9bcb4..0000000 --- a/templates/adventuring_animator.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -

- {{ section.title }} -

- -{{ section.content | safe }} - - - -{% endblock content %} diff --git a/templates/amateur_linguist.html b/templates/amateur_linguist.html deleted file mode 100644 index 9bfcf6d..0000000 --- a/templates/amateur_linguist.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -

- {{ section.title }} -

- -{{ section.content | safe }} - - - -{% endblock content %} diff --git a/templates/aspiring_game_developer.html b/templates/aspiring_game_developer.html deleted file mode 100644 index 0240e48..0000000 --- a/templates/aspiring_game_developer.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -

- {{ section.title }} -

- -{{ section.content | safe }} - - - -{% endblock content %} diff --git a/templates/blog.html b/templates/blog.html index 603b38f..eadba5d 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -5,6 +5,8 @@ {{ section.title }} +{{ section.content | safe }} +