This is the code repository for my personal site! View it currently at https://helen-m-lin.github.io/helenlincodes/. Please do not use any of this project including any images without my permission. Thanks!
- Ensure Ruby is installed.
- Install Bundler and Jekyll using
gem install bundler
andgem install jekyll
. - Install Sass using
npm install -g sass
IMPORTANT: in _config.yml, comment out the value for url
(so that the line becomes url: #"/helenlincodes"
). This is necessary because when GitHub Pages deploys the side, the url is preceeded by /helenlincodes, while in local dev, it is not. DO NOT COMMIT THIS CHANGE.
- Open a terminal in the root directory of the local repo.
- Run
bundle install
- Run
bundle exec jekyll serve --livereload
orjekyll serve
- App should now be running on http://localhost:4000/.
- Web hosting: GitHub Pages with Jekyll and Bundler
- initial template based on: http://jmcglone.com/guides/github-pages/