Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mizzao/863.14

Jekyll blog for MIT 4.140/MAS 863, How to Make Almost Anything
https://github.com/mizzao/863.14

Last synced: about 1 month ago
JSON representation

Jekyll blog for MIT 4.140/MAS 863, How to Make Almost Anything

Awesome Lists containing this project

README

        

863.14
======

This [Jekyll](http://jekyllrb.com/) project generates my static site for the course blog.

To run it:

1. Install Ruby and Jekyll (see link above).
2. `jekyll serve --watch` to start a local development server for testing your site.
3. `jekyll build -d /path/to/somedir` to dump the static site (in my case, `people/andrew_mao` in the course repo). See also [`_build.sh`](_build.sh)