Skip to content

egohygiene/articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ego Hygiene Logo

Ego Hygiene — Articles

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

Live SiteMedium

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

About

🧠 Context-engineered essays on cognitive load, ADHD, software engineering, and systems-level thinking — written to reduce mental friction and preserve depth.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors