Hello Hexo - also new home for blog?

Hello Hexo - also new home for blog?

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 time 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?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
public void DoStuff(int numberOfStuffsToDo)
{
var count = 0;

// Do things that are neat
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

Author

Russ Hammett

Posted on

2019-03-17

Updated on

2022-10-13

Licensed under

Comments