Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 847 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 847 Bytes

My ideas and findings, shared with you

Take me to the site!!

Copyright

Copyright (C) 2019 Martin, https://www.martinreus.com

Contribute

  1. Fork the repo.
  2. Clone a copy of your fork on your local
  3. Create a branch off of master and give it a meaningful name (e.g. martinreus-github-io).
  4. Make necessary changes, commit, push and open a pull request on GitHub.

Comments? Suggestions? Found a bug / typo?

Feel free to Open an issue

Running locally

  1. Install ruby using a tool like rvm
  2. run bundle install
  3. run bundle exec jekyll serve to test changes on http://localhost:4000 (further information for jekyll usages https://jekyllrb.com/docs/usage/)

Thank you!