diff --git a/lessons/_config.yml b/lessons/_config.yml index a185bad..0ee1093 100644 --- a/lessons/_config.yml +++ b/lessons/_config.yml @@ -1,6 +1,5 @@ collections: lessons: output: true - permalink: /:collection/:name order: - what-is-a-test.md diff --git a/lessons/index.html b/lessons/index.html index 766d213..e1777a9 100644 --- a/lessons/index.html +++ b/lessons/index.html @@ -3,10 +3,13 @@ title: Unit Testing React --- - \ No newline at end of file +

Lessons

+
+{% for lesson in site.lessons %} +

+ + {{ lesson.name }} - {{ lesson.position }} + +

+

{{ lesson.content | markdownify }}

+{% endfor %} \ No newline at end of file