Skip to content

Commit d8927a2

Browse files
authored
Add AspNetStatic SSG info page. (#905)
1 parent 624da78 commit d8927a2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: AspNetStatic
3+
repo: ZarehD/AspNetStatic
4+
homepage: https://github.com/ZarehD/AspNetStatic
5+
language:
6+
- C#
7+
- .Net
8+
license:
9+
- Apache-2.0
10+
templates:
11+
- Razor
12+
description: Transform ASP.NET Core into a Static Site Generator
13+
---
14+
15+
## Transform ASP.NET Core into a Static Site Generator
16+
17+
If you're an ASP.NET developer who wants to create static web sites with ASP.NET instead of yet another tech stack (and/or way of constructing pages & sites) just for this task, then AspNetStatic is what you've been looking for.
18+
19+
AspNetStatic lets you create a static website with the same ASP.NET Core tools you love and use every day. Just add the module and a bit of configuration, and BAM!, you have yourself a static site generator!
20+
21+
22+
## No Frameworks. No Engines. No Opinions!
23+
24+
Build your ASP.NET site the way you've always done. AspNetStatic doesn't have any opinions about how you should construct your site. AspNetStatic is not a framework. It's not a CMS. There's no engine. AspNetStatic does just one thing, create optimized static pages for selected routes in your ASP.NET Core app. That means you can use whatever framework, component, package, or architectural style you like to produce content, and AspNetStatic will create a static page for it.
25+
26+
Visit the [Github repo](https://github.com/ZarehD/AspNetStatic) for more details.

0 commit comments

Comments
 (0)