diff --git a/config/descriptions.yaml b/config/descriptions.yaml index c70d9ceea3b..98209cccad6 100644 --- a/config/descriptions.yaml +++ b/config/descriptions.yaml @@ -26,6 +26,7 @@ freesewing.lab: 'FreeSewing website to test various patterns' freesewing.org: 'FreeSewing website' freesewing.shared: 'Shared code and React components for different websites' gatsby-remark-jargon: 'A gatsby-transformer-remark sub-plugin for jargon terms' +hi: 'A FreeSewing pattern for a shark plush toy' holmes: 'A FreeSewing pattern for a Sherlock Holmes hat' hortensia: 'A FreeSewing pattern for a handbag' huey: 'A FreeSewing pattern for a zip-up hoodie' diff --git a/config/exceptions.yaml b/config/exceptions.yaml index 0693a54c241..9203689bf88 100644 --- a/config/exceptions.yaml +++ b/config/exceptions.yaml @@ -99,6 +99,8 @@ packageJson: private: true freesewing.org: private: true + hi: + author: woutervdub (https://github.com/woutervdub) holmes: author: AlfaLyr (https://github.com/alfalyr) i18n: diff --git a/markdown/org/docs/patterns/hi/cutting/en.md b/markdown/org/docs/patterns/hi/cutting/en.md new file mode 100644 index 00000000000..75e5239d2b5 --- /dev/null +++ b/markdown/org/docs/patterns/hi/cutting/en.md @@ -0,0 +1,14 @@ +--- +title: "Hi shark plush toy: Cutting Instructions" +--- + +- **Main fabric** + - Cut **2 Body (color 1)** + - Cut **1 Belly (color 2)** + - Cut **2 Tail (color 1)** + - Cut **1 Mouth (color 3)** + - Cut **2 Above Mouth (color 2)** + - Cut **2 Top Fin (color 1)** + - Cut **2 Bottom Fin (color 1)** + - Cut **1 Upper Teeth (fabric 2)** + - Cut **1 Lower Teeth (fabric 2)** diff --git a/markdown/org/docs/patterns/hi/en.md b/markdown/org/docs/patterns/hi/en.md new file mode 100644 index 00000000000..a82acb3f955 --- /dev/null +++ b/markdown/org/docs/patterns/hi/en.md @@ -0,0 +1,5 @@ +--- +title: "Hi shark plush toy" +--- + + diff --git a/markdown/org/docs/patterns/hi/fabric/en.md b/markdown/org/docs/patterns/hi/fabric/en.md new file mode 100644 index 00000000000..1b8e7f7c165 --- /dev/null +++ b/markdown/org/docs/patterns/hi/fabric/en.md @@ -0,0 +1,19 @@ +--- +title: "Hi shark plush toy: Fabric Options" +--- + +This plush toy is intended to have two different coloured fabrics, one for +the upper body, and one for the belly. The mouth should probably have its +own colour fabric. Most plush toys have some sort of a faux fur fabric. + +Fabrics with a two-way stretch work better than wovens. The stretch should +be perpendicular to the grainline. + +## Teeth + +The teeth have untreated ends, so should be made from a fabric that does +not unravel. + +## Stuffing + +Since this is a pluch toy, it wil need to be stuffed with material. \ No newline at end of file diff --git a/markdown/org/docs/patterns/hi/measurements/en.md b/markdown/org/docs/patterns/hi/measurements/en.md new file mode 100644 index 00000000000..01f880d9bff --- /dev/null +++ b/markdown/org/docs/patterns/hi/measurements/en.md @@ -0,0 +1,5 @@ +--- +title: "Hi shark plush toy: Required Measurements" +--- + + diff --git a/markdown/org/docs/patterns/hi/needs/en.md b/markdown/org/docs/patterns/hi/needs/en.md new file mode 100644 index 00000000000..87dbb0364ea --- /dev/null +++ b/markdown/org/docs/patterns/hi/needs/en.md @@ -0,0 +1,12 @@ +--- +title: "Hi shark plush toy: What You Need" +--- + +To make Hi, you will need the following: + +- Basic sewing supplies +- About 1 meters of a suitable fabric in color 1 (body) +- About 0.5 meters of a suitable fabric in color 2 (belly) +- Small piece for the mouth +- Suitable, unraveling, fabric for the teeth +- Stuffing diff --git a/markdown/org/docs/patterns/hi/options/aggressive/en.md b/markdown/org/docs/patterns/hi/options/aggressive/en.md new file mode 100644 index 00000000000..bdcd7ed48ac --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/aggressive/en.md @@ -0,0 +1,6 @@ +--- +title: "Aggressive" +--- + +Your Hi can come in the default sweet form, or in a more aggressive +version with more authentic teeth, and a mean look. \ No newline at end of file diff --git a/markdown/org/docs/patterns/hi/options/en.md b/markdown/org/docs/patterns/hi/options/en.md new file mode 100644 index 00000000000..e51f491e2e5 --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/en.md @@ -0,0 +1,5 @@ +--- +title: "Hi shark plush toy: Design Options" +--- + + diff --git a/markdown/org/docs/patterns/hi/options/hungry/en.md b/markdown/org/docs/patterns/hi/options/hungry/en.md new file mode 100644 index 00000000000..d6113cf916e --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/hungry/en.md @@ -0,0 +1,6 @@ +--- +title: "Hungry" +--- + +This setting determins how long it has been since your Hi has had +something to eat. More hungry results in a leaner shark. \ No newline at end of file diff --git a/markdown/org/docs/patterns/hi/options/nosePointiness/en.md b/markdown/org/docs/patterns/hi/options/nosePointiness/en.md new file mode 100644 index 00000000000..c506908f6b2 --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/nosePointiness/en.md @@ -0,0 +1,6 @@ +--- +title: "Pointiness of the nose" +--- + +The shark can be made with a more blunt, or sharper nose, +depending on your preference. diff --git a/markdown/org/docs/patterns/hi/options/size/en.md b/markdown/org/docs/patterns/hi/options/size/en.md new file mode 100644 index 00000000000..b6e71a255f4 --- /dev/null +++ b/markdown/org/docs/patterns/hi/options/size/en.md @@ -0,0 +1,6 @@ +--- +title: "Size" +--- + +Hi can be made in different sizes. The default is about a meter in length. +This is a percentage of this default length. diff --git a/packages/hi/CHANGELOG.md b/packages/hi/CHANGELOG.md index a215f923908..b2481c24aa4 100644 --- a/packages/hi/CHANGELOG.md +++ b/packages/hi/CHANGELOG.md @@ -1,4 +1,4 @@ -# Change log for: @freesewing/benjamin +# Change log for: @freesewing/hi ## 2.20.0 (2022-01-24) diff --git a/packages/hi/README.md b/packages/hi/README.md index 7665c3d9d70..7e30cc2b420 100644 --- a/packages/hi/README.md +++ b/packages/hi/README.md @@ -1,13 +1,13 @@ ![FreeSewing](https://static.freesewing.org/banner.png)

@freesewing/benjamin on NPM + href="https://www.npmjs.com/package/@freesewing/hi" + title="@freesewing/hi on NPM" + >@freesewing/hi on NPM License: MIT Code quality on DeepScan Open issues tagged pkg:benjamin + href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ahi" + title="Open issues tagged pkg:hi" + >Open issues tagged pkg:hi

-# @freesewing/benjamin +# @freesewing/hi A FreeSewing pattern for a bow tie @@ -57,7 +57,7 @@ A FreeSewing pattern for a bow tie This repository is our *monorepo* holding [all our NPM packages](https://freesewing.dev/reference/packages/). -This folder holds: @freesewing/benjamin +This folder holds: @freesewing/hi ## About FreeSewing 💀