github / training.github.com

Legacy (no longer published) GitHub Training site
79 stars 46 forks source link

Refactor / Restructure Informational Aspects of All Training Materials #156

Closed jordanmccullough closed 10 years ago

jordanmccullough commented 10 years ago

Current Status: WIP


Following on the abandoned effort of PR #140, this addresses the necessary information restructuring of the entire Training.GitHub.com web site including cleaner templates for repeated information tag structures, microdata inclusion, and semantic markup.

jordanmccullough commented 10 years ago

Next improvement to include MomentJS Liquid's date-conversion function and a revision to the YAML data for the_date field. This value should be more universally as ISO-8601, then converted to friendlier formats for on-screen render.

How it looks now

the_date: January 30, 2014

Proposed Change

the_date: 2014-01-30
jordanmccullough commented 10 years ago

See https://github.com/github/training.github.com/pull/149#issuecomment-30383561 regarding Liquid date conversion support.