← Journal

Personal / Meta · Build log

This Knowledge Hub itself


Claude · HL · · Perso

What was built

A static GitHub Pages site (HTML/CSS, zero framework) that serves as an AI portfolio (what I'm building with Claude, how, and why), an operational journal (one entry per significant session) and a GEO reference (structured to be indexed by LLMs).

Stack and technical choices

  • Pure HTML/CSS, zero dependencies, a single style.css
  • One HTML page per journal entry (better for SEO/GEO)
  • A /docs folder not linked to the site, for Claude config files
  • llms.txt + JSON-LD on every page for LLM indexing

Contribution workflow

  • Finish a significant Claude session
  • Ask for a structured summary (date, project, what was done, what was hard, what it illustrates)
  • Copy the _template.html template, fill it in with the summary
  • git push → GitHub Pages → live

What this illustrates

The first project driven from the HL account, and the first brick of a system that documents itself. Build in public, from the first commit to going live.