blog-legacy.marcreyes.ph

blog-legacy.marcreyes.ph

Repository for my legacy blog page. Made with Jekyll and deployed with Netlify DNS.

Marc Reyes Blog

A blog website by Marc Reyes

⚠️ [UPDATE] Blog has a new home. I just moved blog.marcreyes.ph domain to Medium in hopes of reaching more audiences. This site will still be available on the webspace at blog-legacy.marcreyes.ph. Hope you'll still continue to read the stories that I'll be sharing soon.

I'm Marc, a Software Engineer from the Philippines. I build software, automate processes, an make data-driven decisions. Currently working at GCash as a Machine Learning Engineer.

Site is proudly made with Jekyll, hosted on GitHub, and deployed with Netlify.

Setup

Install Jekyll: To install Jekyll, follow the directions stated here.

Deployment

$ git clone --recursive [email protected]:/mabreyes/blog.marcreyes.ph
$ cd blog.marcreyes.ph
$ bundle install
$ jekyll build
$ jekyll serve