Skip to content

Commit d4ac33a

Browse files
author
Lindsay jo Walker
committed
removed words from tutorial-temp
1 parent b34f9fb commit d4ac33a

File tree

1 file changed

+0
-74
lines changed

1 file changed

+0
-74
lines changed

templates/tutorial-temp.md

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +0,0 @@
1-
---
2-
title: "Title (Tutorial)"
3-
description: "Deep/Shallow Dive Tutorial – Subtitle"
4-
draft: false
5-
menu:
6-
curriculum:
7-
parent: ""
8-
weight: 0
9-
category: tutorial
10-
level:
11-
- shallow
12-
- deep
13-
---
14-
15-
## Background
16-
short ~1-2 paragraphs with context
17-
18-
## Prerequisites
19-
Write about _all_ software and dependencies you will need to have installed, with relevant links to resources for where you can download/ read instruction on how to install
20-
* NodeJS vx.xx.xx
21-
* Go Version x.xx ^
22-
* Even things like Homebrew
23-
24-
25-
## Instructions
26-
Sentence?
27-
28-
### Video
29-
30-
{{< youtube i100RhwZUnQ >}}
31-
<!-- The URL to this video was: https://www.youtube.com/watch?v=i100RhwZUnQ -->
32-
33-
34-
### Title 1 that describes what you will do
35-
Information & context
36-
* Specific to-do `command`
37-
* Specific to-do
38-
```
39-
some code
40-
41-
```
42-
### Title 2 that describes what you will do
43-
Information & context
44-
* Specific to-do `command`
45-
* Specific to-do
46-
```
47-
some code
48-
49-
```
50-
### Title 3 that describes what you will do
51-
Information & context
52-
* Specific to-do `command`
53-
* Specific to-do
54-
```
55-
some code
56-
57-
```
58-
59-
### Title n that describes what you will do
60-
Information & context
61-
* Specific to-do `command`
62-
* Specific to-do
63-
```
64-
some code
65-
66-
```
67-
68-
<!-- Summary -->
69-
Now you can ----- . Next you will/can learn to ... See an example of the completed code **<Link to branch & file with completed code>**
70-
71-
#### Resources
72-
* [Video Script]()
73-
* [Docs]()
74-
* Other Thing

0 commit comments

Comments
 (0)