Support website about jailed russian mathematician and software developer Dmitry Bogatov aka KAction.
git clone https://github.com/komachi/freebogatov.xyz && cd freebogatov.xyz
bundle install
bundle exec jekyll serve
How to build and run in Termux
apt install git make clang nodejs ruby ruby-dev libffi-dev libxml2-dev libxslt-dev pkg-config
git clone https://github.com/komachi/freebogatov.xyz && cd freebogatov.xyz
gem install bundle pkg-config
gem install nokogiri -- --use-system-libraries
bundle install
bundle exec jekyll serve