Skip to content

synereo/blog.synereo.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

512 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synereo Blog

Synereo blog content and templates. Based on Jekyll.

Prerequisites

Ruby, probably pre-installed on your OS, or through your favorite package manager. RubyGems is also required, but should be available. Then:

$ gem install jekyll

Dev

To get a local environment running on http://localhost:4000, run:

$ jekyll serve

Post

Posts are markdown files that are located in the _posts directory. Create new a new post by editing:

$ touch _posts/2015-01-23-this-is-a-post.md

Need a markdown quick reference?

Drafts should go in _drafts, and can be previewed by adding --drafts to the jekyll serve command.

Deploy

Deploying is as simple as pushing the default gh-pages branch to Github.

About

Synereo blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7