Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SkunkHTML #184

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
<!--lint disable double-link -->
- [altcover](https://github.com/SteveGilham/altcover) - Cross-platform coverage gathering and processing tool set for .NET/.NET core and Mono.
Expand Down
Loading