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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 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.