https://namehack.club - An exclusive club of geeks that own the domain hack to their name.
- Own the domain hack for your name, e.g. https://yuv.al
- Serve an active personal homepage from that domain, both naked and subdomains (such as
www.) are allowed
Open a new pull request to this repository that adds a new YAML file to the src/content/names directory.
If your domain name is examp.le the file name should be examp.le.yml, and the following minimal fields are required:
domain: examp.le
name: Example Foo
title: A short title describing Example # maximum 80 charsOther optional fields are supported:
domain: examp.le
name: Example Foo
title: UI/UX designer # maximum 80 chars
url: https://examp.le/about/ # use to specify homepage URL if differs from https://examp.le
email: hi@examp.le
github: examplefoo
candidate: true # candidates that have not yet explicitly approved
invalid: true # used to mark e.g. broken or expired domainsCandidates are links to users who have not yet explicitly added their name and title to the list.
Local development requires Node.js and npm installed.
$ npm install
$ npm run devOther available commands:
$ npm run build # Build for production
$ npm run preview # Preview production build locallyHandled automagically on Cloudflare.