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:
-rw-r--r--README.md18
-rw-r--r--archetypes/sessions.md6
-rw-r--r--package-lock.json6
3 files changed, 15 insertions, 15 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
diff --git a/package-lock.json b/package-lock.json
index b442e07..9034ce8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1548,9 +1548,9 @@
"dev": true
},
"acorn": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz",
- "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==",
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz",
+ "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==",
"dev": true
},
"ajv": {