Skip to content
Michael Glukhovsky edited this page Jan 16, 2015 · 10 revisions

Transitioning to the new website

YAML header updates

  • Remove the js header, we're using body_class instead

Liquid updates

  • The new default filter should replace all instances of:
{% if x %}{{x}}{% else %}this is the default{% endif %}

with:

{{ x | default 'this is the default' }}

Blog posts

  • Blog posts need YAML header changes:
    • author_github should change from a URL to the GitHub username
    • Reconsider / review tags
  • Rework blog posts to include a cover image if possible -- this may simply require reordering content within posts.
  • Rework blog post cover images to use a consistent aspect ratio / whitespace (visual scan -- does anything look weird?)
Clone this wiki locally