From ae52f1b1c4912a43d7cc9bc66fe7158240f215ef Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sun, 16 Oct 2022 21:47:24 +0200 Subject: [PATCH] add: link to jamstack list of static site generators --- README.md | 2 ++ data/resources.csv | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index aaed375..55544e7 100644 --- a/README.md +++ b/README.md @@ -867,5 +867,7 @@ A list of some online resoures that contribute interesting links to apps and inf [awesome-ttygames](https://ligurio.github.io/awesome-ttygames/) - Large awesome list of terminal games. The collection is maintained in a YAML format. Each item contains a description and an optional screencast. +[Site Generators](https://jamstack.org/generators/) - A comprehensive list of Static Site Generators. + diff --git a/data/resources.csv b/data/resources.csv index e2e0c9f..3cc1d0e 100644 --- a/data/resources.csv +++ b/data/resources.csv @@ -7,3 +7,4 @@ Adam Harris awesome CLI apps,https://github.com/aharris88/awesome-cli-apps,Nice Marcel Bischoff awesome commandd line apps,https://github.com/herrbischoff/awesome-command-line-apps,Nice up-to-date list of useful tools. Awesome CLI by sintaxi,https://github.com/sintaxi/awesome-cli/blob/master/README.md,Relatively short list with short descriptions; with some original entries. awesome-ttygames,https://ligurio.github.io/awesome-ttygames/,Large awesome list of terminal games. The collection is maintained in a YAML format. Each item contains a description and an optional screencast. +Site Generators,https://jamstack.org/generators/,A comprehensive list of Static Site Generators.