diff --git a/data/frameworks/info.json b/data/frameworks/info.json index c4711fc3..e1137c85 100644 --- a/data/frameworks/info.json +++ b/data/frameworks/info.json @@ -1,6 +1,7 @@ { "name": "Frameworks", "description": "Programming frameworks and libraries that I have worked with", + "sort": 70, "filterClassifiers": [ "languages" ] diff --git a/data/languages/info.json b/data/languages/info.json index e3997bd0..2431c287 100644 --- a/data/languages/info.json +++ b/data/languages/info.json @@ -1,4 +1,5 @@ { "name": "Languages", - "description": "Programming languages that I have experience with" + "description": "Programming languages that I have experience with", + "sort": 80 } diff --git a/data/projects/jestspectation/info.json b/data/projects/jestspectation/info.json index b2d0f7ed..bf10e5a8 100644 --- a/data/projects/jestspectation/info.json +++ b/data/projects/jestspectation/info.json @@ -2,7 +2,7 @@ "name": "Jestspectation", "description": "A pattern matching system to make clear and reliable test cases", "color": "#ff3399", - "sort": 5, + "sort": 3, "links": { "repo": "https://github.com/MiguelGuthridge/Jestspectation", "docs": "https://miguelguthridge.github.io/Jestspectation/" diff --git a/data/projects/portfolio/info.json b/data/projects/portfolio/info.json index ff71af5a..3ba355a5 100644 --- a/data/projects/portfolio/info.json +++ b/data/projects/portfolio/info.json @@ -2,6 +2,7 @@ "name": "Portfolio", "description": "My portfolio website -- you're looking at it", "color": "#0099ff", + "sort": 5, "links": { "repo": "https://github.com/MiguelGuthridge/portfolio", "site": "https://portfolio.maddyguthridge.com" diff --git a/data/skills/info.json b/data/skills/info.json index c014e04b..53736e88 100644 --- a/data/skills/info.json +++ b/data/skills/info.json @@ -1,4 +1,5 @@ { "name": "Skills", - "description": "Skills that are demonstrated by my projects and experience" + "description": "Skills that are demonstrated by my projects and experience", + "sort": 60 } diff --git a/data/status/info.json b/data/status/info.json index 9c52f12a..530ab7ed 100644 --- a/data/status/info.json +++ b/data/status/info.json @@ -1,5 +1,6 @@ { "name": "Project status", "description": "The status of projects", + "sort": 90, "visibility": "unlisted" }