/lookout.github.io

Hackers Blog for Lookout Engineering

Primary LanguageRuby

Lookout Engineering Blog

Writing an entry

  1. Create a new Markdown file in _posts, with the date and the post title e.g.: _posts/2012-03-28-hello-blog-people.md
  2. Write your blog post
  3. Run bundle install from the project root.
  4. Run bundle exec jekyll serve --watch and navigate to localhost:4000 to make sure your post looks correct
  5. Commit your post
  6. Send a pull request!