delete blog directory
This commit is contained in:
6
content/blog/_index.md
Normal file
6
content/blog/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = "Blog Posts"
|
||||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "blog-page.html"
|
||||
+++
|
BIN
content/blog/first_blog/html_image.png
Normal file
BIN
content/blog/first_blog/html_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
24
content/blog/first_blog/index.md
Normal file
24
content/blog/first_blog/index.md
Normal file
@@ -0,0 +1,24 @@
|
||||
+++
|
||||
title = "First blog post: Website Stuff"
|
||||
date = "2025-03-21"
|
||||
authors = ["CJ Satnarine"]
|
||||
+++
|
||||
This is the first blog post I have made here, or any where for that matter. The entire purpose of this blog was to test out how it would be to write one.
|
||||
|
||||
## In the beginning...
|
||||
This website project started as a plain, unstyled HTML file that had a couple of changes occasionally.
|
||||

|
||||
|
||||
## The Head
|
||||
The idea for the head came from a project I was working on (a [tiny renderer](https://github.com/CJSatnarine/tiny_renderer)), where a wireframe render inspired me to add a rotating wireframe furry wolf head to my personal website.
|
||||
<center><img src="output.gif" width="640" height="360"/></center>
|
||||
|
||||
To accomplish this, I created a wolf head in Blender and exported it in a Wavefront .obj format. I used [Three.js](https://threejs.org/) to render the wolf head on the website. This version of the website is where I also started using CSS.
|
||||
|
||||
I should note that this was the first time I was working with JavaScript and CSS, and if it wasn't for some amazing people guiding me and answering my questions, I would have probably not made it this far. To deploy this website, I used Vite.
|
||||
|
||||
## Zola
|
||||
I love using markdown. I prefer it over most other markup languages, and I write most of my notes in it. When I found out I could use markdown for web dev, I started to replace my previous website design to use Zola (mostly so I can get help from a friend that uses/recommended it). This took me about a week to do, somehow.
|
||||
|
||||
## What next?
|
||||
I plan on uploading more work onto here: projects, devlogs, art or animations, and more blogs.
|
BIN
content/blog/first_blog/output.gif
Normal file
BIN
content/blog/first_blog/output.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 MiB |
BIN
content/blog/first_blog/website_image.png
Normal file
BIN
content/blog/first_blog/website_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user