You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Click this button. [](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.
1. Click this button. [](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
-
23
29
## Setup locally
24
30
25
31
This project is not indended to be run locally with a dev server.
26
32
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.
0 commit comments