brestprog
brestprog copied to clipboard
Website dedicated to programming olympiads in Belarus
brestprog
A website dedicated to competitive programming (IOI/ICPC-style) in Belarus. Live version is hosted at http://brestprog.by.
The site features two main types of content:
- Competitive programming tutorials.
- Belarusian olympiads results.
All content is in Russian, translations to other languages are not considered a priority.
Building and running
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 project dependencies (bundle install
).
To build the site and run a local server use bundle exec jekyll serve
.