This is the repo for the Machine Learning at Berkeley blog.
- Install Jekyll
- Clone this repo
- You're finished!
- First write a draft in the MLAB Google Drive
- Have the draft edited
- Revise your draft
- Repeat steps 2 and 3 until perfection :)
- Copy and paste text to markdown file in
_posts/
(follow naming format of previous posts) - Copy images, etc. to assets folder
- Proofread and edit markdown (this repo is the final source of posts, not the Google Drive!)
- Push changes to github
- SSH into our server and pull
- Run
$ jekyll build --destination
(setting this up currently) - Check website to make sure changes are up