Skip to content

stephenhowells/stephenhowells.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StephenHowells.net

Build Status

StephenHowells.net is powered by Jekyll. I happily accept pull requests if you find any issues. Content in the _posts and _drafts folder, as well as logos, are copyright of Stephen Howells. With the exception of copyrighted material, all code in this repository is freely available for use in your own projects. Thank you for your interest in my site!

Getting Started

Building the site requires Ruby, Node, and Yarn. I personally use NVM to install Node and rbenv for Ruby. Yarn is installed with Homebrew: brew install yarn.

$ git clone [email protected]:stephenhowells/stephenhowells.net.git
$ cd stephenhowells.net
$ bundle install
$ yarn
$ yarn run gulp

The staging site will be available at http://localhost:3000 by default.

Credits

Code, inspiration, and wisdom is attributed to the following open source projects: