diff --git a/README.md b/README.md index a06f123..8db0338 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A curated list of awesome F# frameworks, libraries, software and resources. - [Serialization](#serialization) - [Search](#search) - [Simulation](#simulation) +- [Static site generators](#static-site-generators) - [Testing](#testing) - [Type providers](#type-providers) - [Creating type providers](#creating-type-providers) @@ -229,6 +230,9 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar ## Simulation - [F# RISC-V Instruction Set formal specification](https://github.com/mrLSD/riscv-fs) - RISC-V CPU formal ISA Specification. RISC-V CPU simulator with ELF files execution. +## Static site generators +- [SkunkHTML](https://github.com/MaxGripe/skunk-html) - Markdown Blog with GitHub Pages. + ## Testing - [altcover](https://github.com/SteveGilham/altcover) - Cross-platform coverage gathering and processing tool set for .NET/.NET core and Mono.