File tree Expand file tree Collapse file tree
cookbooks/github-pages/recipes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Cookbooks:
3131Start jekyll server (as root):
3232------------------------------------------------------------------
3333```
34- jekyll serve --source /var/www/jekyll-example/ --destination /tmp/jekyll/sites/jekyll-example/ --port 80 --watch --force_polling
34+ jekyll serve --source /var/www/jekyll-example/ --destination /tmp/jekyll/sites/jekyll-example/ --port 80 --watch --force_polling --config /var/www/jekyll-example/_config.local.yml
3535```
3636After starting a jekyll server it avaiable in you browser under http://localhost:8080/ .
3737
3838Building page (as root):
3939------------------------------------------------------------------
4040```
41- jekyll build --source /var/www/jekyll-example/ --destination /tmp/jekyll/sites/jekyll-example/ --watch --force_polling
41+ jekyll build --source /var/www/jekyll-example/ --destination /tmp/jekyll/sites/jekyll-example/ --watch --force_polling --config /var/www/jekyll-example/_config.local.yml
4242```
4343
4444Kill jekyll's (as root):
Original file line number Diff line number Diff line change 2222end
2323
2424execute "start automatic building of 'jekyll-example' with jekyll" do
25- command "jekyll serve --source /var/www/jekyll-example/ --destination /tmp/jekyll/sites/jekyll-example/ --port 80 --watch --force_polling --detach"
25+ command "jekyll serve --source /var/www/jekyll-example/ --destination /tmp/jekyll/sites/jekyll-example/ --port 80 --watch --force_polling --detach --config /var/www/jekyll-example/_config.local.yml "
2626 user "root"
2727 action :run
2828end
You can’t perform that action at this time.
0 commit comments