Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mizzao/863.14
- Owner: mizzao
- Created: 2014-09-17T06:05:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T21:08:00.000Z (about 10 years ago)
- Last Synced: 2024-10-15T03:46:49.812Z (3 months ago)
- Language: CSS
- Size: 18 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)