namehack.club
1.0.0
https://namehack.club - 자신의 이름으로 도메인 해킹을 소유한 독점적인 괴짜 클럽입니다.
www.
)이 모두 허용됩니다. names
디렉터리에 새 YAML 파일을 추가하는 이 저장소에 대한 새 끌어오기 요청을 엽니다.
도메인 이름이 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