This repository is made to store my solutions to the JavaScript 30 challenge [wonderful challenge organised by @wesbos; do check out the pinned repo in his profile!].
You can scroll through my solution for each problem as well as side-notes to help you [and me] out while coding.
This page is made using an amazing theme called Hyde. In fact, this repo is a fork of Hyde's repo. Please do check it out and support the author, @mdo, if you can!
As for your question, I did the following :
- Forked the repository.
- Opened up
_config.yml
and edited some details to make it feel personal to my purpose. - Added the following code :
plugins: [jekyll-paginate]
paginate_path: "page:num"
- Added my notes in
_posts
folder and gave commit.