Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.4 KB

Jesse's Blog

================ Jesse Yates's blog is currently being hosted on github.com, and can be viewed at http://jyates.github.com

Configuration

=================== Configuration is handled via _config.yml. See https://github.com/mojombo/jekyll/wiki/configuration for more information on configuration values

Building

==============

A default .rvmrc file is included which uses 'bundler' to install almost all the necessary dependencies. The missing ones are:

Locally Testing the Blog

============================== The site can be built through the rake tasks: default - starts the site and refreshes firefox build - builds the site and starts the server stop - stops the server, if its running

run 'rake -T' for more information,

Alternatively, you can run jekyll by hand:

$ 'jekyll --server'

The site can then be seen at: http://0.0.0.0:4000

Credits

============= Images from:

License

============= All content under _posts is licensed under the Creative Commons 3.0 License (http://http://creativecommons.org/licenses/by-nc-nd/3.0/)

All other content is licensed under the MIT License (http://www.opensource.org/licenses/mit-license.php)