From 230145aafe73b375ccdb53b19290fb6058995ba8 Mon Sep 17 00:00:00 2001 From: Adrien Fabre Date: Mon, 13 May 2024 18:29:43 +0200 Subject: [PATCH] Prettier on json files --- src/_data/author.json | 9 +-------- src/_data/seo.json | 8 ++++---- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/src/_data/author.json b/src/_data/author.json index eb228895..6af6be82 100644 --- a/src/_data/author.json +++ b/src/_data/author.json @@ -7,14 +7,7 @@ "email": "adrienfabre@protonmail.com", "telephone": "+33 6 26 55 48 79", "website": "https://statox.fr", - "skills": [ - "Nodejs", - "Typescript", - "Terraform", - "Ansible", - "Git", - "Linux system administration" - ], + "skills": ["Nodejs", "Typescript", "Terraform", "Ansible", "Git", "Linux system administration"], "languages": [ { "name": "French", diff --git a/src/_data/seo.json b/src/_data/seo.json index f35c3df7..d21d1791 100644 --- a/src/_data/seo.json +++ b/src/_data/seo.json @@ -1,6 +1,6 @@ { - "title": "The stuff I do", - "description": "A personal blog where I write about my side projects", - "url": "https://www.statox.fr", - "author": "statox" + "title": "The stuff I do", + "description": "A personal blog where I write about my side projects", + "url": "https://www.statox.fr", + "author": "statox" }