From 1c31b3e0df5b19b67e52885fa6a712233f3ebc3b Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Tue, 11 Apr 2023 04:46:04 +1000 Subject: [PATCH] Add zs to tools (#144) Add [zs](https://git.mills.io/prologic/zs) and new Tools section (different to Frameworks) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6b9c906..56791f0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A static web site generator is an application that takes plain text files and co - [Frameworks](#frameworks) - [Photography](#photography) - [Single Page](#single-page) + - [Tools](#tools) - [Wikis](#wikis) - [Helpful Tools and Services](#helpful-tools-and-services) - [Web Hosts](#web-hosts) @@ -146,6 +147,10 @@ A static web site generator is an application that takes plain text files and co * [CMS.js](https://github.com/chrisdiana/cms.js) - A fully client-side, JavaScript Markdown site generator. - `#JavaScript` * [Flatdoc](http://ricostacruz.com/flatdoc/) - A small JavaScript file that fetches Markdown files and renders them as full pages. - `#JavaScript` +### Tools + +* [zs](https://git.mills.io/prologic/zs) - an extremely minimal static site generator. - `#Go` + ### Wikis * [GitBook](https://github.com/GitbookIO/gitbook) - Modern documentation format and toolchain using Git and Markdown. - `#GitBook`