Skip to main content

History of EvanTay.com

ยท 3 min read
Evan Tay

Established in 2013

I first bought my personal domain www.evantay.com way back in 2013. Younger me thought it would be cool and fun to run my own website, and it still is. ๐Ÿ˜Ž

To be honest, I can't even remember what my very first website looked like, but I am quite sure it was built using vanilla HTML and CSS, something unthinkable in this day and age.

Move to Grav CMS in 2017

Given that I was building everything from the ground up, maintainability became problematic. In 2017, older younger me decided it wasn't worth the effort to do it myself, and I started shopping for a framework to adopt. I eventually settled on using Grav, a flat-file Content Management System (CMS) powered by PHP. I chose it because I was familiar and interested in PHP at the time.

To get started on building my second site quickly, I used a one-page Grav theme Ceevee.

Ceevee

However, I still wanted to add my personal touch to my portfolio website. This led me to heavily modifying the theme numerous times over the years, from 2017 up until 2020. It was a really fun journey while it lasted.

EvanTay.com v1 site

Move to Cloud in 2017

About the same time, I also moved from using a website host to DigitalOcean. I hosted my website on the cheapest droplet (VM) I could find (the 5 bucks one). I ran CentOS on the VM, and used an Nginx web server to serve the Grav website. Pretty old-school right?

Start of DigiDocs in 2019

Last year, during January 2019, I also started working on a separate pet project called DigiDocs, my personal documentation website. I was motivated to do so because I wanted to consolidate useful knowledge gained from attending university classes, and my own self-directed learning. I kept the site updated up until October 2020.

Back then, DigiDocs lived at www.evantay.com/docs, and was served by the same Nginx server which served my main portfolio website.

Move to Docusaurus v2 in 2020

More recently, in October 2020, I decided to replace both documentation and portfolio site with a single Docusaurus v2 website (which you're looking at right now).

I did so because I wanted to:

  1. Keep up with the latest technologies: I wanted to learn more about Docusaurus v2 and also ReactJS, which is what Docusaurus is built upon. It was about time to move on from PHP.
  2. Reduce operating costs by moving from a dynamic to static website ๐Ÿ’ธ : Given that all of my content are static, it did not make sense that I was using a dynamic PHP site generator such as Grav. By moving to a static website, I will be able to host my site at a cheaper cost or even for free! I am planning to achieve the latter by using GitHub pages.

So far, the experience of using Docusaurus v2 has been great! I am glad I started on this migration journey, despite feeling sentimental about my old portfolio and documentation websites.