diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Domain Name Hack Club -**https://namehack.club** - An exclusive club of nerds that own the domain hack to their name. +**https://namehack.club** - An exclusive club of geeks that own the domain hack to their name. ## Criteria @@ -16,6 +16,7 @@ If your domain name is `examp.le` the file name should be `example.yml`, and the ```yaml domain: examp.le name: Example Foo +title: A short title describing Example # maximum 80 chars ``` Other optional fields are supported: @@ -23,12 +24,15 @@ Other optional fields are supported: ```yaml domain: examp.le name: Example Foo -url: https://examp.le/about/ # use to specify homepage URL, defaults to https://examp.le title: UI/UX designer # maximum 80 chars +url: https://examp.le/about/ # use to specify homepage URL, defaults to https://examp.le email: hi@examp.le github: examplefoo +candidate: true ``` +Candidates are links to users who have not yet explicitly added their `name` and `title` to the list. + ## Development Local development requires a basic Python environment with [pipenv](https://pipenv.pypa.io/en/latest/) installed. |
