|
2 | 2 | "__org_name": "Your Institution Inc.", |
3 | 3 | "__org_mail_suffix": "your-institution.org", |
4 | 4 | "__org_rep": "Your Boss <your.boss@{{ cookiecutter.__org_mail_suffix }}>", |
5 | | - "__org_gh": "Github-Organization-Or-Username", |
6 | | - "__org_gh_url": "https://github.com/{{ cookiecutter.__org_gh }}", |
7 | | - "__org_homepage": "{{ cookiecutter.__org_gh_url }}", |
| 5 | + "__org_homepage": "https://organization.org", |
8 | 6 |
|
9 | 7 | "project_name": "FAIR Python App", |
10 | | - "project_gh_org": "{{ cookiecutter.__org_gh }}", |
11 | | - |
12 | 8 | "__project_slug": "{{ cookiecutter.project_name | slugify() }}", |
13 | 9 | "__project_package": "{{ cookiecutter.project_name | slugify(separator='_') }}", |
14 | 10 |
|
15 | | - "__project_gh_name": "{{ cookiecutter.project_gh_org }}/{{ cookiecutter.__project_slug }}", |
| 11 | + "__org_gh": "Github-Organization-Or-Username", |
| 12 | + "__org_gh_url": "https://github.com/{{ cookiecutter.__org_gh }}", |
| 13 | + "__project_gh_org": "{{ cookiecutter.__org_gh }}", |
| 14 | + "__project_gh_name": "{{ cookiecutter.__project_gh_org }}/{{ cookiecutter.__project_slug }}", |
16 | 15 | "__project_gh_repo": "https://github.com/{{ cookiecutter.__project_gh_name }}", |
17 | | - "__project_gh_pages": "https://{{ cookiecutter.project_gh_org|lower }}.github.io/{{ cookiecutter.__project_slug }}", |
| 16 | + "__project_gh_pages": "https://{{ cookiecutter.__project_gh_org|lower }}.github.io/{{ cookiecutter.__project_slug }}", |
18 | 17 |
|
19 | 18 | "project_version": "0.1.0", |
20 | 19 | "project_description": "TODO - A meaningful one-sentence description.", |
|
0 commit comments