namehack.club
1.0.0
https://namehack.club - 一个由极客组成的专属俱乐部,他们以自己的名义拥有域名 hack。
www. ) 对此存储库打开一个新的拉取请求,将新的 YAML 文件添加到names目录中。
如果您的域名是examp.le则文件名应为examp.le.yml ,并且需要以下最少字段:
domain : examp.le
name : Example Foo
title : A short title describing Example # maximum 80 chars支持其他可选字段:
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 : true候选者是指向尚未将name和title明确添加到列表中的用户的链接。
本地开发需要安装有poetry的基本Python环境。
$ poetry install --with=dev
$ poetry run build
$ poetry run serve其他命令可通过以下方式访问:
$ poetry run cli Netlify 构建需要更新的requirements.txt文件,如果依赖项已更改,请运行:
$ poetry export --without-hashes --without dev -f requirements.txt -o requirements.txt