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

Add Record Collector project #799

Merged
merged 2 commits into from
Jul 17, 2020
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
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.