Skip to content

Commit

Permalink
update test container and _config.yml to make it work on my system (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
djwillia authored Oct 25, 2018
1 parent ae8910f commit ae51491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ This is the repository for the nabla-containers.github.io blog.
The page can be simulated with the following container:

```
docker run --rm -v $PWD:/site -p 4000:4000 andredumas/github-pages serve --watch
docker run -t --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages
```
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ author:
version: 1.0.0
github:
repo: https://github.com/nabla-containers

repository: nabla-containers.github.io/nabla-containers

collections:
authors:
output: true
Expand Down

0 comments on commit ae51491

Please sign in to comment.