forked from robert/robertjohnson.work
Merge branch 'master' into patch-1
This commit is contained in:
commit
d4cfa80826
17
README.md
17
README.md
@ -41,6 +41,23 @@ 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
|
||||
```bash
|
||||
git clone https://github.com/sharu725/online-cv.git
|
||||
```
|
||||
* Install required ruby gems
|
||||
```bash
|
||||
bundle install
|
||||
```
|
||||
* Serve the site locally
|
||||
```bash
|
||||
bundle exec jekyll serve
|
||||
```
|
||||
* Navigate to `http://localhost:4000`
|
||||
|
||||
|
||||
## Skins
|
||||
|
||||
There are 6 color schemes available:
|
||||
|
Loading…
Reference in New Issue
Block a user