-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
README.md
, enhance instructions
- Loading branch information
1 parent
4bb2acf
commit 6e28286
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
README | ||
## SKIP @ 🌐 | ||
|
||
Instructions for **local development**. Make sure to install `jekyll` according | ||
to [instructions](https://jekyllrb.com/docs/installation/). | ||
|
||
In order to run locally, make sure to install jekyll according to instructions https://jekyllrb.com/docs/installation/ | ||
### Install dependencies | ||
|
||
run | ||
```sh | ||
$ bundle install | ||
``` | ||
|
||
`bundle install` | ||
### Run (local level) | ||
|
||
followed by | ||
```sh | ||
$ bundle exec jekyll serve --config "_config.yml,_config_local.yml"` | ||
``` | ||
|
||
`bundle exec jekyll serve --config "_config.yml,_config_local.yml"` | ||
|
||
The _config_local.yml file overrides the url, and makes it so the website is served locally. | ||
The `_config_local.yml` file overrides the url, and makes it so the website is | ||
served locally. |