You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,32 @@
1
1
Blog Eleven Labs
2
2
===================
3
3
4
-
Welcome to the [ElevenLabs] blog (https://blog.eleven-labs.com), this is [Jamstack](https://jamstack.org/) website.
4
+
Welcome to the [ElevenLabs] blog (https://blog.eleven-labs.com), this is a [Jamstack](https://jamstack.org/) website.
5
5
6
6
----------
7
7
8
8
What's inside?
9
9
-------------
10
10
11
-
This website is 100% [TypeScript](https://www.typescriptlang.org/) with [Jamstack](https://jamstack.org/) architecture.
11
+
This website is 100% [TypeScript](https://www.typescriptlang.org/) with a [Jamstack](https://jamstack.org/) architecture.
12
12
13
13
It was developed based on the boilerplate [React SSR with Vite and Prerender](https://github.com/eleven-labs/typescript-boilerplates).
14
14
15
15
It uses Eleven Labs [Design System](https://github.com/eleven-labs/design-system).
16
16
17
17
----------
18
18
19
-
Installation the blog
19
+
Setting up the blog
20
20
-------------
21
21
22
-
**Technical requirements to work on this project**
22
+
**Technical requirements**
23
23
-[TypeScript](https://www.typescriptlang.org/)
24
24
-[React](https://reactjs.org/)
25
25
-[React Router](https://reactrouter.com/en/main)
26
26
-[Vite](https://vitejs.dev/)
27
27
-[Storybook](https://storybook.js.org/)
28
28
29
-
**Computer requirements to work on this project**
29
+
**Computer requirements**
30
30
31
31
-[git](https://git-scm.com/download/linux)
32
32
@@ -111,14 +111,14 @@ Create your article page
111
111
112
112
**1 - Create the markdown file**
113
113
114
-
In the folder `_articles` add a markdown file with the name of your article and prefixed with the date.
114
+
In the folder `_articles` add a markdown file with the name of your article prefixed with the date.
115
115
```bash
116
116
cd _articles && touch YYYY-MM-DD-slug.md
117
117
```
118
118
119
119
**2 - Add content to the file**
120
120
121
-
Here is the template of the file.
121
+
Here is the file's template.
122
122
123
123
```md
124
124
---
@@ -147,7 +147,7 @@ Content of your article in markdown
147
147
148
148
> If your title or excerpt contains `:`, `"` use the syntax `>` or add your content between quotes (`"`)
149
149
150
-
> If you want to add a 2 empty lines, you can use `\` syntax: ex:
150
+
> If you want to add 2 empty lines, you can use the syntax `\` ex:
151
151
```
152
152
first paragraph.
153
153
@@ -171,8 +171,8 @@ In order to have a quality image, we ask you to integrate an image with a minimu
171
171
172
172
**4 - Write the content of the article**
173
173
174
-
The content of the article be written in markdown.
175
-
You can use one of the solutions:
174
+
The content of the article has to be written in markdown.
175
+
You can use one of these markdown editors:
176
176
-[StackEdit](https://stackedit.io)
177
177
-[Dillinger](http://dillinger.io)
178
178
@@ -194,15 +194,15 @@ And to specify a size on the image, you can add the arguments (`width`, `height`
194
194

195
195
```
196
196
197
-
If you need to add internal anchor links from your article to other article of our blog, use this syntax:
197
+
If you need to add internal anchor links from your article to other articles of our blog, use this syntax:
198
198
```md
199
199
[title of destination article]({BASE_URL}/fr/destination-article-slug)
200
200
```
201
201
202
202
> Warning: Don't add html in your markdown, you don't have to override the blog template in the markdown.
203
203
204
204
This blog supports admonitions pannels `warning` ; `info` ; `tip` and `note` to generate colored panels.
205
-
When using `<div>` attribute `markdown="1"` text block is rendered as Markdown. The first line must be left empty, else the block will be rendered as html
205
+
When using `<div>` attribute `markdown="1"` text block is rendered as Markdown. The first line must be left empty, or the block will be rendered as html
@@ -218,7 +218,7 @@ Create your branch and add your pull request.
218
218
git checkout -b feat/add-article-slug
219
219
```
220
220
221
-
Once your article is finished and you want it to be published and add the label `publication` to your pull request.
221
+
Once your article is finished and you want it to be published, add the label `publication` to your pull request.
222
222
223
223
----------
224
224
@@ -227,14 +227,14 @@ Create your tutorial page
227
227
228
228
**1 - Create the markdown file**
229
229
230
-
In the folder `_tutorials` pick the subfolder `fr` or `en` depending on the translation, then create folder with the name of your tutorial and prefixed with the date (`YYYY-MM-DD-slug`).
230
+
In the folder `_tutorials` pick the subfolder `fr` or `en` depending on the translation, then create a folder with the name of your tutorial, prefixed with the date (`YYYY-MM-DD-slug`).
231
231
```bash
232
232
cd _tutorials && mkdir YYYY-MM-DD-slug
233
233
```
234
234
235
235
**2 - Add content to the file**
236
236
237
-
Inside the folder named `YYYY-MM-DD-slug` you created, add a file named `index.md` Here is the template of the file.
237
+
Inside the folder named `YYYY-MM-DD-slug` you created, add a file named `index.md`. Here is the template of the file.
238
238
239
239
```md
240
240
---
@@ -297,4 +297,4 @@ Create your branch and add your pull request.
297
297
git checkout -b feat/add-tutorial-slug
298
298
```
299
299
300
-
Once your tutorial is finished and you want it to be published and add the label `publication` to your pull request.
300
+
Once your tutorial is finished and you want it to be published, add the label `publication` to your pull request.
Copy file name to clipboardExpand all lines: _articles/fr/2024-01-10-typage-generique-en-php.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ slug: typage-generique-php
6
6
title: "Typage générique en PHP : définition, conseils et exemples"
7
7
excerpt: "Découvrez comment réaliser du typage générique en PHP : introduction et définition du concept, conseils et explications pas-à-pas de cas pratique."
Le composant Symfony ExpressionLanguage : qu'est-ce que c'est ? Quand et comment l'utiliser ? Comment créer des expressions lors de cas plus complexes ?
Copy file name to clipboardExpand all lines: _articles/fr/2024-02-19-quelques-conseils-pour-optimiser-votre-environnement-de-travail-sous-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ slug: environnement-travail-linux
6
6
title: 'Quelques conseils pour optimiser votre environnement de travail sous Linux'
7
7
excerpt: >-
8
8
Travailler efficacement sous Linux va bien au-delà des simples commandes du terminal. Dans cet article, découvrez quelques conseils pour optimiser votre environnement de travail et améliorer votre expérience utilisateur.
9
-
categories: []
10
9
cover:
10
+
alt: Optimiser votre environnement de travail sous Linux
0 commit comments