Skip to content

sjpigeon/resume

 
 

Repository files navigation

Jekyll Themes Shield

Orbit

This theme is designed by Xiaoying Riley at 3rd Wave Media. Visit her website for more themes.

I have made this into a Jekyll Theme. Checkout the live demo here.

Desktop Mobile

Installation

  • Clone the repository to your local machine;
  • Go to settings and set master branch as Github Pages source;
  • Your new site should be ready at https://<username>.github.io/resume/;
  • Printable version of the site can be found at https://<username>.github.io/resume/print. Use a third party link https://pdflayer.com/, https://www.web2pdfconvert.com/ etc to get the printable PDF.

Change all the details from one place: _data/data.yml.

To preview/edit locally with docker

docker-compose up

docker-compose.yml file is used to create a container that is reachable under http://localhost:4000. Changes _data/data.yml will be visible after a while.

Local machine

  • Get the repo into your machine
git clone https://github.com/sjpigeon/resume.git
  • Install required ruby gems
bundle install
  • Serve the site locally
bundle exec jekyll serve
  • Navigate to http://localhost:4000

Skins

There are 6 color schemes available:

Blue Turquoise Green
Berry Orange Ceramic

Credits

Thanks to the original theme creators and contributors at 3rd Wave Media.

Check out for more themes: Jekyll Themes.

About

Scott Pigeon's online resume (CV).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.9%
  • CSS 37.3%
  • HTML 6.4%
  • SCSS 4.4%