Skip to content

Latest commit

Β 

History

History
89 lines (61 loc) Β· 1.98 KB

File metadata and controls

89 lines (61 loc) Β· 1.98 KB

Ego Hygiene Logo

Ego Hygiene β€” Articles

🧠 Context-engineered essays on cognitive load, ADHD, software engineering, and systems-level thinking.

Live Site β€’ Medium

Deploy Status License Last Commit


About

This repository contains the canonical source for all Ego Hygiene essays.

Articles are written in Markdown, converted to HTML via GitHub Actions, and deployed automatically to:

πŸ‘‰ https://articles.egohygiene.io

Medium is used for distribution.
GitHub Pages is the canonical source.


Architecture

articles/
  YYYY-MM-slug/
    published.md        ← canonical content
    draft.md
    references.md
    assets/

templates/
  article-template.html
  article.css

site/
  index.html
  article.css
  articles/...          ← generated

Publishing Model

  1. Write in published.md
  2. Push to main
  3. GitHub Action:
    • Converts Markdown β†’ HTML via Pandoc
    • Injects into template
    • Regenerates index
    • Deploys to GitHub Pages
  4. Publish to Medium with canonical link

Canonical Rule

  • Markdown is source of truth.
  • HTML is generated.
  • Do not manually edit files in /site/articles.
  • Do not embed styling in Markdown.

Infrastructure should never slow idea expression.


First Article

  • Cognitive Load Is the Missing Layer in Developer Experience

License

MIT