* Don't ignore `.output`
From packages/integrations/vercel/CHANGELOG.md#minor-changes-5:
> The output folder changed from `.output` to `.vercel/output` — you may need to update your `.gitignore`.
* Make example readmes more consistent
* remove `astro check` command
Co-authored-by: Nate Moore <nate@astro.build>
* feat: add screenshot to basic example
* feat: add screenshot to blog examples
* feat: add screenshots to docs example
* feat: add screenshot to portfolio example
* Correcting the link to docs on Just the Basics starter README
The link to documentation did not actually go to Docs. Now it does!
* fixing all other starter template READMEs with incorrect link to docs
* feat: new just-the-basics example
* chore: update package name
* chore: update lockfile
* refactor: simplify meta tags
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* refactor: use `system-ui` for base font
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* Update examples/just-the-basics/src/components/Layout.astro
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
* refactor: just-the-basics -> basics (now 10% more basic!)
* refactor: add type checking to layout prop
* nit: change "astro-text" to "text-gradient"
* refactor: simplify CSS grid
* feat: make transition easing 10% fancier
* change to text gradient because people gooootta have opinions huh
* nit: rename CSS class to "instructions"
* refactor: use ul > li for containers
* chore: update lockfile
* feat: style tweaks
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <nate@skypack.dev>