Skip to content

Commit

Permalink
Update to new github username
Browse files Browse the repository at this point in the history
  • Loading branch information
peteretelej committed Mar 7, 2016
1 parent df610ba commit 13a050e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -3,5 +3,5 @@ jekyll-container:
ports:
- "4000:4000"
volumes:
- /home/chief/workspaces/github.com/etelej.github.io:/app
- /home/chief/workspaces/github.com/peteretelej.github.io:/app
working_dir: /app
4 changes: 2 additions & 2 deletions readme.MD
Expand Up @@ -2,7 +2,7 @@

An optimized [jekyll]("http://jekyllrb.com") docker image ([etelej/jekyll](https://hub.docker.com/r/etelej/jekyll/)) for building Jekyll containers. **Helpful in developing manually built Jekyll [Github Pages]("https://pages.github.com")** without much overhead, or having to install Jekyll's multiple dependencies.

## Creating the [Jekyll container](https://etelej.github.io/jekyll-container/):
## Creating the [Jekyll container](https://peteretelej.github.io/jekyll-container/):

Simply run this command from **within your githubpages directory**:

Expand All @@ -25,7 +25,7 @@ Edit docker-compose.yml from:

```yml
volumes:
- /home/chief/workspaces/github.com/etelej.github.io:/code
- /home/chief/workspaces/github.com/peteretelej.github.io:/code
```

To:
Expand Down

0 comments on commit 13a050e

Please sign in to comment.