Skip to content

My personal/portfolio website built using Jekyll, Semantic UI, and hosted through Github pages!

License

Notifications You must be signed in to change notification settings

AdyKalra/nathan-lam.com

 
 

Repository files navigation

nathan-lam.com

Personal/portfolio website built using Jekyll, Semantic UI, and hosted through Github pages. This repository hosts my personal website, feel free to browse it!

Developers Guide

  • To work on the website, Jekyll must be installed on your machine.
  • Create a directory to hold the project
  • Clone the project to your machine with:
git clone https://github.com/nathancy/nathan-lam.com.git
  • cd into the directory and build the website with:
jekyll build
  • Run the application locally with:
jekyll serve --watch
  • The local website can then be accessed at localhost:4000 from any browser. The production website is built off of the master branch and pushing to master automatically updates the production website.

Note: It may take some time to build the project and start up the application after running the commands.

About

My personal/portfolio website built using Jekyll, Semantic UI, and hosted through Github pages!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.8%
  • HTML 31.4%
  • CSS 27.7%
  • Ruby 2.1%