If you have an article/tutorial/guide you would like to contribute, look into _posts folder. Also check out TODOs for list of things that need doing.
If you find a typo, have an idea or feature request - feel free to submit an or make a pull request.
Uses Jekyll and is based on Minima theme.
- Setup GitHub account
- Fork this repository
- Make changes to your forked repository
- Submit a pull request
- Await acceptance of your changes
- Brag about being an open source contributor
- Install ruby, make sure you have
gem
in PATH - Install jekyll and bundler
gem install jekyll bundler
cd
into site's folder- Run
bundler
to install dependecies - Start local server with
bundle exec jekyll serve
, navigate to http://localhost:4000