On 17 Sep 2018 site was revamped to use Jekyll as a static site generator
Dis me blog
Check whether you have Ruby 2.1.0 or higher installed:
$ ruby --version
ruby 2.X.XInstall Bundler:
$ gem install bundler
# Installs the Bundler gemInstall Jekyll and other dependencies from the GitHub Pages gem:
$ bundle install
Fetching gem metadata from https://rubygems.org/............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies...Run locally
$ bundle exec jekyll serve --drafts --incremental
Configuration file: /Users/hacker/cloned/repo/_config.yml
Source: /Users/hacker/cloned/repo/
Destination: /Users/hacker/cloned/repo/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 1.06 seconds.
Auto-regeneration: enabled for '/Users/hacker/cloned/repo'
Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.Above flag --drafts includes draft posts from _drafts/ directory. Docs
-
rvmis outdated, cannot see newer versions:# use latest version as the stable was not released for a couple of years $ rvm get head # now you'll see newer versions $ rvm list known # install newer version $ rvm install 3.2