Error: Invalid Frontmatter

Path: /home/nyrjjbc/labo/user/pages/15.atelier/209.git_creer_un_remote_repository_sur_github_en_ligne_de_commande/chapter.md

Failed to read /home/nyrjjbc/labo/user/pages/15.atelier/209.git_creer_un_remote_repository_sur_github_en_ligne_de_commande/chapter.md: Unexpected characters near "remote repository" sur Github en ligne de commande"" at line 1 (near "title: "[Git] Créer un "remote repository" sur Github en ligne de commande"").

---
title: "[Git] Créer un "remote repository" sur Github en ligne de commande"
date: '01-05-2021 00:05'
publish_date: '20-01-2015 21:40'
dateformat: 'd-m-Y H:i'
hero_classes: 'text-light title-h1h2 overlay-dark-gradient hero-large parallax'
hero_image: boa2.png
show_sidebar: true
content:
    items: '- ''@self.children'''
    limit: '5'
    order:
        by: date
        dir: desc
    pagination: '1'
    url_taxonomy_filters: '1'
feed:
    limit: 10
published: true
---

***[Git] Créer un "remote repository" sur Github en ligne de commande.***

curl -u 'USERNAME' https://api.github.com/user/repos -d '{"name":"REPOSITORY"}'