Skip to content

techtraits/techtraits-blog

Repository files navigation

techtraits.com

The source for the blog at techtraits.com. Generated by jekyll and served out of Amazon S3.

Common Commands

To run locally run the following command on the terminal:

	
jekyll server  // Running Server locally 
create_post.rb  TITLE AUTHOR CATEGORY_1,CATEGORY_2... TAG_1,TAG_2... //Create a new post
./publish.sh //Publish the bolg to the site