You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: portal/cookbook-guide.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -33,18 +33,18 @@ Your cookbook is now ready to have content added. In the rest of this guide, we
33
33
34
34
## Update repository-specific text
35
35
36
-
1. Automatically adjust link paths that need to be changed from the `cookbook-template` to your new cookbook by manually trigger the action “trigger-replace-links” GitHub action. Do this by navigating to "Actions" -> "trigger-replace-links" -> "Run workflow".
37
-
1. Edit `_config.yml`. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and are used for filtering.
36
+
- Automatically adjust link paths that need to be changed from the `cookbook-template` to your new cookbook by manually trigger the action “trigger-replace-links” GitHub action. Do this by navigating to "Actions" -> "trigger-replace-links" -> "Run workflow".
37
+
- Edit `_config.yml`. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and are used for filtering.
38
38
- title
39
39
- thumbnail (not logo). You may simply replace the default `thumbnail.png` with your own image
40
40
- tags
41
-
1. Edit the `CITATION.cff` file Change the following fields. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and on your Zenodo citation.
41
+
- Edit the `CITATION.cff` file Change the following fields. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and on your Zenodo citation.
42
42
- title
43
43
- authors
44
44
- authors' ORCID IDs and affiliation websites (optional)
45
45
- description/abstract
46
46
- Cookbook contributor name
47
-
1. Edit the `notebooks/how-to-cite.md` file with your Cookbook title in the line, "The material in <ThisCookbook> is licensed ..."
47
+
- Edit the `notebooks/how-to-cite.md` file with your Cookbook title in the line, "The material in <ThisCookbook> is licensed ..."
48
48
49
49
## Set up the environment
50
50
@@ -85,6 +85,12 @@ You can open issues, PRs, and continue making edits as necessary.
1. Navigate to the [Cookbooks Gallery](https://cookbooks.projectpythia.org/)
89
95
1. Click the "Submit a New Cookbook" button, which will redirect you to a [new cookbook PR template](https://github.com/ProjectPythia/cookbook-gallery/issues/new?assignees=ProjectPythia%2Feducation&labels=content%2Ccookbook-gallery-submission&template=update-cookbook-gallery.yaml&title=Update+Gallery+with+new+Cookbook)
90
96
1. Add the root name of your cookbook repository (e.g., just "cesm-cookbook", not the whole URL) and any other information you'd like the team to know
0 commit comments