forked from robert/robertjohnson.work
commit
ea5cf20e26
17
README.md
17
README.md
@ -32,6 +32,15 @@ I have made this into a Jekyll Theme. Checkout the live demo [here](https://onli
|
||||
|
||||
Change all the details from one place: ``_data/data.yml``
|
||||
|
||||
## To preview/edit locally with docker
|
||||
|
||||
```sh
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
*docker-compose.yml* file is used to create a container that is reachable under http://localhost:4000.
|
||||
Changes *_data/data.yml* will be visible after a while.
|
||||
|
||||
### Local machine
|
||||
|
||||
* Get the repo into your machine
|
||||
@ -48,14 +57,6 @@ bundle exec jekyll serve
|
||||
```
|
||||
* Navigate to `http://localhost:4000`
|
||||
|
||||
## To preview/edit localy with docker
|
||||
|
||||
```sh
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
*docker-compose.yml* file is used to create a container that is reachable under http://localhost:4000.
|
||||
Changes *_data/data.yml* will be visible after a while.
|
||||
|
||||
## Skins
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user