From 34bfa7657970752fd2f4a26b2e2e8e85fd96a77e Mon Sep 17 00:00:00 2001 From: Myles Braithwaite Date: Fri, 25 Sep 2015 14:04:00 -0400 Subject: [PATCH] Added Flatdoc. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f79e7ca..7b3c26e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A static web site generator is an application that takes plain text files and co - [Awesome Static Web Site Generators](#awesome-static-web-site-generators) - [Blogs](#blogs) - [Frameworks](#frameworks) + - [Single Page](#signle-page) - [Wikis](#wikis) - [Helpful Tools and Services](#helpful-tools-and-services) - [Deploy](#deploy) @@ -47,6 +48,10 @@ A static web site generator is an application that takes plain text files and co * [Wintersmith](https://github.com/jnordberg/wintersmith) - `#JavaScript` `#Node.js` * [yst](https://github.com/jgm/yst) - Powered by YAML. - `#Haskell` +### Single Page + +* [Flatdoc](http://ricostacruz.com/flatdoc/) - a small JavaScript file that fetches Markdown files and renders them as full pages. + ### Wikis * [Gollum](https://github.com/gollum/gollum) - Gollum is a simple wiki system built on top of Git. - `#Ruby`