namehack.club
1.0.0
https://namehack.club - An exclusive club of geeks that own the domain hack to their name.
www.) are allowedOpen a new pull request to this repository that adds a new YAML file to the 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, defaults to https://examp.le
email: [email protected]
github: examplefoo
candidate: trueCandidates are links to users who have not yet explicitly added their name and title to the list.
Local development requires a basic Python environment with poetry installed.
$ poetry install --with=dev
$ poetry run build
$ poetry run serveOther commands are accessible via:
$ poetry run cliNetlify build requires an updated requirements.txt file, if dependencies have changed, run:
$ poetry export --without-hashes --without dev -f requirements.txt -o requirements.txt