Skip to content

Commit c5cd86c

Browse files
rrrutledgemarshmallowrobotspier
authored
How to create a new Learning Path section (#562)
* Update thumbnail_rationale.asciidoc * Update README.md * Update README.md * Update scripts/README.md Taking @spier's suggested change to numbering format. Co-authored-by: Sebastian Spier <github@spier.hu> * Update scripts/README.md Taking @spier's suggested spacing change. Co-authored-by: Sebastian Spier <github@spier.hu> * Update scripts/README.md Taking @spier's suggested spacing changes. Co-authored-by: Sebastian Spier <github@spier.hu> * Update scripts/README.md Taking @spier's suggested numbering changes. Co-authored-by: Sebastian Spier <github@spier.hu> * Update assets/thumbnails/thumbnail_rationale.asciidoc Co-authored-by: Laura <935915+marshmallowrobot@users.noreply.github.com> * Embiggen the letters for formatting consistency As suggested by @marshmallowrobot --------- Co-authored-by: Laura <935915+marshmallowrobot@users.noreply.github.com> Co-authored-by: Sebastian Spier <github@spier.hu>
1 parent 8a02903 commit c5cd86c

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

assets/thumbnails/thumbnail_rationale.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
== How To Make A New Thumbnail
2+
3+
. Open `thumbnail_template.odg` (in this folder).
4+
. Save as new file.
5+
. Adjust text and image.
6+
. Export as JPG.
7+
8+
19
== #214 About Thumbnails
210

311
Within issue _#214 YouTube video post-processing_ one item of the checkboxset is:

scripts/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ The `-e` param generates only English-language articles, which can speed things
4747
Anytime there are _any changes_, you need to run the script that generates the updated pages on the [innersourcecommons.org] site.
4848

4949
1. Clone the [InnerSourceCommons/InnerSourceLearningPath] and [InnerSourceCommons/innersourcecommons.org] repos.
50-
1. Is this the first time that articles have been written for this language? If so:
51-
* make sure this language appears in the [website config](https://github.com/InnerSourceCommons/innersourcecommons.net/blob/master/config.yaml) and there is an [index page](https://github.com/InnerSourceCommons/innersourcecommons.org/tree/master/content/en/learn/learning-path).
50+
2. Is this the first time that articles have been written for this language? If so:
51+
* Make sure this language appears in the [website config](https://github.com/InnerSourceCommons/innersourcecommons.net/blob/master/config.yaml) and there is an [index page](https://github.com/InnerSourceCommons/innersourcecommons.org/tree/master/content/en/learn/learning-path).
5252
3. Is there a whole new Learning Path section? If so:
53-
* update the ["sections" config](https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/main/scripts/section_data.json) with the new section and open a pull request for the change
53+
* Create a [new thumbnail](../assets/thumbnails) and put it with the [other thumbnails](https://github.com/InnerSourceCommons/innersourcecommons.org/tree/master/static/images/learn).
54+
* Create an `index.md` in the section folder.
55+
* Update the ["sections" config](https://github.com/InnerSourceCommons/InnerSourceLearningPath/blob/main/scripts/section_data.json) with the new section and open a pull request for the change.
5456
4. Run **generate_learning_path_markdown.js** as described above.
55-
4. `cp -r newsite/* <path-to-innersourcecommons.org-repo>/content/en/learn/learning-path/`.
56-
4. Open a pull request with the modified files in the [InnerSourceCommons/innersourcecommons.org] repo.
57+
5. `cp -r newsite/* <path-to-innersourcecommons.org-repo>/content/en/learn/learning-path/`.
58+
6. Open a pull request with the modified files in the [InnerSourceCommons/innersourcecommons.org] repo.
5759

5860
[innersourcecommons.org]: https://innersourcecommons.org/
5961
[InnerSourceCommons/InnerSourceLearningPath]: https://github.com/InnerSourceCommons/InnerSourceLearningPath/

0 commit comments

Comments
 (0)