Implement nuxt-content

This commit is contained in:
2020-12-12 14:32:09 +01:00
parent 728a0261af
commit ebe7b2eae3
53 changed files with 1970 additions and 750 deletions

View File

@@ -0,0 +1,21 @@
---
slug: test-1
title: Mon premier Article
description: C'est un article écrit pour tester mon super système
reading_time: 15
tags: ["tags.dev", "tags.life"]
cover: 'default'
date: 12-04-2020
background: false
---
Hey bro
Whats'up
I'am fine
## hey bro
# Hey
Faut bien test hein

34
content/experiences.json Normal file
View File

@@ -0,0 +1,34 @@
[
{
"slug": "erisium",
"title": "experiences.erisium",
"company": "Erisium",
"location": "Remote",
"begin_date": "02-2019",
"end_date": "11-2020"
},
{
"slug": "freelance",
"title": "experiences.freelance",
"company": "ArtDanjProduction",
"location": "France",
"begin_date": "09-2015",
"end_date": "Today"
},
{
"slug": "idemia",
"title": "experiences.idemia",
"company": "Idemia",
"location": "France",
"begin_date": "06-2019",
"end_date": "06-2019"
},
{
"slug": "la-salle-a-manger",
"title": "experiences.lsam",
"company": "La Salle à manger",
"location": "France",
"begin_date": "04-2018",
"end_date": "04-2018"
}
]

26
content/formations.json Normal file
View File

@@ -0,0 +1,26 @@
[
{
"slug": "freelance",
"title": "formations.freelance.title",
"description": "formations.freelance.description",
"location": "Remote",
"begin_date": "04-2015",
"end_date": "Today"
},
{
"slug": "dnb",
"title": "formations.dnb.title",
"description": "formations.dnb.description",
"location": "France",
"begin_date": "09-2017",
"end_date": "09-2018"
},
{
"slug": "bac",
"title": "formations.bac.title",
"description": "formations.bac.description",
"location": "France",
"begin_date": "09-2020",
"end_date": "Today"
}
]

7
content/infos.json Normal file
View File

@@ -0,0 +1,7 @@
{
"age": 17,
"hiring": {
"status": "not_available",
"color": "red"
}
}

110
content/skills.json Normal file
View File

@@ -0,0 +1,110 @@
[
{
"title": "Java",
"color": "blueGray",
"cover": "Java",
"slug": "java"
},
{
"title": "TypeScript",
"color": "cyan",
"cover": "TypeScript",
"slug": "typescript"
},
{
"title": "JavaScript",
"color": "yellow",
"cover": "JavaScript",
"slug": "javascript"
},
{
"title": "Python",
"color": "amber",
"cover": "Python",
"slug": "python"
},
{
"title": "Go",
"color": "cyan",
"cover": "GoLang",
"slug": "go"
},
{
"title": "NuxtJs",
"color": "emerald",
"cover": "NuxtJs",
"slug": "nuxtjs"
},
{
"title": "VueJs",
"color": "emerald",
"cover": "VueJs",
"slug": "VueJs"
},
{
"title": "Html",
"color": "orange",
"cover": "Html",
"slug": "html"
},
{
"title": "Css",
"color": "lightBlue",
"cover": "Css",
"slug": "css"
},
{
"title": "NodeJs",
"color": "lime",
"cover": "NodeJs",
"slug": "nodejs"
},
{
"title": "ElectronJs",
"color": "teal",
"cover": "ElectronJs",
"slug": "electronjs"
},
{
"title": "Git",
"color": "orange",
"cover": "Git",
"slug": "git"
},
{
"title": "MariaDB",
"color": "blue",
"cover": "MariaDB",
"slug": "mariadb"
},
{
"title": "RabbitMQ",
"color": "orange",
"cover": "RabbitMQ",
"slug": "rabbitmq"
},
{
"title": "Redis",
"color": "red",
"cover": "Redis",
"slug": "redis"
},
{
"title": "Sass",
"color": "rose",
"cover": "Sass",
"slug": "sass"
},
{
"title": "TailwindCss",
"color": "teal",
"cover": "TailwindCss",
"slug": "tailwind"
},
{
"title": "Docker",
"color": "cyan",
"cover": "Docker",
"slug": "docker"
}
]

11
content/tags.json Normal file
View File

@@ -0,0 +1,11 @@
[
{
"slug": "tags.dev"
},
{
"slug": "tags.tech"
},
{
"slug": "tags.life"
}
]

35
content/works.json Normal file
View File

@@ -0,0 +1,35 @@
[
{
"slug": "artsite",
"title": "arthurdanjou.fr",
"description": "works.artsite",
"url": "https://arthurdanjou.fr",
"cover": "artsite",
"color": "gray",
"skills": [
"typescript",
"nuxtjs",
"vuejs",
"git",
"tailwindcss",
"sass"
]
},
{
"slug": "artapi",
"title": "api.arthurdanjou.fr",
"description": "works.artapi",
"url": "https://api.arthurdanjou.fr",
"cover": "artapi",
"color": "gray",
"skills": [
"typescript",
"adonisjs",
"git",
"docker",
"nodejs",
"redis",
"mariadb"
]
}
]