serhiykucherenko.dev

← systems · level 2

serhiykucherenko.dev

A build step, not a server. Nothing runs when you read it.

publish line — from a commit to the page in front of you

  1. edita data file or a page, in the repoContent is typed data rather than a CMS. Adding an article is one line; there is no admin to log into and nothing to keep patched.
  2. pushto main, which is the only trigger
  3. buildevery page rendered to static htmlStatic over a server, so a bad deploy cannot take the site down: the previous build keeps serving.
  4. deployassets go to the edge
  5. readserved from the city nearest youNo trackers and no third-party scripts, which is most of why it loads the way it does.

runs on

Cloudflarebuild, host, dns, wafGitHubsource and the deploy trigger