Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.03 KB

TJ VanToll's Blog

This repo contains the source code for http://tjvantoll.com, my personal home page and blog. The site is built on top of Jekyll and runs on GitHub Pages.

Running

To run the site for yourself clone the repo and run jekyll serve from your command-line interface of choice.

$ git clone https://github.com/tjvantoll/tjvantoll.github.com.git
$ cd tjvantoll.github.com
$ jekyll serve

License

The code that builds this site is licensed under the MIT license, and the articles in _posts are licensed under the Create Commons Attribute 3.0 License. Put plainly, you're free to use this repo's code in any way you'd like, including in commerical projects. You may use the content of the articles in _posts, but if you do so you must provide appropriate attribution (a link back to the article on http://tjvantoll.com is cool), and indicate if any changes were made.