Edit your presentation file#
A file to introduce yourself
Votre home peut servir à vous présenter. Pour se faire, vous pouvez y ajouter, à la racine (pas dans un sous-dossier) un fichier s’appellant :
PRESENTATION.md
Everything you write in this file will be visible on the members page of the CLUB1 website.
Feel free to use Markdown to spice up your presentation! Don’t hesitate to put links to your web projects, it will allow members and visitors to discover them 🔎️.
# Ma super présentation
En *Markdown* avec [un lien](https://nana.club1.fr).
Metadata#
To go further in customization, it is possible to modify some display settings. These include your display name and the color of your button.
Pour cela il faudra ajouter quelques lignes spécifiques au début votre fichier PRESENTATION.md.
---
name: Mon super prénom
color: pink
---
# Ma super présentation...
L’espace qui contient les métadonnées est délimité par des lignes contenant trois tirets ---.
À l’intérieur de ces limites, on peut définir un paramètre par ligne comme il suit :
Le nom du paramètre, suivit de deux points et d’un espace : ,
puis de la valeur que vous souhaitez lui assigner.
Tip
Pour info, cette syntaxe vaguement standard s’appelle Front Matter.
For the
nameparameter, this is where you can choose your nickname with a free line of text. Take advantage of it because it is possible to put uppercase, lowercase and some special characters (even Emoji 😉). If you omit this field, your CLUB1 username will be displayed.For the
colorparameter, you must use a web color.Important
If you put in a color code, it should start with a hash
#and be surrounded by quotation marks (e.g.color: "#F87716").
Create a link to your profile#
If you are satisfied with your superb presentation, it is possible to share it easily. You just need to make a link specifically targeting your presentation. For this we use an URI fragment using your CLUB1 username (# + your username).
For example, the following address will directly open the presentation of member vincent:
https://club1.fr/membres/#vincent