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!
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.
Code, inspiration, and wisdom is attributed to the following open source projects:
- The Bold Report by Timothy B. Smith
- Una.im by Una Kravets