A site dedicated to competitive programming in Belarus with explanations of multiple topics in Russian. The previous version is hosted at neocities, the redesigned version will be eventually available on GitHub Pages.
The site is currently undergoing rewrite, the major points are automatic tests for code listings and improved styling.
To build this site locally you need to have Ruby (with RubyGems)
installed. Then, install the Bundler gem (gem install bundler
),
and use it to install the site dependencies (bundler install
).
To run a local server with built contents, use bundle exec jekyll serve
.