Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.65 KB

engineer-notes.md

File metadata and controls

66 lines (51 loc) · 1.65 KB

Engineer working notes

Typographyjs

  • Theme: Grand View
  • font size 16.00 px, line height 1.7, scale ratio: 2.00, paragraph spacing 1.00 rhythm
  • Headings: Source Serif Pro, weight 700, gray value 0
  • Body: Roboto, weight 400, bold weight 700, gray value 20%

To research

  • Fonts and typography
  • Styling (mobile first to full)
  • Sketch design we like
  • Incorporate elements from stream asset design
  • Nested pages/routes?
  • How best to include/organize images in posts?
  • How best to handle draft and private posts?

Initial launch

  • Base pages and Nav
  • Styling and branding
  • Fonts/Colors
  • Icons/images
  • Streamlined, mobile-first layout (focus on the nav!)
  • The. Basics.

Base pages

  • Home (Index.js)
  • Stream notes
    • List page
    • List page linkable
    • Possibly paginated?
    • Individual pages for notes
  • Articles (maybe call it specials or something... not blog posts)
  • About
    • Shoppping List
    • Contributors
  • Schedule
  • 404
  • Resources
  • Contact

Stream Notes

  • Markdown like a regular post
  • Frontmatter optional (consider adding some?)
  • Listed on Stream notes main page (truncated, paginated, sorted)
    • How to sort by "date" without frontmatter?
    • How to sort by date
    • How to limit
    • How to paginate?
    • How to make page navigation (next, prev)
  • Each has their separate page under the stream notes main page/route too

Blog posts

Branching/Draft/Publish strategy

How to handle pre-stream drafts

How to handle in-stream updates

How to handle post stream edit and publish