raven-dev

raven-dev

Open Source Developer Portfolio Template using Jekyll

Raven-Dev Template

Raven-Dev is an open source developer portfolio template using Jekyll.

A live version has been adapted on the Coding Raven website at http://codingraven.com/developer/.

Features

  • Bootstrapped design
  • Github API connection for chart and repo info
  • Skills graphic
  • Blog

Snapshots

Running the Project Locally

In order to run the project locally, you will need to have jekyll and its pre-reqs installed. To do so, visit the Jekyll Documentation page.

Once everything is configured, run terminal or cmd and cd into the project directory

cd raven-dev

and then execute jekyll serve

jekyll serve

You should now see your local site rendered on http://127.0.0.1:4000