Skip to content

Commit 44e5de2

Browse files
Merge pull request #729 from krompaco/main
Update Record Collector front matter and text
2 parents 6283442 + 854ab23 commit 44e5de2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/site/generators/record-collector.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,26 @@ title: Record Collector
33
repo: krompaco/record-collector
44
homepage: https://record-collector.net/en/
55
language:
6+
- .Net
67
- C#
78
license:
89
- MIT
910
templates:
1011
- Razor
11-
description: An ASP.NET Core MVC 3.1 static site toolkit.
12+
- Markdown
13+
- HTML
14+
description: A modern .NET static site toolkit.
1215
twitter: rcssgdotnet
1316
---
1417

1518
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.
1619

17-
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!
20+
The content file layer is converted to C# lists and objects and then used in a regular ASP.NET 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!
1821

1922
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.
2023

21-
Easy to deploy to Netlify and repo also has examples for various Docker scenarios.
24+
Easy to deploy to Netlify and repo also has examples for various Docker Linux scenarios and GitHub Actions.
2225

23-
It can also run as a regular .NET Core MVC application with real-time rendering.
26+
It can also run as a regular ASP.NET MVC application with real-time rendering and Hot Reload.
27+
28+
Repo has ready-made frontend setups including Simple.css without any JS or Tailwind CSS with Hotwire (Turbo and Stimulus).

0 commit comments

Comments
 (0)