Skip to content

Commit 38a6ac1

Browse files
Update index.md
1 parent 0e8be1b commit 38a6ac1

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

index.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,34 @@ layout: default
66
[![MichaelCurrin - jekyll-gh-actions-quickstart](https://img.shields.io/static/v1?label=MichaelCurrin&message=jekyll-gh-actions-quickstart&color=blue&logo=github)](https://github.com/MichaelCurrin/jekyll-gh-actions-quickstart)
77

88

9+
## Create your own
10+
11+
1. Click this button. [![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f)](https://github.com/MichaelCurrin/jekyll-themed-site-quickstart/generate)
12+
1. Wait for the first workflow to complete. Go your _Actions_ tab.
13+
1. Check your `gh-pages` branch which was created and see that it has a some static HTML files and assets in it.
14+
1. Go to your repo _Settings_.
15+
1. Enable a GitHub Pages site on the root of the `gh-pages` branch.
16+
1. Go to the _Environment_ section on the right of repo to check the status of the build.
17+
1. When it is done, click View Deploment to open your site.
18+
19+
920
## Resources
1021

22+
Pages on my Dev Resources project.
23+
1124
- [Jekyll](https://michaelcurrin.github.io/dev-resources/resources/jekyll/)
1225
- [GitHub Actions](https://michaelcurrin.github.io/dev-resources/resources/ci-cd/github-actions/)
1326
- [GitHub Pages](https://michaelcurrin.github.io/dev-resources/resources/web/github-pages.html)
1427

1528

16-
## Create your own
17-
18-
1. Click this button. [![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f)](https://github.com/MichaelCurrin/jekyll-themed-site-quickstart/generate)
19-
2. Enable your repo under _Settings_ as a GitHub Pages site.
20-
3. Go to the _environment_ tab to check the status of the build and then get the URL of your GitHub Pages site.
21-
22-
2329
## Setup locally
2430

2531
This project is not indended to be run locally with a dev server.
2632

27-
See this project, which has instructions and a `Gemfile` which are suited for local development.
33+
If you want to run it locally, I recommend following instructions and setup on this project.
2834

2935
[![MichaelCurrin - jekyll-blog-demo](https://img.shields.io/static/v1?label=MichaelCurrin&message=jekyll-blog-demo&color=blue&logo=github)](https://github.com/MichaelCurrin/jekyll-blog-demo)
36+
37+
It covers installing Ruby, Bundle and project gems locally (including Jekyll). It has a `Gemfile` which you can use to get started.
38+
39+
That uses a plain GH Pages and Jekyll 3.9 approach without GH Actions though.

0 commit comments

Comments
 (0)