Copyright (C) 2019 Martin, https://www.martinreus.com
- Fork the repo.
- Clone a copy of your fork on your local
- Create a branch off of master and give it a meaningful name (e.g. martinreus-github-io).
- Make necessary changes, commit, push and open a pull request on GitHub.
Feel free to Open an issue
- Install ruby using a tool like rvm
- run
bundle install
- run
bundle exec jekyll serve
to test changes on http://localhost:4000 (further information for jekyll usages https://jekyllrb.com/docs/usage/)
Thank you!