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:
authorigor <ilaborie@gmail.com>2020-05-31 12:27:40 +0300
committerGitHub <noreply@github.com>2020-05-31 12:27:40 +0300
commit99d3c5681725eb3f5ed4183439d7361fa80d48b2 (patch)
treee394d441e0bda95926dd983daca1a58a0113804c
parenta56c2509834f3643a7049f2f832b9a40f0fa8870 (diff)
parentde667a5b9e32820266e0a10524998d8590a09f1f (diff)
Merge pull request #4 from Linkid/replace-remaining-sessions-tags
Replace remaining sessions tags
-rw-r--r--README.md18
-rw-r--r--archetypes/sessions.md6
2 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 4dc4e6f..cde98ae 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ content:
### Home
-The Home page is build with markdown and calling some shortcodes.
+The Home page is build with markdown and calling some shortcodes.
#### Jumbo bloc
@@ -189,7 +189,7 @@ With main description and key figures.
{{% home-info what="Participants:900,Day:1,Sessions:36,Parallel Tracks:4" class="primary" %}}
## What is DevFest Toulouse?
-The DevFest, or 'Developers Festival', is a technical conference for developers.
+The DevFest, or 'Developers Festival', is a technical conference for developers.
It is aimed at students, professionals or simply curious technophiles.
{{% /home-info %}}
```
@@ -244,7 +244,7 @@ Display ticket information.
{{% home-tickets %}}
# Tickets
-<ul>
+<ul>
<li>{{< ticket name="Blind Birds"
starts="2019-04-04"
ends="2019-11-08"
@@ -331,7 +331,7 @@ Show your partners
### Partners
-A partner should have this params :
+A partner should have these params :
```yaml
title: NAME
@@ -344,11 +344,11 @@ socials: []
### Speakers
-A speaker should have this params :
+A speaker should have these params :
```yaml
id: jane_doe
-name: Mme Jane Doe
+name: Mme Jane Doe
company: Super Company
featured: false
photo: /images/speakers/jane_doe.jpg
@@ -370,20 +370,20 @@ The body of the file is used as long bio.
<!> this is not yet stable
-A sessions should have this params :
+A session should have these params :
```yaml
id: an_id
title: Super mega title
language: Français
-complexity: Beginner
+level: Beginner
tags:
- Category
presentation: URL of slides
videoId: Youtub video id
speakers:
- speaker id
-talkType: Keynote
+format: Keynote
```
The body of the file is used as description.
diff --git a/archetypes/sessions.md b/archetypes/sessions.md
index 94256a7..f5e913d 100644
--- a/archetypes/sessions.md
+++ b/archetypes/sessions.md
@@ -2,8 +2,8 @@
id: XXX
title: lorem ipsum
language: Français
-complexity: Débutant
-talkType: Conférence
+level: Débutant
+format: Conférence
speakers:
- guillaume_membre
tags:
@@ -12,4 +12,4 @@ presentation: http://slideshare.....
videoId: Youtube Id
---
-Full description \ No newline at end of file
+Full description