So you decided to write something here
Hello World!
Time has come to write something here, in this forgotten site of the internet. I started this post, like my first C program many, many years ago. Do you remember your first, working soft? Was it ‘Hello World’?
I name it such, becase it’s my genesis post. A very first one.
Probably as all other posts, I’m writing it for myself only. And the purpose of the genesis post is to make me post more often. But how?
Maybe I’ll write a little bit more about blog’s tech stack, but to keep it short, it’s jekyll-based blog, hosted by Github Pages. Just because I love everything git(hub).
How to create a new blog post?
It requires to create a file in the _posts
directory, and the file should contain a date in specified format. Too much to keep in my little head. But wait, we’re living in OSS-era, right?
It happens that, Tom Russell already created python script to make this file. Thanks Buddy!
Here how to use this thing.
./new-post.py 'my new post title' category1 category2 ...
If you’d ask, that’s exactly how this particular post was created ;) OK. Enought!