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