0%

Introduction

In addition to Linkedin, I was looking for somewhere to host a site for my academic/working experience with a bit more details. It turns out that using Hugo with Academic theme/framework fits my needs, and it looks pretty nice and clean. So, here is how I setup it up.

Read more »

Serverless

What is Serverless?

No server, right?

  • No need to manage servers
  • No need to even think about servers
  • No need to provision infrasturcture
  • Pay only for what you use
  • It’s not about billing, it’s about developer experience
  • Deploy functions not apps (FaaS)
  • Event-oriented
    Read more »

What is Disqus?

Disqus is a networked community platform used by hundreds of thousands of sites all over the web. With Disqus, your website gains a feature-rich comment system complete with social network integration, advanced administration and moderation options, and other extensive community functions. Most importantly, by utilizing Disqus, you are instantly plugging into our web-wide community network, connecting millions of global users to your small blog or large media hub.

Read more »

Signing Git commits using GPG keys

The idea here is to setup GPG signature verification for my blog repo to make sure that all commits are from me or someone I trust.

Signing Git commits using GPG keys is the process of using a cryptographic identity to assert that a given chance to a piece of software was made by a given individual, organization, or other entity. This is accomplished by associating a digital signature with the commit itself. Other users of the software can then validate that the software being patched was modified only by source they trust.

Read more »

I was looking for an easy way to setup a personal blog for free but meanwhile also learning something new. It came out that setting up a website using Static Site Generators and GitHub Pages is kind of interesting and fulfill my needs. So, today I am going to briefly describe how I setup my blog using Hexo on GitHub page.

References:
StaticGen: https://www.staticgen.com
Hexo: https://hexo.io
Hexo Docs: https://hexo.io/docs/
NexT theme: https://github.com/theme-next/hexo-theme-next
Introduction | Hexo - Static Site Generator | Tutorial

Read more »