Skip to content

Instantly share code, notes, and snippets.

@benlk
Created January 28, 2016 15:28
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 benlk/6ccaecdc85f4723d4b9e to your computer and use it in GitHub Desktop.
Save benlk/6ccaecdc85f4723d4b9e to your computer and use it in GitHub Desktop.

Number 17: the homepage as a clock

Parts:

  • post custom meta for scheduling ( begin, end )
  • posts sortable by scheduling ( if begin is not the post publish time )
  • homepage
  • homepage outputs posts in useful format without js
  • homepage outputs posts in useful format on mobile
  • progressive enhancement on large devices: the clock of posts appears, showing now and the post currently active
    • can this be just CSS, and not js?
  • if post begin time is post publish time, need way of previewing to-be-published posts
  • if post begin time is custom meta, need way of marking rerun posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment