Skip to content

owap/OpenWhere.github.io

Repository files navigation

OpenWhere.github.io

Public blog of OpenWhere, Inc.

  • Install Ruby (brew install ruby)
  • gem install bundler
  • bundle install (from the root directory of this project)
cd ./blog
bundle exec jekyll serve --watch

Writing Blog Posts

All posts are written in markdown and live in the blog/_posts folder.

Blog post markdown filenames must have a date (YYYY-mm-dd) prefix:

2014-10-19-post-title.markdown

Additionally, the posts must have a front-matter header that contains metadata about the post, contained within three dashes:

---
layout: post
title:  "Sample Post"
date:   2014-10-09 13:44:31
categories: sample post
---

# Blog Post Title
Blog post content blah blah...

You can omit the front-matter from your post, but you still must include the three dashes:

---
---

# Blog Post Title
Blog post content blah blah...

A sample post has been provided for you in the _drafts folder. Feel free to copy it to the _posts folder, but make sure you change the title to match today's date.

About

Public blog of OpenWhere, Inc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published