Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Created May 25, 2016 09:22
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 bouzuya/11767eb1048551501fb9f39c0840dd64 to your computer and use it in GitHub Desktop.
Save bouzuya/11767eb1048551501fb9f39c0840dd64 to your computer and use it in GitHub Desktop.
  • data: string; // markdown
  • date: string; // yyyy-mm-dd
  • html: string; // html compiled markdown
  • minutes: number; // min.
  • pubdate: string; // iso8601 "yyyy-mm-ddThh:mm:ss+09:00"
  • tags: string[];
  • title: string;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment