Added serve script
This commit is contained in:
parent
e3ac34b286
commit
63a345028d
3 changed files with 8 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ tags: [ 'tutorial' ]
|
|||
|
||||
Click the view more posts link bellow, to see the currently available post-tutorials to help you get your { Personal } website up and running quicker!
|
||||
|
||||
Note that every time you update the site configuration (_config.yml), you will need to *jekyll serve* the site with *--watch* flag, or cancel the serving (*Ctr + C*) and *jekyll serve* again.
|
||||
Note that every time you update the site configuration (_config.yml), you will need
|
||||
to cancel the serving (*Ctr + C*) and serve the website again.
|
||||
|
||||
Any contributions, feedback and issues to the <a href="https://github.com/PanosSakkos/personal-jekyll-theme" target="_blank">repo</a> are more than welcome!
|
||||
|
|
|
|||
|
|
@ -67,7 +67,9 @@ Check it live [here](https://panossakkos.github.io/personal-jekyll-theme/blog/in
|
|||
|
||||
## How to run locally
|
||||
|
||||
jekyll serve --watch --baseurl ""
|
||||
````
|
||||
./scripts/serve
|
||||
````
|
||||
|
||||
## Wiki
|
||||
Don't forget to list your { Personal } blog in the [wiki](https://github.com/PanosSakkos/personal-jekyll-theme/wiki/Blogs-using-%7B-Personal-%7D) 😉
|
||||
|
|
|
|||
3
scripts/serve
Executable file
3
scripts/serve
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
jekyll serve --baseurl ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue