Hello! You're in the repository for website apotapenko.com
This document contains installation guide and commonly used commands.
For full tutorial refer to tutorial that explains some basics that you'll need to edit webpages and also gives some links for further reading.
To render this website on Ubuntu 16.04 you need:
- Install ruby-dev
# On Ubuntu
sudo apt-get install ruby-dev
# On OSX
brew install ruby
- Install Jekyll gem
sudo gem install jekyll
- Install tufte-jekyll requirements:
sudo gem install bundler
bundle install
bundle clean --force
- Fire Jekyll to see the web page:
jekyll serve -w --port 7003
- Post the commited changes to the live website:
bundle exec rake publish