8000 GitHub - aled1027/alexledger.net
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aled1027/alexledger.net

Repository files navigation

Alex Ledger

TODO:

  • Copy posts over

Checklist

  • Add <title>
  • Include meta description
  • Update favicons
  • Check sitemap.xml
  • Check robots.txt
  • Run lighthouse

Quick reminders about this structure:

  1. This repo uses CSS vars, not SCSS vars
  2. utilities.scss should have most tailwind-style utilities that are needed, like:
  • margins: mt-s, mx-s,
  • padding:
  • font-sizes: size-step-s
  • font styles: bold, etc.
  1. For client websites, just toss styles right into the page/component because we don't need to worry too much about re-use and organization
  2. If you want anything like a grid or flex, and it's weird at all, just go ahead and make it specific and in the file.
  3. Videos & images
  • Put images and videos in src/lib/assets. Vite should handle them from there.
  • Then use enhanced:img and basic video
  1. Icons: Use @lucide/svelte. See below.
  2. Components are built out in src/lib/components

Icons

Using Lucide

<script>
  import { Camera } from '@lucide/svelte';
</script>

<Camera color="#ff3e98" />

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0