Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Magimel <magimel.francois@gmail.com>2019-10-01 19:41:03 +0300
committerFrançois Magimel <magimel.francois@gmail.com>2019-10-01 19:41:03 +0300
commitbf0bbd233341fd9eeea5d2110af89324c0c053c3 (patch)
tree16cb9944e769e1e8a34690587da55fa0b70a174d
parent91514b3e9fd3cc75edb57419f7f1f235eb1eef7d (diff)
Sessions: replace the `complexity` tag with `level`
-rw-r--r--README.md2
-rw-r--r--archetypes/sessions.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 555bbd5..969fc55 100644
--- a/README.md
+++ b/README.md
@@ -375,7 +375,7 @@ A session should have these params :
id: an_id
title: Super mega title
language: Français
-complexity: Beginner
+level: Beginner
tags:
- Category
presentation: URL of slides
diff --git a/archetypes/sessions.md b/archetypes/sessions.md
index 94256a7..292911a 100644
--- a/archetypes/sessions.md
+++ b/archetypes/sessions.md
@@ -2,7 +2,7 @@
id: XXX
title: lorem ipsum
language: Français
-complexity: Débutant
+level: Débutant
talkType: Conférence
speakers:
- guillaume_membre
@@ -12,4 +12,4 @@ presentation: http://slideshare.....
videoId: Youtube Id
---
-Full description \ No newline at end of file
+Full description