namehack.club
1.0.0
https://namehack.club - 自分の名前に合わせたドメイン ハックを所有するオタクの独占的なクラブ。
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
まだ明示的に追加していないユーザーへのリンクです。
ローカル開発には、詩がインストールされた基本的な 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