From bcdde73033fcf044d03f8f0e9cefd7d3b6266921 Mon Sep 17 00:00:00 2001 From: h3rald Date: Sat, 24 Apr 2021 08:12:01 +0000 Subject: [PATCH 1/2] Added mn, renamed MiNiM into min. --- packages.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index fd433a2..7b8c0de 100644 --- a/packages.json +++ b/packages.json @@ -6341,17 +6341,34 @@ "web": "https://github.com/nigredo-tori/classy" }, { - "name": "MiNiM", - "url": "https://github.com/h3rald/minim", + "name": "mn", + "url": "https://github.com/h3rald/mn", "method": "git", "tags": [ "concatenative", "language", "shell" ], - "description": "A tiny concatenative programming language and shell.", + "description": "A truly minimal concatenative programming language.", "license": "MIT", - "web": "https://h3rald.com/minim" + "web": "https://h3rald.com/mn" + }, + { + "name": "min", + "url": "https://github.com/h3rald/min", + "method": "git", + "tags": [ + "concatenative", + "language", + "shell" + ], + "description": "A small but practical concatenative programming language and shell.", + "license": "MIT", + "web": "https://min-lang.org" + }, + { + "name": "MiNiM", + "alias": "min" }, { "name": "boneIO", From b469ea85949cd91ca2c619fc6238be9761292162 Mon Sep 17 00:00:00 2001 From: h3rald Date: Sun, 25 Apr 2021 12:56:18 +0000 Subject: [PATCH 2/2] Added HastySite. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fde0453..5f0d1aa 100644 --- a/packages.json +++ b/packages.json @@ -2205,6 +2205,19 @@ "license": "MIT", "web": "https://h3rald.com/hastyscribe" }, + { + "name": "hastysite", + "url": "https://github.com/h3rald/hastysite", + "method": "git", + "tags": [ + "markdown", + "html", + "static-site-generator" + ], + "description": "A small but powerful static site generator powered by HastyScribe and min", + "license": "MIT", + "web": "https://hastysite.h3rald.com" + }, { "name": "nanomsg", "url": "https://github.com/def-/nim-nanomsg",