This commit is contained in:
CJSatnarine
2025-03-15 23:14:24 -04:00
parent 955979513e
commit 6f5a806d24
16 changed files with 2540 additions and 3 deletions

9
blog/content/_index.md Normal file
View File

@@ -0,0 +1,9 @@
+++
template = "index.html"
title = "CJ Satnarine"
+++
Hey... I'm CJ! But you can call me CJ... As you can tell, this website is currently under construction. I'll be updating it slowly as I learn more web development. I'm remaking this website with [Zola](https://www.getzola.org/) because I want to write blogs and devlogs in the future.
Any way, I'm an aspriring graphics programmer from Waterloo, Ontario. I've got a few weird interests in linguistics, history, maths, 3D animation, game development, and art.
Currently, I'm spending a lot of my time learning a lot of things relating to my interests. You can check out my <a href="https://github.com/CJSatnarine" target="_blank">Github</a> to see what I'm up to.

View File

@@ -0,0 +1,8 @@
+++
title = "List of blog posts"
sort_by = "date"
template = "blog.html"
page_template = "blog-page.html"
+++
amogus

View File

@@ -0,0 +1,10 @@
+++
title = "testing second blog"
date = "2025-03-14"
+++
This is the second blog post I have made here.
### Interesting facts.
There are no interesting facts.
[This is a link to my GitHub.](https://github.com/CJSatnarine)

View File

@@ -0,0 +1,10 @@
+++
title = "testing first blog"
date = "2025-03-14"
+++
This is the first blog post I have made here.
### Interesting facts.
There are no interesting facts.
[This is a link to my GitHub.](https://github.com/CJSatnarine)