From da154917e8c638b961847d2a29337d19ed153cc6 Mon Sep 17 00:00:00 2001 From: Felipe Cesar Date: Fri, 11 Oct 2024 14:41:30 -0300 Subject: [PATCH] docs: change index --- lessons/_config.yml | 1 - lessons/index.html | 17 ++++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) 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