- grab a copy of
templates/Exercise-template.markdown
- rename the file and add your content
- send the file to fourhourtester@gmail.com
- fork the repository
- grab a copy of
templates/Exercise-template.markdown
- rename the file, move it to
_exercises
and add your content - submit a pull request
It's basically the same as contributing an exercise, except you grab templates/Solution-template.markdown
and it goes into the _solutions
folder.
Send a mail to fourhourtester@gmail.com or submit a pull request with an update to _data/blogposts.yml
.
- (first time only)
bundle install
to install Jekyll - edit
_config.yml
so url is pointing to local host, otherwise links in the header will point to actual site bundle exec jekyll serve