Hello World

My first post on my English blog

Hi everyone,

This is my first post on this newly created personal site/blog.

I’m still in the early stages of the site development. So expect some changes in the coming weeks. However, I’ll keep the design minimal as much as I can, as I hate busy-looking sites specially when it is about reading text such as blogs and articles.

Comment Section

Unfortunately, for now there’ll be no comment section. I may add something like Discus or Facebook comments API. Still not sure for now, will see.

Markdown Editing

But the best thing I’ve accomplished for now is the usage of Markdown syntax for my pages/blogs instead of pure html/css codes within the text. Thanks to Hugo

Markdown is always fun to write with, specially technical/academic writing. It just feels much faster and straightforward than MS Word.

Here is an example code block;

1
2
3
function myFunction() {
  return true;
}

Why not Wordpress?

Is Wordpress still a blogging-focused CMS?

I love Wordpress and I’ve been using it since 2007, that’s 15 years!

But this time I want to try something different, a newer technology or site design philosophy. So I went with the current trend of SSG (Static Site Generator).

It’s fun and you’ll learn a lot of new things down the road, sharpening your HTML/CSS/JS skills as well. Plus, as everything is completely static so that makes the loading time extremely fast.

Having fun with the Open-Source community, so really nothing to hate here.

That’s about it or now.

Take careā€¦ Mustafa :)