Skip to content

Commit fc05992

Browse files
committed
Fix lists and add button
1 parent e06b4b4 commit fc05992

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

portal/cookbook-guide.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ Your cookbook is now ready to have content added. In the rest of this guide, we
3333

3434
## Update repository-specific text
3535

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.
3838
- title
3939
- thumbnail (not logo). You may simply replace the default `thumbnail.png` with your own image
4040
- 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.
4242
- title
4343
- authors
4444
- authors' ORCID IDs and affiliation websites (optional)
4545
- description/abstract
4646
- Cookbook contributor name
47-
1. Edit the `notebooks/how-to-cite.md` file with your Cookbook title in the line, "The material in <This Cookbook> is licensed ..."
47+
- Edit the `notebooks/how-to-cite.md` file with your Cookbook title in the line, "The material in <This Cookbook> is licensed ..."
4848

4949
## Set up the environment
5050

@@ -85,6 +85,12 @@ You can open issues, PRs, and continue making edits as necessary.
8585

8686
## Add your cookbook to the Cookbooks Gallery!
8787

88+
<span class="d-flex justify-content-center py-4">
89+
<a href="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" role="button" class="btn btn-light btn-lg" style="display: flex; align-items: center; font-weight: 600; text-decoration: none;">
90+
Submit a new Cookbook
91+
</a>
92+
</span>
93+
8894
1. Navigate to the [Cookbooks Gallery](https://cookbooks.projectpythia.org/)
8995
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)
9096
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

Comments
 (0)