This landing page was built using Jekyll and GitHub Pages.
- Add site and author details in
_config.yml
. - Add Google Analytics and Disqus keys to
_config.yml
. - Install Jekyll on the local machine.
- Clone repository using Git.
Install the dependencies with Bundler:
$ bundle install
Run jekyll
commands through Bundler to ensure you're using the right versions:
$ bundle exec jekyll serve
After making changes to the files, commit the changes and push to the master branch.