Skip to content

javiyt/javiyt.github.io

Repository files navigation

Based on jekyll now

After running vagrant up, get into the virtual machine and run:

jekyll server --watch -P 8124 -s /vagrant/ --force_polling

Run on docker

docker run --rm -i --volume=$(pwd):/srv/jekyll -p 4000:4000 jekyll jekyll s