Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

xavibenjamin/ttimsmith.com

Repository files navigation

ttimsmith.com

This is my new blog powered by Jekyll. Feel free to browse the code and report any issues.

You're free to use whatever you'd like, however, posts found in the _drafts or _posts folder are copyright of Timothy B. Smith, and may not be used without proper attribution.

Running Locally

Clone the repo

$ git clone git@github.com:ttimsmith/ttimsmith.com.git
$ cd ttimsmith.com

Start up the server

$ jekyll serve --watch

Open it up in http://localhost:4000, and voilà!