Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #799 from krompaco/master
Browse files Browse the repository at this point in the history
Add Record Collector project
  • Loading branch information
Hugues Tennier authored Jul 17, 2020
2 parents deb3223 + 33d20e7 commit 905b276
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions content/projects/record-collector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Record Collector
repo: krompaco/record-collector
homepage: https://record-collector.net/en/
language:
- C#
license:
- MIT
templates:
- Razor
description: An ASP.NET Core MVC 3.1 static site toolkit.
twitter: rcssgdotnet
---

This project is heavily inspired by Hugo and tries to be somewhat compatible with the same content structure and support parsing of TOML, YAML and JSON front matter.

The content file layer is converted to C# lists and objects and then used in a regular ASP.NET Core MVC project which is also where you can work live on both content preview and templating. This means you now can use your existing ASP.NET MVC and C# skills creating static site templates!

In this setup the generation process work using the WebApplicationFactory from the Microsoft.AspNetCore.Mvc.Testing package so it doesn't have to fall back to a console application or custom web servers for crunching the files and templates which is the norm for static site generation.

Easy to deploy to Netlify and repo also has examples for various Docker scenarios.

It can also run as a regular .NET Core MVC application with real-time rendering.

0 comments on commit 905b276

Please sign in to comment.