Documentation Hi
This commit is contained in:
parent
f9ff0ab04d
commit
6493753d60
14 changed files with 99 additions and 12 deletions
|
@ -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'
|
||||
|
|
|
@ -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:
|
||||
|
|
14
markdown/org/docs/patterns/hi/cutting/en.md
Normal file
14
markdown/org/docs/patterns/hi/cutting/en.md
Normal file
|
@ -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)**
|
5
markdown/org/docs/patterns/hi/en.md
Normal file
5
markdown/org/docs/patterns/hi/en.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Hi shark plush toy"
|
||||
---
|
||||
|
||||
<PatternDocs pattern='hi' />
|
19
markdown/org/docs/patterns/hi/fabric/en.md
Normal file
19
markdown/org/docs/patterns/hi/fabric/en.md
Normal file
|
@ -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.
|
5
markdown/org/docs/patterns/hi/measurements/en.md
Normal file
5
markdown/org/docs/patterns/hi/measurements/en.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Hi shark plush toy: Required Measurements"
|
||||
---
|
||||
|
||||
<PatternMeasurements pattern='hi' />
|
12
markdown/org/docs/patterns/hi/needs/en.md
Normal file
12
markdown/org/docs/patterns/hi/needs/en.md
Normal file
|
@ -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
|
6
markdown/org/docs/patterns/hi/options/aggressive/en.md
Normal file
6
markdown/org/docs/patterns/hi/options/aggressive/en.md
Normal file
|
@ -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.
|
5
markdown/org/docs/patterns/hi/options/en.md
Normal file
5
markdown/org/docs/patterns/hi/options/en.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Hi shark plush toy: Design Options"
|
||||
---
|
||||
|
||||
<PatternOptions pattern='hi' />
|
6
markdown/org/docs/patterns/hi/options/hungry/en.md
Normal file
6
markdown/org/docs/patterns/hi/options/hungry/en.md
Normal file
|
@ -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.
|
|
@ -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.
|
6
markdown/org/docs/patterns/hi/options/size/en.md
Normal file
6
markdown/org/docs/patterns/hi/options/size/en.md
Normal file
|
@ -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.
|
|
@ -1,4 +1,4 @@
|
|||
# Change log for: @freesewing/benjamin
|
||||
# Change log for: @freesewing/hi
|
||||
|
||||
|
||||
## 2.20.0 (2022-01-24)
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||

|
||||
<p align='center'><a
|
||||
href="https://www.npmjs.com/package/@freesewing/benjamin"
|
||||
title="@freesewing/benjamin on NPM"
|
||||
><img src="https://img.shields.io/npm/v/@freesewing/benjamin.svg"
|
||||
alt="@freesewing/benjamin on NPM"/>
|
||||
href="https://www.npmjs.com/package/@freesewing/hi"
|
||||
title="@freesewing/hi on NPM"
|
||||
><img src="https://img.shields.io/npm/v/@freesewing/hi.svg"
|
||||
alt="@freesewing/hi on NPM"/>
|
||||
</a><a
|
||||
href="https://opensource.org/licenses/MIT"
|
||||
title="License: MIT"
|
||||
><img src="https://img.shields.io/npm/l/@freesewing/benjamin.svg?label=License"
|
||||
><img src="https://img.shields.io/npm/l/@freesewing/hi.svg?label=License"
|
||||
alt="License: MIT"/>
|
||||
</a><a
|
||||
href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
|
||||
|
@ -15,10 +15,10 @@
|
|||
><img src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
|
||||
alt="Code quality on DeepScan"/>
|
||||
</a><a
|
||||
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Abenjamin"
|
||||
title="Open issues tagged pkg:benjamin"
|
||||
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:benjamin.svg?label=Issues"
|
||||
alt="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"
|
||||
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:hi.svg?label=Issues"
|
||||
alt="Open issues tagged pkg:hi"/>
|
||||
</a><a
|
||||
href="#contributors-"
|
||||
title="All Contributors"
|
||||
|
@ -46,7 +46,7 @@
|
|||
alt="Follow @freesewing_org on Twitter"/>
|
||||
</a></p>
|
||||
|
||||
# @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 💀
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue