Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 816 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 816 Bytes

MLAB Blog

This is the repo for the Machine Learning at Berkeley blog.

For our bloggers:

Set-up Instructions

  1. Install Jekyll
  2. Clone this repo
  3. You're finished!

Blog Post Workflow

  1. First write a draft in the MLAB Google Drive
  2. Have the draft edited
  3. Revise your draft
  4. Repeat steps 2 and 3 until perfection :)
  5. Copy and paste text to markdown file in _posts/ (follow naming format of previous posts)
  6. Copy images, etc. to assets folder
  7. Proofread and edit markdown (this repo is the final source of posts, not the Google Drive!)
  8. Push changes to github
  9. SSH into our server and pull
  10. Run $ jekyll build --destination (setting this up currently)
  11. Check website to make sure changes are up