update readme

This commit is contained in:
Joel Glovier
2015-07-22 23:26:25 -04:00
parent be52819c97
commit aaec6b2482
2 changed files with 7 additions and 4 deletions
+7 -4
View File
@@ -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...