Well, I finally did it. Some fifteen years after I wrote my first lines of code, I’ve finally decided to make a personal blog. GOLD STAR FOR ME! I have high hopes for keeping active with blog posts describing my adventures in the wonderful world of programming, automotive things, and whatever else I decide to ramble on about. I’ve decided to use the popular Jekyll as my blogging platform, I’m diggin’ it so far. Anyhow, stay tuned, as this will surely be an exciting blog. Surely ;)
Here is some code to test syntax highlighting, I hope it looks good!
<?php
class Speaker {
public function sayHello(){
echo "Hello World!";
}
}
?>
First post done, that wasn’t so bad!