Official website of Club of Programmers, IIT (BHU) Varanasi.
Click here to see COPS blogs. We open heartedly welcome blogs related to any field of Computer Science. To submit your blog, please read the Contributing section.
Contributions, such as typo corrections or bug reports, are very welcome! Feel free to open or report an issue or make a pull request to the master
branch. All blog posts are written in Markdown in the _posts
directory, which gets deployed automatically by COPS when a pull request is merged.
- Use Ruby version manager, like rbenv, to install Ruby V2.6.3. You can try using rbenv-installer (recommended).
- If using rbenv, run
rbenv install
in the project directory. - Install bundler with
gem install bundler
, once using the correct ruby version. - Install dependency gems using
bundler install
. - To run the site on local server, using
bundle exec jekyll serve
.