Skip to content

Instantly share code, notes, and snippets.

@icemancast
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icemancast/18d3c45eee4729f09178 to your computer and use it in GitHub Desktop.
Save icemancast/18d3c45eee4729f09178 to your computer and use it in GitHub Desktop.
Instructions

Getbootstrap.com

  1. pick template
  2. or bootswatch
  3. create a local template blog.html in codeup.dev
  4. get creative with look
  5. load moment.js file
  6. use moment.js to alter the date
  7. load your own javascript file for your js code
  8. post json should follow format:
var post = [
	{
		'date'
		'title'
		'content'
		'image'
	},
	{
		'date'
		'title'
		'content'
		'image'
	},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment