From 0fb8c98aa7e091ffd4c117c27df12e1c644493de Mon Sep 17 00:00:00 2001 From: Max Gripe 1982 <108034506+MaxGripe@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:55:11 +0100 Subject: [PATCH 1/2] Add SkunkHTML Repo: https://github.com/MaxGripe/skunk-html Example: https://max.gripe/skunk-html/ --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a06f123..0f6d1f9 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. From f7cd19ab23baf99694d3a65688661fadc285371c Mon Sep 17 00:00:00 2001 From: Max Gripe 1982 <108034506+MaxGripe@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:22:11 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6d1f9..8db0338 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar - [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 +- [SkunkHTML](https://github.com/MaxGripe/skunk-html) - Markdown Blog with GitHub Pages. ## Testing