Skip to content

Commit

Permalink
small doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
datvance committed Jan 9, 2020
1 parent 63d260d commit cf7590a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ First, decide where to house the [publishing source](https://help.github.com/en/
* Click the "Settings" tab in the top right
* Scroll down to the "GitHub Pages" section
* For Source, choose "master branch /docs folder" (learn more about [publishing sources](https://help.github.com/en/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites))
* Ignore the "Choose a theme" button. Your theme (Koru-Jekyll) is configured in the _config.yml file of your new repo
* Ignore the "Choose a theme" button. Your theme (Koru-Jekyll) is configured in the docs/_config.yml file of your repo
* Your new site should now be published at https://ncar.github.io/your-repo-name/

## Creating Content
Expand Down Expand Up @@ -110,7 +110,7 @@ There is no "preview" facility in GitHub Pages. You will need to stand up your s

Run `docker-compose up --build` to (re)build the jekyll images and run the container.

This will create a container and mount your current repository directory on the container. The container runs `jekyll serve` and creates a local server environment in the container. Once the container is up and running, a local version of your site will be available at http://localhost:4000
This will create a container and mount your current repository directory on the container. The container runs `jekyll serve` and creates a local server environment in the container. Once the container is up and running, a local version of your site will be available at http://localhost:4000.

Any changes you make to your local repository will be made to the container. To see updates you will need to refresh your browser.

Expand Down

0 comments on commit cf7590a

Please sign in to comment.