From 86570bcf8abff1f5fb72fed7b0ac90b20b174b49 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 28 Sep 2019 12:25:43 +0200 Subject: [PATCH] Remove config --- config.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 9226830..0000000 --- a/config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "title": "Matúš Námešný", - "coverimage": "", - "name": "Matúš Námešný", - "email": "matus@namesny.com", - "social": { - "github": "https://github.com/LordMathis", - "codepen": "https://codepen.io/LordMathis/", - "linkedin": "https://www.linkedin.com/in/mat%C3%BA%C5%A1-n%C3%A1me%C5%A1n%C3%BD-3903b6128/" - }, - "contentPath": "./content", - "renderPath": "./renders", - "dataPath": "./src/utils/data.json", - "non-content-files": [ - "about.md", "resume.md" - ] -}