Skip to content

Commit 62151da

Browse files
committed
Update documenation
1 parent 1895ac4 commit 62151da

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ Starting a jekyll server:
3333
The basic usage is describe on [jekyllrb.com](http://jekyllrb.com/docs/usage/) page. This is just a short instruction
3434
for further information look there.
3535

36-
*Command:*
36+
**Command:**
3737
```
3838
sudo jekyll serve --source <source> --destination <destination> --port <port> --watch --force_polling --config <config>
3939
```
40-
*Example by using tech. study [jekyll-example](https://github.com/mlatzko/jekyll-example)*
40+
**Example by using tech. study** - [jekyll-example](https://github.com/mlatzko/jekyll-example)
4141
```
4242
jekyll serve --source /var/www/jekyll-example/ --destination /tmp/jekyll/sites/jekyll-exampl --port 80 --watch --force_polling --config /var/www/jekyll-example/_config.local.yml
4343
```
44-
*Notice:* There are two _config.yml one default and one specfic for local development with this machine, the
45-
reason is that the page is also rendered by github page see [jekyll-example](https://github.com/mlatzko/jekyll-example) repository.
46-
The example page is available under [http://mlatzko.github.io/jekyll-example/].
44+
**Notice:** There are two _config.yml file. The first "_config.yml" is use for the [github pages version](http://mlatzko.github.io/jekyll-example/).
45+
The second one is used for this machine and is call "_config.local.yml". Be aware of that the if you use the [jekyll-example](https://github.com/mlatzko/jekyll-example)
46+
without defining the local version of the _config.yml the page will not be rendered correct.
4747

4848
Kill any jekyll's without thinking:
4949
------------------------------------------------------------------

0 commit comments

Comments
 (0)