Starting Fresh -- Now with Ghost!

If anyone of you have been reading my posts up to this point, this shouldn't surprise you at all. I'd like to defend myself if I could. Just for a moment.

Blogging is supposed to be fun. It's my way of 'talking' for fun and and it's (hopefully) going to be consumed by someone for enjoyment. At least I enjoy it when I read blog posts by others. Given the fun nature, and not-a-project aspect of it - I git disheartened when a host fails to remain thoughtless. As soon as I have to start rebooting, or managing a server to host a blog I feel I'd rather abandon it (hence previous changes). This is probably not my last - I won't make promises but so far Ghost has started out to be a great choice. I set it up on DigitalOcean in one click, swapped my domain over and boom - you're seeing this (oh, I might have installed a theme but shh!).

Anyways, my plans for this blog are to pick up where I left off. I've got a Go/React blog tutorial going which I never got around to starting. Well, I plan to do that. Although not as frequently as I think I originally planned. This place is for me to advertise my other fun projects.

So for content, expect me to port some of my older posts over from my previous blog in the coming days and post a new one about my latest project github.com/bbuck/dragon-mud. I'm rebuilding (and in open source this time) a MUD game server for fun and enjoyment.

That's it for the basic update. I will do my best to stay on top of things here.

// Just testing source code and stuff.
func main() {
        fmt.Println("Hello, World")
}