Skip to content

Instantly share code, notes, and snippets.

@vuldin
Created June 22, 2017 19:35
Show Gist options
  • Save vuldin/9475a0899b555ef08d5baab7f8f7f40d to your computer and use it in GitHub Desktop.
Save vuldin/9475a0899b555ef08d5baab7f8f7f40d to your computer and use it in GitHub Desktop.
towards v1.0
  • have a design similar to https://aeon.co
  • list articles
  • feature an article on the front page at the top, according to wordpress' feature category (if multiple articles are in the featured category then we could randomly choose one, or always choose the most recent article)
  • have SEO enabled for all pages
  • links for social media sharing. When sharing to sites like reddit/twitter/facebook, the user can choose between images relevant to the article as well as our organization
  • responsive layout (works on phones, tablets, etc.)
  • clicking on an article excerpt from the main page will show the article, and the article will have a unique, permanent, human-readable link
  • new articles will be created from the wordpress admin site (for now... in a future version this can be done all from our site)
  • images will be stored in a CDN (in the future this can be used to make a media gallery for our site that will make it easy for authors to find relevant content for future articles)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment