diff --git a/README.md b/README.md index d2a9fd6..9633dac 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,23 @@ *A simple Jekyll + GitHub Pages powered resume template.* +![img](images/screenshot.png) + ## Docs +### Customizing + +First you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize. Much Most of the basic customization will take place in the `/_config.yml` file, and most of the content configuration will take place in the `/_layouts/resume.html` file + ### Running locally To test locally, run the following in your terminal: +1. Clone repo locally 1. `bundle install` 2. `bundle exec jekyll serve` 3. Open your browser to `localhost:4000` -### Customizing - -Most of the basic customization will take place in the `_config.yml` file. - ### Publishing to GitHub Pages for free ...write me... diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..487e566 Binary files /dev/null and b/images/screenshot.png differ