From 64f486522aa2f9e013ce780bbfbd8abca4f155b4 Mon Sep 17 00:00:00 2001 From: Vicente Plata Date: Thu, 31 Jan 2019 05:25:48 -0500 Subject: [PATCH] :pencil: Add gh-pages branch recreation note (#92) Improve the README by adding a note to recreate the `gh-pages` branch post-fork. Watch: https://youtu.be/T2nx6tj-ZH4?t=100 for more. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3e416..34f368f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ I have made this into a Jekyll Theme. Checkout the live demo [here](https://webj ## Installation * [Fork](https://github.com/sharu725/online-cv/fork) the repository +* Delete the `gh-pages` branch +* Re-create the `gh-pages` branch * Go to settings and set Github Pages source as master. * Your new site should be ready at `https://username.github.io/online-cv/` @@ -55,4 +57,4 @@ Check out for more themes: [**Jekyll Themes**](http://jekyll-themes.com). ## License -This project is licensed under the [MIT license](LICENSE.txt). \ No newline at end of file +This project is licensed under the [MIT license](LICENSE.txt).