diff --git a/dhsi/day-two/github-publishing.md b/dhsi/day-two/github-publishing.md index d74c5498..b9bc1685 100644 --- a/dhsi/day-two/github-publishing.md +++ b/dhsi/day-two/github-publishing.md @@ -16,4 +16,16 @@ Maybe you want to publish multiple files without having to go through the workbe ![](imgs/3-github-publishing.png) 11. Click the save button ![](imgs/4-github-publishing.png) -12. It will take about a minute for your site to build. After it has built, the content will be visible at `[github_username].github.io/[repository_name]`. If you follow the folder path your manifest you should be able to view it in the browser. `[github_username].github.io/[repository_name]/path/to/file/filename.json` \ No newline at end of file +12. It will take about a minute for your site to build. After it has built, the content will be visible at `[github_username].github.io/[repository_name]`. If you follow the folder path your manifest you should be able to view it in the browser. `[github_username].github.io/[repository_name]/path/to/file/filename.json` + + +# Saving your Github URL for easy access +1. Go to the homepage of your repository. +2. Click on the gear icon on the right hand side of the page. +![](imgs/5-github-publishing.png) +3. Click on `Use your GitHub pages website` checkbox underneath the website box. +![](imgs/6-github-publishing.png) +4. The checkbox should autofill with your website. Click the save changes button. +![](imgs/7-github-publishing.png) +5. A link to your website should be in the right hand column underneath the `About` heading. +![](imgs/8-github-publishing.png) diff --git a/dhsi/day-two/imgs/5-github-publishing.png b/dhsi/day-two/imgs/5-github-publishing.png new file mode 100644 index 00000000..67052405 Binary files /dev/null and b/dhsi/day-two/imgs/5-github-publishing.png differ diff --git a/dhsi/day-two/imgs/6-github-publishing.png b/dhsi/day-two/imgs/6-github-publishing.png new file mode 100644 index 00000000..16118c99 Binary files /dev/null and b/dhsi/day-two/imgs/6-github-publishing.png differ diff --git a/dhsi/day-two/imgs/7-github-publishing.png b/dhsi/day-two/imgs/7-github-publishing.png new file mode 100644 index 00000000..c3ac8bd9 Binary files /dev/null and b/dhsi/day-two/imgs/7-github-publishing.png differ diff --git a/dhsi/day-two/imgs/8-github-publishing.png b/dhsi/day-two/imgs/8-github-publishing.png new file mode 100644 index 00000000..134b1692 Binary files /dev/null and b/dhsi/day-two/imgs/8-github-publishing.png differ