Hallo, World!
Written on 2023-08-04
In this post, I test a brand new website! (this one)
HALLO! Welcome to my blog :D
In this test post, I'm gonna test a couple features I have implemented, and show them off! Then, I'll talk about what I'm gonna even use this blog for.
Cool Blog Features
The first and most basic is the syntax styling, which includes bold, italic, bold and italic, strikethrough, and code
. Cool, right? The next feature is the ability to add images! Here's my dog (with rockstar hair):
I can also add links, like this one to my GitHub. Furthermore, using react-syntax-highlighter
, I can add code blocks with syntax highlighting, like this one:
1const helloWorld = () => { 2 console.log("Hello, World!"); 3};
And finally, math. With . I can write inline math, like this: , or I can write block math, like this:
What's this blog for?
To be honest, I haven't yet quite come up with a concrete idea. But I definitely plan on posting about my personal projects, or thoughts that I have about recent developments in the tech world. Maybe even something philosophical, if I'm feeling that way. Who knows?
Whatever it is, I hope you enjoy reading it as much as I enjoy writing it! See you next time!