From 76a12e2c338d821d1acbfa9607f7103680d4dc92 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 15 Sep 2020 10:56:53 -0400 Subject: [PATCH] Add smalltools to projects --- _data/projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_data/projects.json b/_data/projects.json index 820932b..6740e5d 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -118,6 +118,17 @@ "img_src": "/assets/images/projects/ultralight.jp2" } }, + { + "title": "SmallTools", + "description": "SmallTools is a collection of programs and tools that are too small to get their own GitHub repository. I mainly use these as a learning tool for trying out new languages, libraries, and ideas.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/smalltools" + } + ] + }, { "title": "GitHub Actions for FRC", "description": "A GitHub CI action specifically built for FRC/GradleRIO codebases. This has been used in production by multiple FRC teams, and has become a core tool in the Raider Robotics software development pipeline.",