Skip to content

nomadyus/yusuf-kami.github.io

Repository files navigation

Personal website powered by Jekyll and GitHub Pages showcasing history of dev work of Yusuf Fadairo.

tl;dr

  gem install bundler; bundler; jekyll serve --host 0.0.0.0

CNAME

yusuffadairo.com

Requirements

Installation

  1. Use the cd to navigate to the directory
  2. Install the bundler gem
    gem install bundler
  1. Install the gems in the Gemfile
    bundle install
  1. Start up the jekyll server
    jekyll serve --host 0.0.0.0
  1. The jekyll server will be active on port 4000

Versions

Issues

  • If unable to run Jekyll due to bundler issues like block in setup run Jekyll using the command:
  bundle exec jekyll serve --host 0.0.0.0
  • If unable to install therubyracer NOTE: therubyracer uses libv8 which doesn't yet (Mar 18, 2017) exists for Windows. However, Windows should come with a JScript, the Microsoft JavaScript runtime, which rails (via execjs) will automatically detect and use, so you should be able to just remove your dependency on therubyracer. Source

  • If you have to use a different version of Python use this guide of Anaconda to manage Python versions

  • To uninstall all gems

      gem uninstall --all --force
    
  • To upgrade your version of RubyGems

      gem update --system
    

Started Jun 3rd 2015

About

Personal website powered by Jekyll and GitHub Pages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages