Welcome to my Blog!
This blog will serve as a place for me to post anything I find interesting, whether it be programming related or just a topic I am curious about.
The way the blog is set up us interesting, so I'll outline how it works:
- All the blog posts are saved as Markdown files in a folder in this project
- I use gray-matter in order to parse metadata that is at the top of the blog post, which includes the date and title, as well as to parse the actual content of the file
- Remark is used to process the parsed content and convert it to HTML
Since this website is built upon NextJS 14, the use of the app directory helps to structure the routing for individual blog posts.
As this site is being developed, the blog will be maintained regularly, as of now I am aiming for once every 2 weeks. The next few posts will be discussing web development, covering HTML tags and my ideas concerning how websites should be structured. I might also have a post discussing CSS properties, but that might be too long.