diff --git a/_data/projects.json b/_data/projects.json index 11cd562..9466a30 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -146,6 +146,24 @@ "img_src": "https://github.com/Ewpratten/ludum-dare-48/raw/master/assets/img/map/shopHighRes.png" } }, + { + "title": "cl", + "types": [ + "app" + ], + "description": "cl is my command-line amateur radio logging tool. This program is designed to allow me to log radio contacts in my terminal.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/cl" + }, + { + "icon": "fas fa-download", + "url": "https://crates.io/crates/cllog" + } + ] + }, { "title": "boop", "types": [ @@ -164,6 +182,42 @@ } ] }, + { + "title": "ittyr", + "types": [ + "app" + ], + "description": "ittyr is a CLI Internet Teletype client that decodes and outputs ITTY messages in real time as they are being streamed through the ITTY service.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/ittyr" + }, + { + "icon": "fas fa-download", + "url": "https://crates.io/crates/ittyr" + } + ] + }, + { + "title": "adif-rs", + "types": [ + "app" + ], + "description": "Amateur Data Interchange Format parsing and generation tools for Rust.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/adif-rs" + }, + { + "icon": "fas fa-download", + "url": "https://crates.io/crates/adif" + } + ] + }, { "title": "JDMA", "types": [ diff --git a/_posts/2018-06-27-BecomeRanter.md b/_posts/2018-06-27-BecomeRanter.md index 365cd0c..667ca40 100644 --- a/_posts/2018-06-27-BecomeRanter.md +++ b/_posts/2018-06-27-BecomeRanter.md @@ -62,5 +62,4 @@ To start training, run: python3 createhfd5frominput.py ``` -A new hdf5 file will be generated in the same folder as the script - +A new hdf5 file will be generated in the same folder as the script \ No newline at end of file