/tasdikrahman.com

continuation of tasdikrahman.me repo

Primary LanguageCSSOtherNOASSERTION

Blog

Based on Pool/Hyde

Heavily influnced from

Hosted with love on Github pages, Domain registered at Namecheap

setup

OS X

$ git clone https://github.com/tasdikrahman/www.tasdikrahman.com && cd www.tasdikrahman.com
$ git checkout gh-pages
$ brew install ruby coreutils
$ gem install jekyll bundler
$ bundle install
$ bundle exec jekyll build 
$ bundle exec jekyll serve

Go to http://localhost:4000/ and voila!

NOTE: Don't use sudo if you don't wan't to break things for other users on the machine.