Skip to content

AnyaP/apotapenko.com

Repository files navigation

apotapenko.github.io

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.

Installation

To render this website on Ubuntu 16.04 you need:

  1. Install ruby-dev
# On Ubuntu
sudo apt-get install ruby-dev
# On OSX
brew install ruby
  1. Install Jekyll gem
sudo gem install jekyll
  1. Install tufte-jekyll requirements:
sudo gem install bundler
bundle install
bundle clean --force
  1. Fire Jekyll to see the web page:
jekyll serve -w --port 7003

Frequent commands

  • Post the commited changes to the live website:
bundle exec rake publish

About

Personal resume/portfolio website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published