Windows:
- VirtualBox - https://www.virtualbox.org/wiki/Downloads
- Vagrant - http://downloads.vagrantup.com/
- Putty - http://www.putty.org
- GitHub - https://windows.github.com/
Tested with: VirtualBox 4.3.20, Vagrant 1.6.5
CLONE - https://github.com/mlatzko/jekyll-example - This repository is used in the Vagrantfile as sync folder.
https://help.github.com/articles/using-jekyll-with-pages
- apt
- github-pages
- nodejs
- make
- ruby
- rubygems
The basic usage is described here jekyllrb.com. This section here is just a short instruction.
Command:
sudo jekyll serve --source <source> --destination <destination> --port <port> --watch --force_polling --config <config>
Example by using tech. study - jekyll-example
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
Notice: There are two _config.yml file. The first "_config.yml" is use for the github pages version.
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
without defining the local version of the _config.yml while starting via jekyll serve
the page will not be correct rendered.
sudo kill -9 $(ps opid= -C jekyll)
- https://www.virtualbox.org/
- http://www.vagrantbox.es/
- http://www.putty.org/
- http://jekyllrb.com/
- http://jekyllrb.com/docs/usage/
- https://github.com/Shopify/liquid/wiki/Liquid-for-Designers (Template Language)
Copyright 2015 Mathias Latzko
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.