Notes for maintaining my portfolio website.
- git clone this repo on vscode
- open folder in container (using vscode)
- run
bundle install
- run
bundle update
- run
bundle exec jekyll serve --livereload
- open docker container (using vscode)
- run
bundle exec jekyll serve --livereload
- make changes
- update devlog.md file
- commit and push (using vscode command palette)