chore: Port FreeSewing.dev to docusaurus
The replaces the NextJS site powering FreeSewing.dev with a Docusaurus setup. It's part of my efforts to simplify FreeSewing's setup so we can focus on our core value proposition.
37
sites/dev/docs/training/git/audio/readme.mdx
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
title: Git training - Audiobook
|
||||
---
|
||||
|
||||
These are git training materials for people who would like to understand how
|
||||
git works rather than try to memorize all of its commands without knowing what
|
||||
they do.
|
||||
|
||||
It is divided into 45 chapters. You can listen to them back-to back, or pick
|
||||
out a specific topic you are interested in.
|
||||
|
||||
This training does not cover everything there is to know about git. Instead,
|
||||
it aims to make you familiar with git in a way that will give you the
|
||||
confidence to explore further on your own.
|
||||
|
||||
:::note
|
||||
|
||||
This is the **audiobook** format, with a total runtime of 01:43:17.
|
||||
|
||||
This training is also available as a **[long read][text]** (20k
|
||||
words) or **[video series][video]**.
|
||||
|
||||
:::
|
||||
|
||||
|
||||
<iframe className="w-full aspect-[16/9]"
|
||||
width="100%" height="300" scrolling="no" frameBorder="no" allow="autoplay"
|
||||
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1609337203&color=%23171717&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"
|
||||
></iframe>
|
||||
<div></div>
|
||||
|
||||
|
||||
|
||||
|
||||
[text]: /training/git/
|
||||
[audio]: /training/git/audio/
|
||||
[video]: /training/git/video/
|
BIN
sites/dev/docs/training/git/dag.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
sites/dev/docs/training/git/git-3way-merge.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
sites/dev/docs/training/git/git-branch-merge.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
sites/dev/docs/training/git/git-branch1.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
sites/dev/docs/training/git/git-branch2.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
sites/dev/docs/training/git/git-branches.png
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
sites/dev/docs/training/git/git-ff-merge.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
sites/dev/docs/training/git/git-layers.png
Normal file
After Width: | Height: | Size: 227 KiB |
BIN
sites/dev/docs/training/git/graph.png
Normal file
After Width: | Height: | Size: 86 KiB |
3123
sites/dev/docs/training/git/readme.mdx
Normal file
33
sites/dev/docs/training/git/video/readme.mdx
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
title: Git training - Video Series
|
||||
---
|
||||
|
||||
These are git training materials for people who would like to understand how
|
||||
git works rather than try to memorize all of its commands without knowing what
|
||||
they do.
|
||||
|
||||
It is divided into 45 chapters. You can watch them back-to back, or pick out a
|
||||
specific topic you are interested in.
|
||||
|
||||
This training does not cover everything there is to know about git. Instead,
|
||||
it aims to make you familiar with git in a way that will give you the
|
||||
confidence to explore further on your own.
|
||||
|
||||
:::note
|
||||
|
||||
This is the **video series** format, with an approximate total runtime of 01:43:17.
|
||||
|
||||
This training is also available as a **[long read][text]** (20k
|
||||
words) or **[audiobook][audio]**.
|
||||
|
||||
:::
|
||||
|
||||
<iframe class="w-full aspect-[16/9]"
|
||||
src="https://www.youtube.com/embed/videoseries?list=PL1gv5yv3DoZNIPVAlZRGPEB0fBvflO-xN"
|
||||
frameBorder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
allowfullscreen
|
||||
/>
|
||||
|
||||
[text]: /training/git/
|
||||
[audio]: /training/git/audio/
|