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