Skip to content

Commit

Permalink
Improve sorting of classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed May 21, 2024
1 parent f4ae58e commit 3daf062
Showing 6 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/frameworks/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Frameworks",
"description": "Programming frameworks and libraries that I have worked with",
"sort": 70,
"filterClassifiers": [
"languages"
]
3 changes: 2 additions & 1 deletion data/languages/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Languages",
"description": "Programming languages that I have experience with"
"description": "Programming languages that I have experience with",
"sort": 80
}
2 changes: 1 addition & 1 deletion data/projects/jestspectation/info.json
Original file line number Diff line number Diff line change
@@ -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/"
1 change: 1 addition & 0 deletions data/projects/portfolio/info.json
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 2 additions & 1 deletion data/skills/info.json
Original file line number Diff line number Diff line change
@@ -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
}
1 change: 1 addition & 0 deletions data/status/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "Project status",
"description": "The status of projects",
"sort": 90,
"visibility": "unlisted"
}

0 comments on commit 3daf062

Please sign in to comment.