Update README.md

This commit is contained in:
Jacob Støren
2015-08-24 09:07:42 +02:00
parent 481c1a5c65
commit 89466fb6e5

View File

@@ -8,10 +8,14 @@ ResInsight
- Open Settings
- Set gh-pages as default branch
- Enable Git Hub Pages
- Add baseurl: /ResInsight to _config.yml
- Add "baseurl: /ResInsight" to _config.yml
- delete the CNAME file in the fork
- go to your_githubname.github.io/ResInsight and see your version of the site
- commit your changes, and they will appear on the site after a few seconds
## Puliblishing to main gh-pages
The history is not important, so publishing of the new site to ResInsight gh-pages is easiest done by manually copying your site changes into a single checkin on ResInsight/gh-pages.
You will then have to delete all the files in ResInsight/gh-pages **exept** the .git directory, CNAME and _config.yml.
Then copy all the files from the new "site" **exept** the .git directory, CNAME and _config.yml.