Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 375 Bytes

File metadata and controls

19 lines (10 loc) · 375 Bytes

This is my website. 😊

Notes To Self

bundle install to install dependencies.

bundle update to update dependencies.

bundle update --bundler to update the bundler version.

bundle exec jekyll serve to build + start server.

Docker

docker build -t jekyll-site .

docker run --rm -p 4000:4000 -v .:/site:Z jekyll-site