You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/generators/record-collector.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,26 @@ title: Record Collector
3
3
repo: krompaco/record-collector
4
4
homepage: https://record-collector.net/en/
5
5
language:
6
+
- .Net
6
7
- C#
7
8
license:
8
9
- MIT
9
10
templates:
10
11
- 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.
12
15
twitter: rcssgdotnet
13
16
---
14
17
15
18
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.
16
19
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!
18
21
19
22
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.
20
23
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.
22
25
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