Skip to content

Commit 33d298a

Browse files
authored
More and improved samples and error messages (#17)
1 parent 666e886 commit 33d298a

24 files changed

Lines changed: 1140 additions & 47 deletions

blog/page-1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: My first page
33
author: Sander Elias
44
publish date: 2019-11-26
5+
description: This is the first demo page in this sample.
56
---
67
# Page 1
78

@@ -14,7 +15,7 @@ publish date: 2019-11-26
1415
Related information [page-2](/blog/page-2)
1516

1617

17-
[site-map](/static)
18+
[site-map](/home)
1819

1920
<!-- 06 231 449 78 Dave Vera, -->
2021

blog/page-2.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: My second page
3+
author: Sander Elias
4+
publish date: 2019-11-27
5+
description: This is the second demo page in this sample.
6+
---
17
# Page 2
28

39
## its a wild world after all
@@ -6,7 +12,7 @@
612
console.log('amazing')
713
```
814

9-
Related information [page-1](/blog/page-1)
15+
Related information [page-3](/blog/page-3)
1016

11-
[site-map](/static)
17+
[site-map](/home)
1218

0 commit comments

Comments
 (0)