This article was written a long time ago in a galaxy far, far away… I am a team lead in an outsourcing company. That means I believe (or convince myself) that I lead the team (wait, wait, there wi...
Github Actions - First impression
Although Github Actions service is generally available since November 13, 2020, and there are about 243,000,000 results for “github actions” in Google search already, I have just reached it… It’s ...
AWS SAA exam results
926 out of 1000 Last week I’ve successfully passed AWS SAA exam with 926 points from 1000 possible. I can’t help saying this and showing off my verification page, just because I am very happy so pl...
📚 Customize the Favicon
In Chirpy, the image files of Favicons are placed in assets/img/favicons/. You may need to replace them with your own. So let’s see how to customize these Favicons. With a square image (PNG, JPG o...
📚 Getting Started
Installation Fork Chirpy on GitHub, rename the repository to USERNAME.github.io (where USERNAME is your GitHub username), and then open terminal and clone the fork to local by: $ git clone https:...
📚 Writing a New Post
Naming and Path Create a new file named YYYY-MM-DD-TITLE.EXTENSION and put it in the _post/ of the root directory. Please note that the EXTENSION must be one of md and markdown. Front Matter Bas...