Skip to content

nicksome168/nicksome168.github.io

 
 

Repository files navigation

Portfolio

A simple Jekyll + GitHub Pages powered resume

img

Docs

Running locally

To test locally, run the following in your terminal:

  1. Clone repo locally
  2. bundle install
  3. bundle exec jekyll serve
  4. Open your browser to localhost:4000

Running locally with Docker

To test locally with docker, run the following in your terminal after installing docker into your system:

  1. docker image build -t resume-template .
  2. docker run --rm --name resume-template -v $PWD:/home/app -p 4000:4000 resume-template

Acknowledgments

This is a fork of jglovier/resume-template.

About

Portfolio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.2%
  • SCSS 37.0%
  • Other 0.8%