Skip to main content

How I Approach Building a Website

  1. Wire up the data
  • static structured data in local yaml or json files
  • data pulled from MD
  • data fetched from APIs
  1. Output the data with semantic HTML
  • includes rss feed, sitemap and robots.txt
  1. Add the interactivity
  2. Add mobile styles
  3. Adjust styles as needed for other viewports

Inbox

  1. Create repo
  2. Spin up project boilerplate
  3. Configure typing
  4. Configure linting
  5. Configure formatting Be the browser’s mentor, not its micromanager. https://buildexcellentwebsit.es/