A Jekyll implementation of the Stylish Portfolio template by Start Bootstrap.
See the site in action at https://volny.github.io/stylish-portfolio-jekyll/
- Start by adding your info in
_config.yml - Add as many address lines as you want. Your address will also be used to show your location on the map.
- For the emdeded map to work you'll need to get a key from Google Maps Embed API
- In
_layouts/front.htmlreorder or remove section as you prefer.
- docker build -f _docker/Dockerfile -t amit0645/ruby:v1.0.0
- docker build . -f _docker/Dockerfile -t amit0645/ruby:v1.0.0
- docker run -p 4000:4000 -it --rm --name ruby_v1.0.0 amit0645/ruby:v1.0.0
- docker run --add-host=localhost=192.168.0.151 -it --rm --name ruby_v1.0.0 amit0645/ruby:v1.0.0
- iptables -t nat -A OUTPUT -o lo -p tcp --dport 80 -j REDIRECT --to-port 4000
- iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 4000
- bundle exec jekyll serve --livereload --open-url http://192.168.0.151:4000/
- jekyll serve --livereload --open-url http://192.168.0.151:4000/
- jekyll serve --host 0.0.0.0 #works using Bcast