aughhhh
This commit is contained in:
9
blog/content/_index.md
Normal file
9
blog/content/_index.md
Normal 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.
|
||||
|
8
blog/content/blog/_index.md
Normal file
8
blog/content/blog/_index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = "List of blog posts"
|
||||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "blog-page.html"
|
||||
+++
|
||||
|
||||
amogus
|
10
blog/content/blog/another.md
Normal file
10
blog/content/blog/another.md
Normal 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)
|
10
blog/content/blog/first_blog.md
Normal file
10
blog/content/blog/first_blog.md
Normal 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)
|
Reference in New Issue
Block a user