Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hathawayj authored Dec 2, 2020
1 parent 1bfc1ed commit 1c80945
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simply [fork the mdresume repo](https://github.com/byuids-resumes/mdresume)

![](https://help.github.com/assets/images/help/repository/fork_button.jpg)

and edit the `index.md` file [directly in Github](https://help.github.com/articles/editing-files-in-your-repository/)
and edit the `index.md` file in the `docs` folder [directly in Github](https://help.github.com/articles/editing-files-in-your-repository/)

![](https://help.github.com/assets/images/help/repository/edit-file-edit-button.png)

Expand All @@ -26,10 +26,14 @@ To transform your plain text resume into a beautiful and shareable HTML page, yo

### I. Use Github Pages to publish it online

1. Create a new branch called `gh-pages`.
2. Head to *yourusername*.github.io/mdresume to see your resume live.
1. Edit or move your resume to the `index.md` file in the `docs` folder.
2. Go to settings > GitHub pages to make the changes shown.

Any change you want to make to your CV from then on would have to be done on the `gh-pages` branch and will be immediately rendered by Github Pages.
![](docs_setup.png)

3. Head to *yourusername*.github.io/mdresume to see your resume live.

Any change you want to make to your CV from then on would have to be done in the `docs` folder and will be immediately rendered by Github Pages.

## Styling

Expand Down

0 comments on commit 1c80945

Please sign in to comment.