Skip to content
View cargopete's full-sized avatar
🦔
hedge and node
🦔
hedge and node
  • Fathom.io
  • Europe

Organizations

@podkrepi-bg

Block or report cargopete

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cargopete/README.md

cargopete.com

Petko (Pete) Pavlovski. Senior Rust engineer, Sofia.

Static site, one page, no framework at runtime. Built with Astro, deployed on Vercel, apex www.cargopete.com.

Design

Built to the cargopete-style house skill. That means the palette is mandated rather than chosen: src/styles/global.css carries the skill's reference/tokens.css verbatim between two MANDATED markers. Edit those tokens in the skill and re-copy them here - never in this repo - so every site in the house style stays identical.

Texture is flat: no gradients, no shadows, hairline borders and whitespace doing the structural work. Dark by default with a light theme that is a faithful inversion.

The terminal transcript in the hero is real output, run on 21 August 2026. Both commands can be pasted into a shell and reproduced. If the numbers drift, rerun them and update the page rather than rounding.

Develop

npm install
npm run dev          # http://localhost:4321
npm run build        # -> dist/
npm run check        # Astro types and content

Or with yatr: yatr dev, yatr build, yatr ci.

Assets

Fonts are self-hosted, subset with fonttools to the glyphs the page uses. Together they are 35KB, which is most of the page weight. Do not add a font CDN.

The favicon set is drawn, not imported. public/favicon.svg is the source of truth; scripts/make-favicon.py reproduces the same geometry as PNG and ICO with no dependencies beyond the standard library. Change both together, then run yatr favicon.

Budget

Before (Next.js) Now
Transfer 276 KB 43 KB
Requests 11 3
Hosts 1 1
Runtime JS React + framer-motion + lucide 34 lines, inline

Zero third-party requests is a rule, not a target. No analytics, no tag manager, no font CDN.

Deploy

Vercel auto-detects Astro: build npm run build, output dist/. Pushes to main deploy. vercel.json sets the security headers and a one-year immutable cache on /fonts/*.

Pinned Loading

  1. nightswatchhq/lodestar nightswatchhq/lodestar Public

    Lodestar 🌟 stay oriented

    TypeScript 5 1

  2. LimeChain/matchstick LimeChain/matchstick Public

    🔥 Unit testing framework for Subgraph development on The Graph protocol. ⚙️

    Rust 217 17

  3. graphops/graphcast-sdk graphops/graphcast-sdk Public

    Graphcast SDK allows you to build gossip-powered Radios

    Rust 16 1

  4. graphops/subgraph-radio graphops/subgraph-radio Public

    Gossip about Subgraphs with other Graph Protocol Indexers

    Rust 6 1

  5. nightswatchhq/nuthatch nightswatchhq/nuthatch Public

    Be your own indexer. One Rust binary, one command, live indexed API in under two minutes. No mandatory third-party data dependency.

    Rust 4 2

  6. nightswatchhq/redstart nightswatchhq/redstart Public

    the sexiest language for authoring The Graph subgraphs

    Rust