tylercrumpton / me.crump.space

πŸ“œπŸŽ“πŸ§‘β€πŸ’» My personal professional web resume! #OpenToWork

Home Page:https://me.crump.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

me.crump.space - A professional resume for Tyler Crumpton

Instructions here are mostly intended for future-Tyler so that he remembers how to update and run this thing

Running locally with Docker

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

  1. docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve
  2. Navigate to http://localhost:4000

Customizing

Options/configuration

Most of the basic customization will take place in the /_config.yml file. Some special ones to note:

  • resume_header_contact_info: Use this to set your address and phone number (but don't commit this!)
  • display_header_contact_info: Set this to true to display the above information (just for making paper or PDF copies, don't publish this to the Internet)

Editing content

Most of the content configuration will take place in the /_layouts/resume.html file, so edit the markup there accordingly.

License

The code and styles are licensed under the MIT license. See project license. Obviously you should not use the content of this repo in your own resume. Also, you should totally check out the parent repo jglovier/resume-template instead! πŸ˜‰

About

πŸ“œπŸŽ“πŸ§‘β€πŸ’» My personal professional web resume! #OpenToWork

https://me.crump.space

License:MIT License


Languages

Language:HTML 62.2%Language:SCSS 37.5%Language:Ruby 0.4%