Skip to content

Commit b787efb

Browse files
committed
wip
1 parent f6e5272 commit b787efb

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-- import: fastn
2+
3+
-- fastn.package: ftd-lang.github.io/fastn-ui
4+
5+
6+
-- fastn.dependency: fifthtry.github.io/roboto-mono
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- import: the-tutor/lib
22

33
-- lib.tutorial tutorial: Hello World
4-
id: a-website/01-hello-world
4+
url: /a-website/a-hello-world/
55

66
This will hello the world.
77

.tutor/a-website/index.ftd

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
-- import: the-tutor/lib
22

3-
/-- import: the-tutor/a-worksho/01-hello-world as h
3+
-- import: the-tutor/a-website/a-hello-world as h
4+
5+
46

57
-- lib.workshop workshop: Build Websites
68
id: a-website
@@ -9,8 +11,10 @@ tutorials: $tutorials
911
Learn about building websites in this workshop.
1012

1113

14+
15+
1216
-- lib.tutorial list tutorials:
1317

14-
/-- lib.tutorial: $h
18+
-- lib.tutorial: $h.tutorial
1519

1620
-- end: tutorials

.tutor/lib.ftd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body about:
1010

1111
-- record tutorial:
1212
caption title:
13-
string id:
13+
string url:
1414
body about:
1515

1616

0 commit comments

Comments
 (0)