A page in a minute.

  1. Make a public repo called .nomo from the template.
  2. Edit human.md. It's markdown.
  3. Push. Your page is at nomo.md/your-username.
$ gh repo create .nomo --public --clone --template adnfng/.nomo
cd .nomo

No terminal? Use the template on GitHub, then edit human.md in the browser.

What's in the repo

.nomo/
├─ human.md
└─ assets/
   └─ me.jpg

human.md is the whole page. Photos and video go in assets/. In the file, point at them with assets/me.jpg, so they show on GitHub too.

Let your agent do it

Set up my Nomo page. Follow https://nomo.md/AGENTS.md

It works in Claude Code, Cursor, Codex and anything else that can run gh. The agent creates the repo, drafts human.md from your GitHub profile, and asks before pushing.

Good to know

  • The repo has to be public, named .nomo, with human.md at the top, on main or master.
  • Changes show up about a minute after you push.
  • Add .md to your page URL to see the file Nomo reads, like nomo.md/adnfng.md.
  • If a site blocks .md links, share nomo.fyi/you. It's the same page.