Member-only story

Hello Hexo — also new home for blog?

Russell Hammett Jr. (Kritner)
2 min readMar 17, 2019

--

Greetings from Hexo and a markdown file!

Lately I’ve been thinking a bit about why I’ve been attempting to blog more.

There were a few reasons for my attempts to blog:

  • Help people through teaching
  • Help myself through teaching
  • Perhaps make a little money by producing content
  • Build some of my “brand”
  • Become a better writer

In the past few months, I feel like I have accomplished something from most of those points, except the make money part — but I thought that was just an added bonus either way.

Through Medium, I had received a few dollars here and there for my posts, but it did not end up covering the cost of the Medium membership, much less the additional cost of filing an additional tax form on the piddly income that came in.

I don’t have much tine before I gotta get the toddler in the bath, so I’ll make this quick. I’ve decided to give Hexo a shot, and perhaps I’ll cross post to medium (but I will definitely still be posting to dev.to).

I’m waiting on a dev.to export so I can (hopefully) more easily migrate to Hexo; additionally I’ll need to update some canonical links everywhere.

Welp. That’s about it!

Oh… do code snippets work out of the box with Hexo?

public void DoStuff(int numberOfStuffsToDo)
{
var count = 0;

while (true)
{
count++;
if (count == 10)
{
return;
}
}
}

Got some google analytics action going on as well.

More to come?! Hope so!

Hexo logo by: https://github.com/hexojs/logo

Originally published at blog.kritner.com on March 17, 2019.

--

--

Russell Hammett Jr. (Kritner)
Russell Hammett Jr. (Kritner)

Written by Russell Hammett Jr. (Kritner)

Just a boring Application Developer/Dad. I enjoy gaming, learning new technologies, reading, and potentially other stuff. That’s about it.

No responses yet